Home
last modified time | relevance | path

Searched refs:memp_free (Results 1 – 23 of 23) sorted by relevance

/external/syslinux/core/lwip/src/api/
Dtcpip.c109 memp_free(MEMP_TCPIP_MSG_INPKT, msg); in tcpip_thread()
123 memp_free(MEMP_TCPIP_MSG_API, msg); in tcpip_thread()
130 memp_free(MEMP_TCPIP_MSG_API, msg); in tcpip_thread()
135 memp_free(MEMP_TCPIP_MSG_API, msg); in tcpip_thread()
185 memp_free(MEMP_TCPIP_MSG_INPKT, msg); in tcpip_input()
223 memp_free(MEMP_TCPIP_MSG_API, msg); in tcpip_callback_with_block()
Dnetbuf.c94 memp_free(MEMP_NETBUF, buf); in netbuf_delete()
180 memp_free(MEMP_NETBUF, tail); in netbuf_chain()
Dnetdb.c241 memp_free(MEMP_NETDB, ai); in lwip_freeaddrinfo()
347 memp_free(MEMP_NETDB, ai); in lwip_getaddrinfo()
Dapi_lib.c87 memp_free(MEMP_NETCONN, conn); in netconn_new_with_proto_and_callback()
476 memp_free(MEMP_NETBUF, buf); in netconn_recv()
Dapi_msg.c605 memp_free(MEMP_NETCONN, conn);
610 memp_free(MEMP_NETCONN, conn);
658 memp_free(MEMP_NETCONN, conn);
/external/syslinux/core/lwip/src/include/lwip/
Dmemp.h88 #define memp_free(type, mem) mem_free(mem) macro
108 void memp_free(memp_t type, void *mem);
/external/syslinux/core/lwip/src/core/
Dtcp.c179 memp_free(MEMP_TCP_PCB, pcb); in tcp_close_shutdown()
185 memp_free(MEMP_TCP_PCB_LISTEN, pcb); in tcp_close_shutdown()
191 memp_free(MEMP_TCP_PCB, pcb); in tcp_close_shutdown()
336 memp_free(MEMP_TCP_PCB, pcb); in tcp_abandon()
360 memp_free(MEMP_TCP_PCB, pcb); in tcp_abandon()
525 memp_free(MEMP_TCP_PCB, pcb); in tcp_listen_with_backlog()
928 memp_free(MEMP_TCP_PCB, pcb2); in tcp_slowtmr()
978 memp_free(MEMP_TCP_PCB, pcb2); in tcp_slowtmr()
1055 memp_free(MEMP_TCP_SEG, seg); in tcp_seg_free()
Dtimers.c341 memp_free(MEMP_SYS_TIMEOUT, t); in sys_untimeout()
388 memp_free(MEMP_SYS_TIMEOUT, tmptimeout); in sys_check_timeouts()
450 memp_free(MEMP_SYS_TIMEOUT, tmptimeout); in sys_timeouts_mbox_fetch()
Draw.c321 memp_free(MEMP_RAW_PCB, pcb); in raw_remove()
Dpbuf.c648 memp_free(MEMP_PBUF_POOL, p); in pbuf_free()
651 memp_free(MEMP_PBUF, p); in pbuf_free()
Dmemp.c434 memp_free(memp_t type, void *mem) in memp_free() function
Dmem.c144 memp_free(hmem->poolnr, hmem); in mem_free()
Dtcp_in.c330 memp_free(MEMP_TCP_PCB, pcb); in tcp_input()
335 memp_free(MEMP_TCP_PCB, pcb); in tcp_input()
Ddns.c400 memp_free(MEMP_LOCALHOSTLIST, free_entry); in dns_local_removehost()
Dudp.c918 memp_free(MEMP_UDP_PCB, pcb);
/external/syslinux/core/lwip/src/core/snmp/
Dmsg_in.c220 memp_free(MEMP_SNMP_VARBIND, vb); in snmp_msg_get_event()
334 memp_free(MEMP_SNMP_VARBIND, vb); in snmp_msg_get_event()
1325 memp_free(MEMP_SNMP_VARBIND, vb); in snmp_varbind_alloc()
1351 memp_free(MEMP_SNMP_VALUE, vb->ident); in snmp_varbind_alloc()
1353 memp_free(MEMP_SNMP_VARBIND, vb); in snmp_varbind_alloc()
1371 memp_free(MEMP_SNMP_VALUE, vb->value); in snmp_varbind_free()
1375 memp_free(MEMP_SNMP_VALUE, vb->ident); in snmp_varbind_free()
1377 memp_free(MEMP_SNMP_VARBIND, vb); in snmp_varbind_free()
Dmib_structs.c174 memp_free(MEMP_SNMP_NODE, ln); in snmp_mib_ln_free()
201 memp_free(MEMP_SNMP_ROOTNODE, lrn); in snmp_mib_lrn_free()
/external/syslinux/core/lwip/src/core/ipv4/
Digmp.c251 memp_free(MEMP_IGMP_GROUP, group); in igmp_stop()
377 memp_free(MEMP_IGMP_GROUP, group); in igmp_remove_group()
Dip_frag.c318 memp_free(MEMP_REASSDATA, ipr); in ip_reass_dequeue_datagram()
634 memp_free(MEMP_FRAG_PBUF, p); in ip_frag_free_pbuf_custom_ref()
/external/syslinux/core/lwip/src/netif/
Detharp.c157 memp_free(MEMP_ARP_QUEUE, r); in free_etharp_q()
498 memp_free(MEMP_ARP_QUEUE, q);
Dundiif.c634 memp_free(MEMP_ARP_QUEUE, r); in free_undiarp_q()
1285 memp_free(MEMP_ARP_QUEUE, q); in update_arp_entry()
/external/syslinux/core/lwip/src/netif/ppp/
Dppp_oe.c203 memp_free(MEMP_PPPOE_IF, sc); in pppoe_destroy()
/external/syslinux/core/lwip/
DCHANGELOG1643 or memp_free() is called (slower but more helpful).