Home
last modified time | relevance | path

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

/third_party/lwip/src/core/ipv6/
Dip6_frag.c678 static struct pbuf_custom_ref*
681 return (struct pbuf_custom_ref*)memp_malloc(MEMP_FRAG_PBUF); in ip6_frag_alloc_pbuf_custom_ref()
686 ip6_frag_free_pbuf_custom_ref(struct pbuf_custom_ref* p) in ip6_frag_free_pbuf_custom_ref()
697 struct pbuf_custom_ref *pcr = (struct pbuf_custom_ref*)p; in ip6_frag_free_pbuf_custom()
796 struct pbuf_custom_ref *pcr; in ip6_frag()
/third_party/lwip/src/core/ipv4/
Dip4_frag.c698 static struct pbuf_custom_ref *
701 return (struct pbuf_custom_ref *)memp_malloc(MEMP_FRAG_PBUF); in ip_frag_alloc_pbuf_custom_ref()
706 ip_frag_free_pbuf_custom_ref(struct pbuf_custom_ref *p) in ip_frag_free_pbuf_custom_ref()
717 struct pbuf_custom_ref *pcr = (struct pbuf_custom_ref *)p; in ipfrag_free_pbuf_custom()
811 struct pbuf_custom_ref *pcr; in ip4_frag()
/third_party/lwip/src/include/lwip/
Dip4_frag.h82 struct pbuf_custom_ref { struct
Dip6_frag.h127 struct pbuf_custom_ref { struct
/third_party/lwip/src/include/lwip/priv/
Dmemp_std.h63 LWIP_MEMPOOL(FRAG_PBUF, MEMP_NUM_FRAG_PBUF, sizeof(struct pbuf_custom_ref),"FRAG_PBUF")