Home
last modified time | relevance | path

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

/external/syslinux/core/lwip/src/include/lwip/
Dpbuf.h115 pbuf_free_custom_fn custom_free_function; member
/external/syslinux/core/lwip/src/core/
Dpbuf.c641 LWIP_ASSERT("pc->custom_free_function != NULL", pc->custom_free_function != NULL); in pbuf_free()
642 pc->custom_free_function(p); in pbuf_free()
/external/syslinux/core/lwip/src/core/ipv4/
Dip_frag.c795 pcr->pc.custom_free_function = ipfrag_free_pbuf_custom; in ip_frag()