Home
last modified time | relevance | path

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

/third_party/lwip/doc/
DZeroCopyRx.c35 struct pbuf* p = pbuf_alloced_custom(PBUF_RAW, in eth_rx_irq()
/third_party/lwip/src/include/lwip/
Dpbuf.h278 struct pbuf *pbuf_alloced_custom(pbuf_layer l, u16_t length, pbuf_type type,
/third_party/lwip/src/core/ipv6/
Dip6_frag.c830 … newpbuf = pbuf_alloced_custom(PBUF_RAW, newpbuflen, PBUF_REF, &pcr->pc, p->payload, newpbuflen); in ip6_frag()
/third_party/lwip/src/core/ipv4/
Dip4_frag.c847 newpbuf = pbuf_alloced_custom(PBUF_RAW, newpbuflen, PBUF_REF, &pcr->pc, in ip4_frag()
/third_party/lwip/src/core/
Dpbuf.c363 pbuf_alloced_custom(pbuf_layer l, u16_t length, pbuf_type type, struct pbuf_custom *p, in pbuf_alloced_custom() function
/third_party/lwip/
DCHANGELOG1467 * pbuf.c: fixed bug #34112 Odd check in pbuf_alloced_custom (typo)