|
| MEMB (uip_pool_pbufs, sizeof(struct uip_pbuf)+UIP_PBUF_POOL_BUFSIZE, UIP_PBUF_POOL_NUM) |
|
| MEMB (uip_rom_pbufs, sizeof(struct uip_pbuf), UIP_PBUF_ROM_NUM) |
|
void | uip_pbuf_init () |
|
struct uip_pbuf * | uip_pbuf_alloc (uip_pbuf_layer layer, u16_t len, uip_pbuf_flag flag) |
|
u8_t | uip_pbuf_free (struct uip_pbuf *p) |
|
void | uip_pbuf_realloc (struct uip_pbuf *p, u16_t new_len) |
|
u8_t | uip_pbuf_header (struct uip_pbuf *p, s16_t hdr_size_inc) |
|
u8_t | uip_pbuf_clen (struct uip_pbuf *p) |
|
void | uip_pbuf_ref (struct uip_pbuf *p) |
|
void | uip_pbuf_cat (struct uip_pbuf *h, struct uip_pbuf *t) |
|
void | uip_pbuf_queue (struct uip_pbuf *p, struct uip_pbuf *n) |
|
struct uip_pbuf * | uip_pbuf_dequeue (struct uip_pbuf *p) |
|
void | uip_pbuf_chain (struct uip_pbuf *h, struct uip_pbuf *t) |
|
struct uip_pbuf * | uip_pbuf_dechain (struct uip_pbuf *p) |
|