Home
last modified time | relevance | path

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

/btstack/3rd-party/lwip/core/src/include/lwip/
H A Dpbuf.h249 pbuf_free_custom_fn custom_free_function; member
/btstack/3rd-party/lwip/core/src/core/
H A 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()
/btstack/3rd-party/lwip/core/src/core/ipv4/
H A Dip4_frag.c836 pcr->pc.custom_free_function = ipfrag_free_pbuf_custom; in ip4_frag()
/btstack/3rd-party/lwip/core/src/core/ipv6/
H A Dip6_frag.c819 pcr->pc.custom_free_function = ip6_frag_free_pbuf_custom; in ip6_frag()