|
| MEMB (pool_pbufs, sizeof(struct pbuf)+PBUF_POOL_BUFSIZE, PBUF_POOL_NUM) |
|
| MEMB (rom_pbufs, sizeof(struct pbuf), PBUF_ROM_NUM) |
|
void | btpbuf_init () |
|
struct pbuf * | btpbuf_alloc (pbuf_layer layer, u16_t len, pbuf_flag flag) |
|
u8_t | btpbuf_free (struct pbuf *p) |
|
void | btpbuf_realloc (struct pbuf *p, u16_t new_len) |
|
u8_t | btpbuf_header (struct pbuf *p, s16_t hdr_size_inc) |
|
u8_t | btpbuf_clen (struct pbuf *p) |
|
void | btpbuf_ref (struct pbuf *p) |
|
void | btpbuf_cat (struct pbuf *h, struct pbuf *t) |
|
void | btpbuf_queue (struct pbuf *p, struct pbuf *n) |
|
struct pbuf * | btpbuf_dequeue (struct pbuf *p) |
|
void | btpbuf_chain (struct pbuf *h, struct pbuf *t) |
|
struct pbuf * | btpbuf_dechain (struct pbuf *p) |
|
struct pbuf * | btpbuf_take (struct pbuf *p) |
|