Searched refs:pbuf_alloced_custom (Results 1 – 5 of 5) sorted by relevance
/btstack/3rd-party/lwip/core/src/include/lwip/ |
H A D | pbuf.h | 278 struct pbuf *pbuf_alloced_custom(pbuf_layer l, u16_t length, pbuf_type type,
|
/btstack/3rd-party/lwip/core/src/core/ipv4/ |
H A D | ip4_frag.c | 827 newpbuf = pbuf_alloced_custom(PBUF_RAW, newpbuflen, PBUF_REF, &pcr->pc, in ip4_frag()
|
/btstack/3rd-party/lwip/core/src/core/ipv6/ |
H A D | ip6_frag.c | 810 … newpbuf = pbuf_alloced_custom(PBUF_RAW, newpbuflen, PBUF_REF, &pcr->pc, p->payload, newpbuflen); in ip6_frag()
|
/btstack/3rd-party/lwip/core/src/core/ |
H A D | pbuf.c | 363 pbuf_alloced_custom(pbuf_layer l, u16_t length, pbuf_type type, struct pbuf_custom *p, in pbuf_alloced_custom() function
|
/btstack/3rd-party/lwip/core/ |
H A D | CHANGELOG | 1457 * pbuf.c: fixed bug #34112 Odd check in pbuf_alloced_custom (typo)
|