Searched refs:pbuf_custom_ref (Results 1 – 3 of 3) sorted by relevance
73 struct pbuf_custom_ref { struct
623 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()
51 LWIP_MEMPOOL(FRAG_PBUF, MEMP_NUM_FRAG_PBUF, sizeof(struct pbuf_custom_ref),"FRAG_PBUF")
Completed in 4 milliseconds