Searched refs:pbuf_alloced_custom (Results 1 – 7 of 7) sorted by relevance
| /lib/lwip/lwip/doc/ |
| A D | ZeroCopyRx.c | 35 struct pbuf* p = pbuf_alloced_custom(PBUF_RAW, in eth_rx_irq()
|
| /lib/lwip/lwip/src/include/lwip/ |
| A D | pbuf.h | 278 struct pbuf *pbuf_alloced_custom(pbuf_layer l, u16_t length, pbuf_type type,
|
| /lib/lwip/lwip/src/core/ipv6/ |
| A D | ip6_frag.c | 810 … newpbuf = pbuf_alloced_custom(PBUF_RAW, newpbuflen, PBUF_REF, &pcr->pc, p->payload, newpbuflen); in ip6_frag()
|
| /lib/lwip/lwip/src/core/ipv4/ |
| A D | ip4_frag.c | 827 newpbuf = pbuf_alloced_custom(PBUF_RAW, newpbuflen, PBUF_REF, &pcr->pc, in ip4_frag()
|
| /lib/lwip/lwip/contrib/ports/win32/ |
| A D | pcapif.c | 1014 q = pbuf_alloced_custom(PBUF_RAW, len, PBUF_REF, &ppc->pc, payload_mem, len); in pcapif_rx_ref()
|
| /lib/lwip/lwip/src/core/ |
| 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
|
| /lib/lwip/lwip/ |
| A D | CHANGELOG | 1554 * pbuf.c: fixed bug #34112 Odd check in pbuf_alloced_custom (typo)
|
Completed in 20 milliseconds