Home
last modified time | relevance | path

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

/lib/lwip/lwip/doc/
A DZeroCopyRx.c35 struct pbuf* p = pbuf_alloced_custom(PBUF_RAW, in eth_rx_irq()
/lib/lwip/lwip/src/include/lwip/
A Dpbuf.h278 struct pbuf *pbuf_alloced_custom(pbuf_layer l, u16_t length, pbuf_type type,
/lib/lwip/lwip/src/core/ipv6/
A Dip6_frag.c810 … newpbuf = pbuf_alloced_custom(PBUF_RAW, newpbuflen, PBUF_REF, &pcr->pc, p->payload, newpbuflen); in ip6_frag()
/lib/lwip/lwip/src/core/ipv4/
A Dip4_frag.c827 newpbuf = pbuf_alloced_custom(PBUF_RAW, newpbuflen, PBUF_REF, &pcr->pc, in ip4_frag()
/lib/lwip/lwip/contrib/ports/win32/
A Dpcapif.c1014 q = pbuf_alloced_custom(PBUF_RAW, len, PBUF_REF, &ppc->pc, payload_mem, len); in pcapif_rx_ref()
/lib/lwip/lwip/src/core/
A Dpbuf.c363 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 DCHANGELOG1554 * pbuf.c: fixed bug #34112 Odd check in pbuf_alloced_custom (typo)

Completed in 20 milliseconds