Searched refs:pbuf_type (Results 1 – 3 of 3) sorted by relevance
| /lib/liblwip/src/include/lwip/ |
| D | pbuf.h | 62 } pbuf_type; typedef 146 struct pbuf *pbuf_alloc(pbuf_layer l, u16_t length, pbuf_type type); 148 struct pbuf *pbuf_alloced_custom(pbuf_layer l, u16_t length, pbuf_type type,
|
| /lib/liblwip/src/core/ |
| D | pbuf.c | 207 pbuf_alloc(pbuf_layer layer, u16_t length, pbuf_type type) in pbuf_alloc() 367 pbuf_alloced_custom(pbuf_layer l, u16_t length, pbuf_type type, struct pbuf_custom *p, in pbuf_alloced_custom()
|
| /lib/liblwip/ |
| D | CHANGELOG | 1830 Use enum pbuf_flag as pbuf_type. Renumber PBUF_FLAG_*.
|