Home
last modified time | relevance | path

Searched refs:pbuf_type (Results 1 – 3 of 3) sorted by relevance

/lib/liblwip/src/include/lwip/
Dpbuf.h62 } 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/
Dpbuf.c207 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/
DCHANGELOG1830 Use enum pbuf_flag as pbuf_type. Renumber PBUF_FLAG_*.