Searched refs:pbuf_layer (Results 1 – 3 of 3) sorted by relevance
/external/syslinux/core/lwip/src/include/lwip/ |
D | pbuf.h | 55 } pbuf_layer; typedef 122 struct pbuf *pbuf_alloc(pbuf_layer l, u16_t length, pbuf_type type); 124 struct pbuf *pbuf_alloced_custom(pbuf_layer l, u16_t length, pbuf_type type, 139 struct pbuf *pbuf_coalesce(struct pbuf *p, pbuf_layer layer);
|
/external/syslinux/core/lwip/src/core/ |
D | pbuf.c | 185 pbuf_alloc(pbuf_layer layer, u16_t length, pbuf_type type) in pbuf_alloc() 344 pbuf_alloced_custom(pbuf_layer l, u16_t length, pbuf_type type, struct pbuf_custom *p, in pbuf_alloced_custom() 987 pbuf_coalesce(struct pbuf *p, pbuf_layer layer) in pbuf_coalesce()
|
D | tcp_out.c | 216 tcp_pbuf_prealloc(pbuf_layer layer, u16_t length, u16_t max_length, in tcp_pbuf_prealloc()
|