/lk-master/external/lib/lwip/api/ |
A D | tcpip.c | 109 memp_free(MEMP_TCPIP_MSG_INPKT, msg); in tcpip_thread() 124 memp_free(MEMP_TCPIP_MSG_API, msg); in tcpip_thread() 129 memp_free(MEMP_TCPIP_MSG_API, msg); in tcpip_thread() 136 memp_free(MEMP_TCPIP_MSG_API, msg); in tcpip_thread() 192 memp_free(MEMP_TCPIP_MSG_INPKT, msg); in tcpip_input() 228 memp_free(MEMP_TCPIP_MSG_API, msg); in tcpip_callback_with_block() 427 memp_free(MEMP_TCPIP_MSG_API, msg); in tcpip_callbackmsg_delete()
|
A D | netbuf.c | 94 memp_free(MEMP_NETBUF, buf); in netbuf_delete() 180 memp_free(MEMP_NETBUF, tail); in netbuf_chain()
|
A D | netdb.c | 242 memp_free(MEMP_NETDB, ai); in lwip_freeaddrinfo() 348 memp_free(MEMP_NETDB, ai); in lwip_getaddrinfo()
|
A D | api_lib.c | 87 memp_free(MEMP_NETCONN, conn); in netconn_new_with_proto_and_callback() 482 memp_free(MEMP_NETBUF, buf); in netconn_recv()
|
A D | api_msg.c | 646 memp_free(MEMP_NETCONN, conn); 670 memp_free(MEMP_NETCONN, conn);
|
/lk-master/external/lib/lwip/include/lwip/ |
A D | memp.h | 88 #define memp_free(type, mem) mem_free(mem) macro 108 void memp_free(memp_t type, void *mem);
|
/lk-master/external/lib/lwip/core/ |
A D | timers.c | 342 memp_free(MEMP_SYS_TIMEOUT, t); in sys_untimeout() 392 memp_free(MEMP_SYS_TIMEOUT, tmptimeout); in sys_check_timeouts() 454 memp_free(MEMP_SYS_TIMEOUT, tmptimeout); in sys_timeouts_mbox_fetch()
|
A D | tcp.c | 193 memp_free(MEMP_TCP_PCB, pcb); in tcp_close_shutdown() 212 memp_free(MEMP_TCP_PCB, pcb); in tcp_close_shutdown() 218 memp_free(MEMP_TCP_PCB_LISTEN, pcb); in tcp_close_shutdown() 224 memp_free(MEMP_TCP_PCB, pcb); in tcp_close_shutdown() 373 memp_free(MEMP_TCP_PCB, pcb); in tcp_abandon() 397 memp_free(MEMP_TCP_PCB, pcb); in tcp_abandon() 561 memp_free(MEMP_TCP_PCB, pcb); in tcp_listen_with_backlog() 971 memp_free(MEMP_TCP_PCB, pcb2); in tcp_slowtmr() 1031 memp_free(MEMP_TCP_PCB, pcb2); in tcp_slowtmr() 1152 memp_free(MEMP_TCP_SEG, seg); in tcp_seg_free()
|
A D | raw.c | 317 memp_free(MEMP_RAW_PCB, pcb); in raw_remove()
|
A D | memp.c | 435 memp_free(memp_t type, void *mem) in memp_free() function
|
A D | pbuf.c | 671 memp_free(MEMP_PBUF_POOL, p); in pbuf_free() 674 memp_free(MEMP_PBUF, p); in pbuf_free()
|
A D | mem.c | 145 memp_free(hmem->poolnr, hmem); in mem_free()
|
A D | dns.c | 395 memp_free(MEMP_LOCALHOSTLIST, free_entry); in dns_local_removehost()
|
A D | tcp_in.c | 315 memp_free(MEMP_TCP_PCB, pcb); in tcp_input() 326 memp_free(MEMP_TCP_PCB, pcb); in tcp_input()
|
A D | udp.c | 965 memp_free(MEMP_UDP_PCB, pcb);
|
/lk-master/external/lib/lwip/core/snmp/ |
A D | msg_in.c | 233 memp_free(MEMP_SNMP_VARBIND, vb); in snmp_msg_get_event() 347 memp_free(MEMP_SNMP_VARBIND, vb); in snmp_msg_get_event() 1337 memp_free(MEMP_SNMP_VARBIND, vb); in snmp_varbind_alloc() 1363 memp_free(MEMP_SNMP_VALUE, vb->ident); in snmp_varbind_alloc() 1365 memp_free(MEMP_SNMP_VARBIND, vb); in snmp_varbind_alloc() 1387 memp_free(MEMP_SNMP_VALUE, vb->value); in snmp_varbind_free() 1391 memp_free(MEMP_SNMP_VALUE, vb->ident); in snmp_varbind_free() 1393 memp_free(MEMP_SNMP_VARBIND, vb); in snmp_varbind_free()
|
A 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()
|
/lk-master/external/lib/lwip/core/ipv4/ |
A D | igmp.c | 250 memp_free(MEMP_IGMP_GROUP, group); in igmp_stop() 376 memp_free(MEMP_IGMP_GROUP, group); in igmp_remove_group()
|
A 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()
|
/lk-master/external/lib/lwip/netif/ |
A D | etharp.c | 165 memp_free(MEMP_ARP_QUEUE, r); in free_etharp_q() 502 memp_free(MEMP_ARP_QUEUE, q);
|
/lk-master/external/lib/lwip/netif/ppp/ |
A D | ppp_oe.c | 203 memp_free(MEMP_PPPOE_IF, sc); in pppoe_destroy()
|