Home
last modified time | relevance | path

Searched refs:memp_free (Results 1 - 25 of 25) sorted by relevance

/third_party/lwip/src/api/
H A Dtcpip.c182 memp_free(MEMP_TCPIP_MSG_INPKT, msg); in tcpip_thread_handle_msg()
190 memp_free(MEMP_TCPIP_MSG_API, msg); in tcpip_thread_handle_msg()
195 memp_free(MEMP_TCPIP_MSG_API, msg); in tcpip_thread_handle_msg()
202 memp_free(MEMP_TCPIP_MSG_API, msg); in tcpip_thread_handle_msg()
215 memp_free(MEMP_TCPIP_MSG_LOWPOWER, msg); in tcpip_thread_handle_msg()
257 memp_free(MEMP_TCPIP_MSG_LOWPOWER, msg); in tcpip_send_msg_na()
266 memp_free(MEMP_TCPIP_MSG_LOWPOWER, msg); in tcpip_send_msg_na()
274 memp_free(MEMP_TCPIP_MSG_LOWPOWER, msg); in tcpip_send_msg_na()
334 memp_free(MEMP_TCPIP_MSG_INPKT, msg); in tcpip_inpkt()
431 memp_free(MEMP_TCPIP_MSG_AP in tcpip_try_callback()
[all...]
H A Dnetbuf.c88 memp_free(MEMP_NETBUF, buf); in netbuf_delete()
182 memp_free(MEMP_NETBUF, tail); in netbuf_chain()
H A Dnetdb.c241 memp_free(MEMP_NETDB, ai); in lwip_freeaddrinfo()
H A Dapi_lib.c173 memp_free(MEMP_NETCONN, conn); in netconn_new_with_proto_and_callback()
886 memp_free(MEMP_NETBUF, buf); in netconn_recv()
H A Dapi_msg.c832 memp_free(MEMP_NETCONN, conn);
864 memp_free(MEMP_NETCONN, conn);
/third_party/lwip/src/core/
H A Dtimeouts.c338 memp_free(MEMP_SYS_TIMEOUT, t); in sys_untimeout()
390 memp_free(MEMP_SYS_TIMEOUT, tmptimeout); in sys_check_timeouts()
H A Dlowpower.c257 memp_free(MEMP_SYS_TIMEOUT, t); in handle_timer_and_free()
444 memp_free(MEMP_SYS_TIMEOUT, t); in sys_untimeout()
H A Dmemp.c219 * Related functions: memp_malloc, memp_free
364 LWIP_ASSERT("memp_free: mem properly aligned", in do_memp_free_pool()
420 memp_free(memp_t type, void *mem) in memp_free() function
426 LWIP_ERROR("memp_free: type < MEMP_MAX", (type < MEMP_MAX), return;); in memp_free()
H A Dpbuf.c774 memp_free(MEMP_PBUF_POOL, p); in pbuf_free()
777 memp_free(MEMP_PBUF, p); in pbuf_free()
H A Daltcp.c155 memp_free(MEMP_ALTCP_PCB, conn); in altcp_free()
H A Draw.c603 memp_free(MEMP_RAW_PCB, pcb); in raw_remove()
H A Dtcp.c230 memp_free(MEMP_TCP_PCB, pcb); in tcp_free()
241 memp_free(MEMP_TCP_PCB_LISTEN, pcb); in tcp_free_listen()
1810 memp_free(MEMP_TCP_SEG, seg);
H A Dmem.c302 * and calls memp_free with that pool number to put the element back into
338 memp_free(hmem->poolnr, hmem); in mem_free()
H A Dudp.c1257 memp_free(MEMP_UDP_PCB, pcb);
H A Ddns.c576 memp_free(MEMP_LOCALHOSTLIST, free_entry); in dns_local_removehost()
/third_party/lwip/src/include/lwip/
H A Dmemp.h149 void memp_free(memp_t type, void *mem);
/third_party/libcoap/include/coap3/
H A Dcoap_mem.h143 #define coap_free_type(type, p) memp_free(MEMP_ ## type, p)
/third_party/lwip/src/core/ipv6/
H A Dip6_frag.c239 memp_free(MEMP_IP6_REASSDATA, ipr); in ip6_reass_free_complete_datagram()
666 memp_free(MEMP_IP6_REASSDATA, ipr); in ip6_reass()
709 memp_free(MEMP_FRAG_PBUF, p); in ip6_frag_free_pbuf_custom_ref()
H A Dmld6.c111 memp_free(MEMP_MLD6_GROUP, group); in mld6_stop()
482 memp_free(MEMP_MLD6_GROUP, group);
H A Dnd6.c2285 memp_free(MEMP_ND6_QUEUE, r);
2325 memp_free(MEMP_ND6_QUEUE, q);
/third_party/lwip/src/include/lwip/priv/
H A Dtcpip_priv.h71 #define API_VAR_FREE(pool, name) memp_free(pool, name)
/third_party/lwip/src/core/ipv4/
H A Digmp.c178 memp_free(MEMP_IGMP_GROUP, group); in igmp_stop()
632 memp_free(MEMP_IGMP_GROUP, group);
H A Detharp.c156 memp_free(MEMP_ARP_QUEUE, r); in free_etharp_q()
508 memp_free(MEMP_ARP_QUEUE, q);
1095 memp_free(MEMP_ARP_QUEUE, old);
H A Dip4_frag.c350 memp_free(MEMP_REASSDATA, ipr); in ip_reass_dequeue_datagram()
729 memp_free(MEMP_FRAG_PBUF, p); in ip_frag_free_pbuf_custom_ref()
/third_party/libcoap/src/
H A Dcoap_net.c124 memp_free(MEMP_COAP_NODE, node); in coap_free_node()

Completed in 33 milliseconds