Home
last modified time | relevance | path

Searched refs:pbuf_alloced_custom (Results 1 – 5 of 5) sorted by relevance

/btstack/3rd-party/lwip/core/src/include/lwip/
H A Dpbuf.h278 struct pbuf *pbuf_alloced_custom(pbuf_layer l, u16_t length, pbuf_type type,
/btstack/3rd-party/lwip/core/src/core/ipv4/
H A Dip4_frag.c827 newpbuf = pbuf_alloced_custom(PBUF_RAW, newpbuflen, PBUF_REF, &pcr->pc, in ip4_frag()
/btstack/3rd-party/lwip/core/src/core/ipv6/
H A Dip6_frag.c810 … 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 Dpbuf.c363 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 DCHANGELOG1457 * pbuf.c: fixed bug #34112 Odd check in pbuf_alloced_custom (typo)