/external/syslinux/core/lwip/src/api/ |
D | tcpip.c | 109 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()
|
D | netbuf.c | 94 memp_free(MEMP_NETBUF, buf); in netbuf_delete() 180 memp_free(MEMP_NETBUF, tail); in netbuf_chain()
|
D | netdb.c | 241 memp_free(MEMP_NETDB, ai); in lwip_freeaddrinfo() 347 memp_free(MEMP_NETDB, ai); in lwip_getaddrinfo()
|
D | api_lib.c | 87 memp_free(MEMP_NETCONN, conn); in netconn_new_with_proto_and_callback() 476 memp_free(MEMP_NETBUF, buf); in netconn_recv()
|
D | api_msg.c | 605 memp_free(MEMP_NETCONN, conn); 610 memp_free(MEMP_NETCONN, conn); 658 memp_free(MEMP_NETCONN, conn);
|
/external/syslinux/core/lwip/src/include/lwip/ |
D | memp.h | 88 #define memp_free(type, mem) mem_free(mem) macro 108 void memp_free(memp_t type, void *mem);
|
/external/syslinux/core/lwip/src/core/ |
D | timers.c | 341 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()
|
D | tcp.c | 179 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()
|
D | raw.c | 321 memp_free(MEMP_RAW_PCB, pcb); in raw_remove()
|
D | pbuf.c | 648 memp_free(MEMP_PBUF_POOL, p); in pbuf_free() 651 memp_free(MEMP_PBUF, p); in pbuf_free()
|
D | memp.c | 434 memp_free(memp_t type, void *mem) in memp_free() function
|
D | mem.c | 144 memp_free(hmem->poolnr, hmem); in mem_free()
|
D | dns.c | 400 memp_free(MEMP_LOCALHOSTLIST, free_entry); in dns_local_removehost()
|
D | tcp_in.c | 330 memp_free(MEMP_TCP_PCB, pcb); in tcp_input() 335 memp_free(MEMP_TCP_PCB, pcb); in tcp_input()
|
D | udp.c | 918 memp_free(MEMP_UDP_PCB, pcb);
|
/external/syslinux/core/lwip/src/core/snmp/ |
D | msg_in.c | 220 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()
|
D | mib_structs.c | 174 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/ |
D | igmp.c | 251 memp_free(MEMP_IGMP_GROUP, group); in igmp_stop() 377 memp_free(MEMP_IGMP_GROUP, group); in igmp_remove_group()
|
D | ip_frag.c | 318 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/ |
D | etharp.c | 157 memp_free(MEMP_ARP_QUEUE, r); in free_etharp_q() 498 memp_free(MEMP_ARP_QUEUE, q);
|
D | undiif.c | 634 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/ |
D | ppp_oe.c | 203 memp_free(MEMP_PPPOE_IF, sc); in pppoe_destroy()
|
/external/syslinux/core/lwip/ |
D | CHANGELOG | 1643 or memp_free() is called (slower but more helpful).
|