Home
last modified time | relevance | path

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

/minix/minix/lib/liblwip/dist/src/include/lwip/
H A Dpbuf.h140 } pbuf_type; typedef
242 struct pbuf *pbuf_alloc(pbuf_layer l, u16_t length, pbuf_type type);
244 struct pbuf *pbuf_alloced_custom(pbuf_layer l, u16_t length, pbuf_type type,
/minix/minix/lib/liblwip/dist/src/core/
H A Dpbuf.c249 pbuf_alloc(pbuf_layer layer, u16_t length, pbuf_type type) in pbuf_alloc()
427 pbuf_alloced_custom(pbuf_layer l, u16_t length, pbuf_type type, struct pbuf_custom *p, in pbuf_alloced_custom()
/minix/minix/lib/liblwip/dist/
H A DCHANGELOG2734 Use enum pbuf_flag as pbuf_type. Renumber PBUF_FLAG_*.