Searched refs:pbuf_layer (Results 1 – 3 of 3) sorted by relevance
| /lib/lwip/lwip/src/include/lwip/ |
| A D | pbuf.h | 112 } pbuf_layer; typedef 275 struct pbuf *pbuf_alloc(pbuf_layer l, u16_t length, pbuf_type type); 278 struct pbuf *pbuf_alloced_custom(pbuf_layer l, u16_t length, pbuf_type type, 305 struct pbuf *pbuf_coalesce(struct pbuf *p, pbuf_layer layer); 306 struct pbuf *pbuf_clone(pbuf_layer l, pbuf_type type, struct pbuf *p);
|
| /lib/lwip/lwip/src/core/ |
| A D | pbuf.c | 224 pbuf_alloc(pbuf_layer layer, u16_t length, pbuf_type type) in pbuf_alloc() 363 pbuf_alloced_custom(pbuf_layer l, u16_t length, pbuf_type type, struct pbuf_custom *p, in pbuf_alloced_custom() 1309 pbuf_coalesce(struct pbuf *p, pbuf_layer layer) in pbuf_coalesce() 1337 pbuf_clone(pbuf_layer layer, pbuf_type type, struct pbuf *p) in pbuf_clone()
|
| A D | tcp_out.c | 228 tcp_pbuf_prealloc(pbuf_layer layer, u16_t length, u16_t max_length, in tcp_pbuf_prealloc()
|
Completed in 10 milliseconds