HomeSort by relevance Sort by last modified time
    Searched refs:memp_free (Results 1 - 22 of 22) sorted by null

  /external/syslinux/core/lwip/src/include/lwip/
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/api/
tcpip.c 109 memp_free(MEMP_TCPIP_MSG_INPKT, msg);
123 memp_free(MEMP_TCPIP_MSG_API, msg);
130 memp_free(MEMP_TCPIP_MSG_API, msg);
135 memp_free(MEMP_TCPIP_MSG_API, msg);
185 memp_free(MEMP_TCPIP_MSG_INPKT, msg);
223 memp_free(MEMP_TCPIP_MSG_API, msg);
netbuf.c 94 memp_free(MEMP_NETBUF, buf);
180 memp_free(MEMP_NETBUF, tail);
netdb.c 241 memp_free(MEMP_NETDB, ai);
347 memp_free(MEMP_NETDB, ai);
api_lib.c 87 memp_free(MEMP_NETCONN, conn);
476 memp_free(MEMP_NETBUF, buf);
api_msg.c 605 memp_free(MEMP_NETCONN, conn);
610 memp_free(MEMP_NETCONN, conn);
658 memp_free(MEMP_NETCONN, conn);
    [all...]
  /external/syslinux/core/lwip/src/core/
timers.c 341 memp_free(MEMP_SYS_TIMEOUT, t);
388 memp_free(MEMP_SYS_TIMEOUT, tmptimeout);
450 memp_free(MEMP_SYS_TIMEOUT, tmptimeout);
tcp.c 179 memp_free(MEMP_TCP_PCB, pcb);
185 memp_free(MEMP_TCP_PCB_LISTEN, pcb);
191 memp_free(MEMP_TCP_PCB, pcb);
336 memp_free(MEMP_TCP_PCB, pcb);
360 memp_free(MEMP_TCP_PCB, pcb);
525 memp_free(MEMP_TCP_PCB, pcb);
928 memp_free(MEMP_TCP_PCB, pcb2);
978 memp_free(MEMP_TCP_PCB, pcb2);
    [all...]
raw.c 321 memp_free(MEMP_RAW_PCB, pcb);
pbuf.c 648 memp_free(MEMP_PBUF_POOL, p);
651 memp_free(MEMP_PBUF, p);
    [all...]
memp.c 78 /* If MEMP_OVERFLOW_CHECK is >= 2, on every call to memp_malloc or memp_free,
434 memp_free(memp_t type, void *mem) function
442 LWIP_ASSERT("memp_free: mem properly aligned",
mem.c 123 * and calls memp_free with that pool number to put the element back into
144 memp_free(hmem->poolnr, hmem);
dns.c 400 memp_free(MEMP_LOCALHOSTLIST, free_entry);
udp.c 918 memp_free(MEMP_UDP_PCB, pcb);
    [all...]
tcp_in.c 330 memp_free(MEMP_TCP_PCB, pcb);
335 memp_free(MEMP_TCP_PCB, pcb);
    [all...]
  /external/syslinux/core/lwip/src/core/snmp/
msg_in.c 220 memp_free(MEMP_SNMP_VARBIND, vb);
334 memp_free(MEMP_SNMP_VARBIND, vb);
    [all...]
mib_structs.c 174 memp_free(MEMP_SNMP_NODE, ln);
201 memp_free(MEMP_SNMP_ROOTNODE, lrn);
  /external/syslinux/core/lwip/src/core/ipv4/
igmp.c 251 memp_free(MEMP_IGMP_GROUP, group);
377 memp_free(MEMP_IGMP_GROUP, group);
ip_frag.c 318 memp_free(MEMP_REASSDATA, ipr);
634 memp_free(MEMP_FRAG_PBUF, p);
  /external/syslinux/core/lwip/src/netif/
etharp.c 157 memp_free(MEMP_ARP_QUEUE, r);
498 memp_free(MEMP_ARP_QUEUE, q);
    [all...]
undiif.c 634 memp_free(MEMP_ARP_QUEUE, r);
    [all...]
  /external/syslinux/core/lwip/src/netif/ppp/
ppp_oe.c 203 memp_free(MEMP_PPPOE_IF, sc);
    [all...]

Completed in 346 milliseconds