Searched refs:pbuf_alloced_custom (Results 1 - 5 of 5) sorted by relevance
/third_party/lwip/doc/ |
H A D | ZeroCopyRx.c | 35 struct pbuf* p = pbuf_alloced_custom(PBUF_RAW, in eth_rx_irq()
|
/third_party/lwip/src/include/lwip/ |
H A D | pbuf.h | 50 * 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 D | ip4_frag.c | 847 newpbuf = pbuf_alloced_custom(PBUF_RAW, newpbuflen, PBUF_REF, &pcr->pc, in ip4_frag()
|
/third_party/lwip/src/core/ipv6/ |
H A 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/ |
H 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 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