Searched refs:custom_free_function (Results 1 – 5 of 5) sorted by relevance
30 my_pbuf->p.custom_free_function = my_pbuf_free_custom; in eth_rx_irq()
249 pbuf_free_custom_fn custom_free_function; member
767 LWIP_ASSERT("pc->custom_free_function != NULL", pc->custom_free_function != NULL); in pbuf_free()768 pc->custom_free_function(p); in pbuf_free()
856 pcr->pc.custom_free_function = ipfrag_free_pbuf_custom; in ip4_frag()
839 pcr->pc.custom_free_function = ip6_frag_free_pbuf_custom; in ip6_frag()