/third_party/lwip/src/api/ |
H A D | tcpip.c | 182 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 D | netbuf.c | 88 memp_free(MEMP_NETBUF, buf); in netbuf_delete() 182 memp_free(MEMP_NETBUF, tail); in netbuf_chain()
|
H A D | netdb.c | 241 memp_free(MEMP_NETDB, ai); in lwip_freeaddrinfo()
|
H A D | api_lib.c | 173 memp_free(MEMP_NETCONN, conn); in netconn_new_with_proto_and_callback() 886 memp_free(MEMP_NETBUF, buf); in netconn_recv()
|
H A D | api_msg.c | 832 memp_free(MEMP_NETCONN, conn); 864 memp_free(MEMP_NETCONN, conn);
|
/third_party/lwip/src/core/ |
H A D | timeouts.c | 338 memp_free(MEMP_SYS_TIMEOUT, t); in sys_untimeout() 390 memp_free(MEMP_SYS_TIMEOUT, tmptimeout); in sys_check_timeouts()
|
H A D | lowpower.c | 257 memp_free(MEMP_SYS_TIMEOUT, t); in handle_timer_and_free() 444 memp_free(MEMP_SYS_TIMEOUT, t); in sys_untimeout()
|
H A D | memp.c | 219 * 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 D | pbuf.c | 774 memp_free(MEMP_PBUF_POOL, p); in pbuf_free() 777 memp_free(MEMP_PBUF, p); in pbuf_free()
|
H A D | altcp.c | 155 memp_free(MEMP_ALTCP_PCB, conn); in altcp_free()
|
H A D | raw.c | 603 memp_free(MEMP_RAW_PCB, pcb); in raw_remove()
|
H A D | tcp.c | 230 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 D | mem.c | 302 * 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 D | udp.c | 1257 memp_free(MEMP_UDP_PCB, pcb);
|
H A D | dns.c | 576 memp_free(MEMP_LOCALHOSTLIST, free_entry); in dns_local_removehost()
|
/third_party/lwip/src/include/lwip/ |
H A D | memp.h | 149 void memp_free(memp_t type, void *mem);
|
/third_party/libcoap/include/coap3/ |
H A D | coap_mem.h | 143 #define coap_free_type(type, p) memp_free(MEMP_ ## type, p)
|
/third_party/lwip/src/core/ipv6/ |
H A D | ip6_frag.c | 239 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 D | mld6.c | 111 memp_free(MEMP_MLD6_GROUP, group); in mld6_stop() 482 memp_free(MEMP_MLD6_GROUP, group);
|
H A D | nd6.c | 2285 memp_free(MEMP_ND6_QUEUE, r); 2325 memp_free(MEMP_ND6_QUEUE, q);
|
/third_party/lwip/src/include/lwip/priv/ |
H A D | tcpip_priv.h | 71 #define API_VAR_FREE(pool, name) memp_free(pool, name)
|
/third_party/lwip/src/core/ipv4/ |
H A D | igmp.c | 178 memp_free(MEMP_IGMP_GROUP, group); in igmp_stop() 632 memp_free(MEMP_IGMP_GROUP, group);
|
H A D | etharp.c | 156 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 D | ip4_frag.c | 350 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 D | coap_net.c | 124 memp_free(MEMP_COAP_NODE, node); in coap_free_node()
|