Searched refs:pbuf_alloced_custom (Results 1 – 6 of 6) sorted by relevance
/third_party/lwip/doc/ |
D | ZeroCopyRx.c | 35 struct pbuf* p = pbuf_alloced_custom(PBUF_RAW, in eth_rx_irq()
|
/third_party/lwip/src/include/lwip/ |
D | pbuf.h | 278 struct pbuf *pbuf_alloced_custom(pbuf_layer l, u16_t length, pbuf_type type,
|
/third_party/lwip/src/core/ipv6/ |
D | ip6_frag.c | 830 … newpbuf = pbuf_alloced_custom(PBUF_RAW, newpbuflen, PBUF_REF, &pcr->pc, p->payload, newpbuflen); in ip6_frag()
|
/third_party/lwip/src/core/ipv4/ |
D | ip4_frag.c | 847 newpbuf = pbuf_alloced_custom(PBUF_RAW, newpbuflen, PBUF_REF, &pcr->pc, in ip4_frag()
|
/third_party/lwip/src/core/ |
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
|
/third_party/lwip/ |
D | CHANGELOG | 1467 * pbuf.c: fixed bug #34112 Odd check in pbuf_alloced_custom (typo)
|