Home
last modified time | relevance | path

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

/third_party/lwip/doc/
H A DZeroCopyRx.c35 struct pbuf* p = pbuf_alloced_custom(PBUF_RAW, in eth_rx_irq()
/third_party/lwip/src/include/lwip/
H A Dpbuf.h50 * pbuf_alloced_custom()) and when pbuf_free gives up their last reference, they
278 struct pbuf *pbuf_alloced_custom(pbuf_layer l, u16_t length, pbuf_type type,
/third_party/lwip/src/core/ipv4/
H A Dip4_frag.c847 newpbuf = pbuf_alloced_custom(PBUF_RAW, newpbuflen, PBUF_REF, &pcr->pc, in ip4_frag()
/third_party/lwip/src/core/ipv6/
H A 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/
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
368 LWIP_DEBUGF(PBUF_DEBUG | LWIP_DBG_TRACE, ("pbuf_alloced_custom(length=%"U16_F")\n", length)); in pbuf_alloced_custom()
371 LWIP_DEBUGF(PBUF_DEBUG | LWIP_DBG_LEVEL_WARNING, ("pbuf_alloced_custom(length=%"U16_F") buffer too short\n", length)); in pbuf_alloced_custom()

Completed in 6 milliseconds