sbbc_mbox_header
struct sbbc_mbox_header header;
static int mbox_write(struct sbbc_mbox_header *,
static int mbox_read(struct sbbc_mbox_header *, struct sbbc_fragment *,
static int mbox_has_free_space(struct sbbc_mbox_header *);
static void mbox_skip_next_msg(struct sbbc_mbox_header *);
static int mbox_read_header(uint32_t, struct sbbc_mbox_header *);
struct sbbc_mbox_header header;
static void mbox_update_header(uint32_t, struct sbbc_mbox_header *);
static int mbox_read_frag(struct sbbc_mbox_header *, struct sbbc_fragment *);
mbox_has_free_space(struct sbbc_mbox_header *header)
mbox_write(struct sbbc_mbox_header *header,
mbox_read(struct sbbc_mbox_header *header,
mbox_skip_next_msg(struct sbbc_mbox_header *header)
mbox_read_header(uint32_t mailbox, struct sbbc_mbox_header *header)
struct sbbc_mbox_header *hd;
hd = (struct sbbc_mbox_header *)0;
sizeof (struct sbbc_mbox_header)))
mbox_update_header(uint32_t mailbox, struct sbbc_mbox_header *header)
struct sbbc_mbox_header *hd;
hd = (struct sbbc_mbox_header *)0;
mbox_read_frag(struct sbbc_mbox_header *header,
struct sbbc_mbox_header header;
sizeof (struct sbbc_mbox_header))) {