Home
last modified time | relevance | path

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

/lk-master/external/lib/lwip/include/ipv4/lwip/
A Dip_frag.h73 struct pbuf_custom_ref { struct
/lk-master/external/lib/lwip/core/ipv4/
A Dip_frag.c623 static struct pbuf_custom_ref*
626 return (struct pbuf_custom_ref*)memp_malloc(MEMP_FRAG_PBUF); in ip_frag_alloc_pbuf_custom_ref()
631 ip_frag_free_pbuf_custom_ref(struct pbuf_custom_ref* p) in ip_frag_free_pbuf_custom_ref()
642 struct pbuf_custom_ref *pcr = (struct pbuf_custom_ref*)p; in ipfrag_free_pbuf_custom()
774 struct pbuf_custom_ref *pcr; in ip_frag()
/lk-master/external/lib/lwip/include/lwip/
A Dmemp_std.h51 LWIP_MEMPOOL(FRAG_PBUF, MEMP_NUM_FRAG_PBUF, sizeof(struct pbuf_custom_ref),"FRAG_PBUF")

Completed in 4 milliseconds