/AliOS-Things-master/components/lwip/lwip2.0.0/api/ |
A D | tcpip.c | 128 memp_free(MEMP_TCPIP_MSG_INPKT, msg); in tcpip_thread() 136 memp_free(MEMP_TCPIP_MSG_API, msg); in tcpip_thread() 141 memp_free(MEMP_TCPIP_MSG_API, msg); in tcpip_thread() 148 memp_free(MEMP_TCPIP_MSG_API, msg); in tcpip_thread() 159 memp_free(MEMP_NETIF_DRV_MSG, msg); in tcpip_thread() 196 memp_free(MEMP_NETIF_DRV_MSG, msg); in tcpip_signal_netif_event() 235 memp_free(MEMP_TCPIP_MSG_INPKT, msg); in tcpip_inpkt() 303 memp_free(MEMP_TCPIP_MSG_API, msg); in tcpip_callback_with_block() 486 memp_free(MEMP_TCPIP_MSG_API, msg); in tcpip_callbackmsg_delete()
|
A D | netbuf.c | 88 memp_free(MEMP_NETBUF, buf); in netbuf_delete() 178 memp_free(MEMP_NETBUF, tail); in netbuf_chain()
|
A D | netdb.c | 242 memp_free(MEMP_NETDB, ai); in lwip_freeaddrinfo()
|
A D | api_lib.c | 147 memp_free(MEMP_NETCONN, conn); in netconn_new_with_proto_and_callback() 639 memp_free(MEMP_NETBUF, buf); in netconn_recv()
|
A D | api_msg.c | 709 memp_free(MEMP_NETCONN, conn); 736 memp_free(MEMP_NETCONN, conn);
|
/AliOS-Things-master/components/lwip/lwip2.0.0/core/ |
A D | timeouts.c | 294 memp_free(MEMP_SYS_TIMEOUT, t); in sys_untimeout() 344 memp_free(MEMP_SYS_TIMEOUT, tmptimeout); in sys_check_timeouts()
|
A D | tcp.c | 289 memp_free(MEMP_TCP_PCB, pcb); in tcp_close_shutdown() 309 memp_free(MEMP_TCP_PCB, pcb); in tcp_close_shutdown() 316 memp_free(MEMP_TCP_PCB_LISTEN, pcb); in tcp_close_shutdown() 322 memp_free(MEMP_TCP_PCB, pcb); in tcp_close_shutdown() 469 memp_free(MEMP_TCP_PCB, pcb); in tcp_abandon() 505 memp_free(MEMP_TCP_PCB, pcb); in tcp_abandon() 688 memp_free(MEMP_TCP_PCB, pcb); in tcp_listen_with_backlog() 1176 memp_free(MEMP_TCP_PCB, pcb2); in tcp_slowtmr() 1239 memp_free(MEMP_TCP_PCB, pcb2); in tcp_slowtmr() 1396 memp_free(MEMP_TCP_SEG, seg); in tcp_seg_free()
|
A D | af_packet.c | 334 memp_free(MEMP_TCPIP_MSG_INPKT, msg); in packet_recvfrom() 349 memp_free(MEMP_TCPIP_MSG_INPKT, msg); in packet_recvfrom() 375 memp_free(MEMP_TCPIP_MSG_INPKT, msg); in packet_recvfrom() 1022 memp_free(MEMP_TCPIP_MSG_INPKT, msg); in packet_input()
|
A D | pbuf.c | 862 … memp_free((p->mb_flags & PBUF_FLAG_POOL_SMALL) ? MEMP_PBUF_POOL_SMALL : MEMP_PBUF_POOL, p); in pbuf_free() 864 memp_free(MEMP_PBUF_POOL, p); in pbuf_free() 868 memp_free(MEMP_PBUF, p); in pbuf_free()
|
A D | raw.c | 430 memp_free(MEMP_RAW_PCB, pcb); in raw_remove()
|
A D | memp.c | 466 memp_free(memp_t type, void *mem) in memp_free() function
|
A D | mem.c | 249 memp_free(hmem->poolnr, hmem); in mem_free()
|
A D | tcp_in.c | 382 memp_free(MEMP_TCP_PCB, pcb); 418 memp_free(MEMP_TCP_PCB, pcb);
|
A D | udp.c | 1114 memp_free(MEMP_UDP_PCB, pcb); in udp_remove()
|
/AliOS-Things-master/components/lwip/lwip2.0.0/include/lwip/ |
A D | memp.h | 147 void memp_free(memp_t type, void *mem);
|
/AliOS-Things-master/hardware/chip/haas1000/drivers/net/lwip/src/include/lwip/ |
A D | memp.h | 147 void memp_free(memp_t type, void *mem);
|
/AliOS-Things-master/components/lwip/lwip2.0.0/core/ipv6/ |
A D | mld6.c | 106 memp_free(MEMP_MLD6_GROUP, group); in mld6_stop() 435 memp_free(MEMP_MLD6_GROUP, group); in mld6_leavegroup_netif()
|
A D | ip6_frag.c | 206 memp_free(MEMP_IP6_REASSDATA, ipr); in ip6_reass_free_complete_datagram() 585 memp_free(MEMP_IP6_REASSDATA, ipr); in ip6_reass() 625 memp_free(MEMP_FRAG_PBUF, p); in ip6_frag_free_pbuf_custom_ref()
|
A D | nd6.c | 1803 memp_free(MEMP_ND6_QUEUE, r); in nd6_free_q() 1841 memp_free(MEMP_ND6_QUEUE, q); in nd6_send_q()
|
/AliOS-Things-master/hardware/chip/haas1000/drivers/net/lwip/src/include/lwip/priv/ |
A D | tcpip_priv.h | 70 #define API_VAR_FREE(pool, name) memp_free(pool, name)
|
/AliOS-Things-master/components/lwip/lwip2.0.0/include/lwip/priv/ |
A D | tcpip_priv.h | 70 #define API_VAR_FREE(pool, name) memp_free(pool, name)
|
/AliOS-Things-master/components/lwip/lwip2.0.0/core/ipv4/ |
A D | igmp.c | 179 memp_free(MEMP_IGMP_GROUP, group); in igmp_stop() 615 memp_free(MEMP_IGMP_GROUP, group); in igmp_leavegroup_netif()
|
A D | etharp.c | 177 memp_free(MEMP_ARP_QUEUE, r); in free_etharp_q() 500 memp_free(MEMP_ARP_QUEUE, q); 1101 memp_free(MEMP_ARP_QUEUE, old);
|
A D | ip4_frag.c | 326 memp_free(MEMP_REASSDATA, ipr); in ip_reass_dequeue_datagram() 654 memp_free(MEMP_FRAG_PBUF, p); in ip_frag_free_pbuf_custom_ref()
|
/AliOS-Things-master/components/lwip/lwip2.0.0/apps/telnetd/ |
A D | telnetserver.c | 421 memp_free(MEMP_TCP_PCB, telnet_pcb); in InitializeTelnetServer()
|