Home
last modified time | relevance | path

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

/third_party/lwip/src/include/lwip/
Dpbuf.h168 } pbuf_type; typedef
275 struct pbuf *pbuf_alloc(pbuf_layer l, u16_t length, pbuf_type type);
276 struct pbuf *pbuf_alloc_reference(void *payload, u16_t length, pbuf_type type);
278 struct pbuf *pbuf_alloced_custom(pbuf_layer l, u16_t length, pbuf_type type,
306 struct pbuf *pbuf_clone(pbuf_layer l, pbuf_type type, struct pbuf *p);
/third_party/lwip/src/core/
Dpbuf.c179 pbuf_init_alloced_pbuf(struct pbuf *p, void *payload, u16_t tot_len, u16_t len, pbuf_type type, u8_… in pbuf_init_alloced_pbuf()
224 pbuf_alloc(pbuf_layer layer, u16_t length, pbuf_type type) in pbuf_alloc()
327 pbuf_alloc_reference(void *payload, u16_t length, pbuf_type type) in pbuf_alloc_reference()
363 pbuf_alloced_custom(pbuf_layer l, u16_t length, pbuf_type type, struct pbuf_custom *p, in pbuf_alloced_custom()
1340 pbuf_clone(pbuf_layer layer, pbuf_type type, struct pbuf *p) in pbuf_clone()
/third_party/lwip/
DUPGRADING21 * pbuf API: pbuf->type (an u8_t holding the enum 'pbuf_type') has changed to only hold a
DCHANGELOG3029 Use enum pbuf_flag as pbuf_type. Renumber PBUF_FLAG_*.