Home
last modified time | relevance | path

Searched refs:custom_free_function (Results 1 – 8 of 8) sorted by relevance

/third_party/lwip/
D0057-same-node-gazellectl-a.patch91 pcr->pc.custom_free_function = ipfrag_free_pbuf_custom;
170 LWIP_ASSERT("pc->custom_free_function != NULL", pc->custom_free_function != NULL);
171 pc->custom_free_function(p);
339 pbuf_free_custom_fn custom_free_function;
D0073-lstack_lwip-external-api-start-with-do_lwip_-prefix.patch117 LWIP_ASSERT("pc->custom_free_function != NULL", pc->custom_free_function != NULL);
D0080-enable-ipv6.patch159 pcr->pc.custom_free_function = ip6_frag_free_pbuf_custom;
/third_party/lwip/doc/
DZeroCopyRx.c30 my_pbuf->p.custom_free_function = my_pbuf_free_custom; in eth_rx_irq()
/third_party/lwip/src/include/lwip/
Dpbuf.h249 pbuf_free_custom_fn custom_free_function; member
/third_party/lwip/src/core/
Dpbuf.c767 LWIP_ASSERT("pc->custom_free_function != NULL", pc->custom_free_function != NULL); in pbuf_free()
768 pc->custom_free_function(p); in pbuf_free()
/third_party/lwip/src/core/ipv4/
Dip4_frag.c856 pcr->pc.custom_free_function = ipfrag_free_pbuf_custom; in ip4_frag()
/third_party/lwip/src/core/ipv6/
Dip6_frag.c839 pcr->pc.custom_free_function = ip6_frag_free_pbuf_custom; in ip6_frag()