Home
last modified time | relevance | path

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

/lk-master/external/lib/lwip/api/
A Dtcpip.c109 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 Dnetbuf.c94 memp_free(MEMP_NETBUF, buf); in netbuf_delete()
180 memp_free(MEMP_NETBUF, tail); in netbuf_chain()
A Dnetdb.c242 memp_free(MEMP_NETDB, ai); in lwip_freeaddrinfo()
348 memp_free(MEMP_NETDB, ai); in lwip_getaddrinfo()
A Dapi_lib.c87 memp_free(MEMP_NETCONN, conn); in netconn_new_with_proto_and_callback()
482 memp_free(MEMP_NETBUF, buf); in netconn_recv()
A Dapi_msg.c646 memp_free(MEMP_NETCONN, conn);
670 memp_free(MEMP_NETCONN, conn);
/lk-master/external/lib/lwip/include/lwip/
A Dmemp.h88 #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 Dtimers.c342 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 Dtcp.c193 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 Draw.c317 memp_free(MEMP_RAW_PCB, pcb); in raw_remove()
A Dmemp.c435 memp_free(memp_t type, void *mem) in memp_free() function
A Dpbuf.c671 memp_free(MEMP_PBUF_POOL, p); in pbuf_free()
674 memp_free(MEMP_PBUF, p); in pbuf_free()
A Dmem.c145 memp_free(hmem->poolnr, hmem); in mem_free()
A Ddns.c395 memp_free(MEMP_LOCALHOSTLIST, free_entry); in dns_local_removehost()
A Dtcp_in.c315 memp_free(MEMP_TCP_PCB, pcb); in tcp_input()
326 memp_free(MEMP_TCP_PCB, pcb); in tcp_input()
A Dudp.c965 memp_free(MEMP_UDP_PCB, pcb);
/lk-master/external/lib/lwip/core/snmp/
A Dmsg_in.c233 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 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()
/lk-master/external/lib/lwip/core/ipv4/
A Digmp.c250 memp_free(MEMP_IGMP_GROUP, group); in igmp_stop()
376 memp_free(MEMP_IGMP_GROUP, group); in igmp_remove_group()
A 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()
/lk-master/external/lib/lwip/netif/
A Detharp.c165 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 Dppp_oe.c203 memp_free(MEMP_PPPOE_IF, sc); in pppoe_destroy()

Completed in 46 milliseconds