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

  /external/syslinux/core/lwip/src/include/lwip/
memp.h 87 #define memp_malloc(type) mem_malloc(memp_sizes[type]) macro
104 #define memp_malloc(t) memp_malloc_fn((t), __FILE__, __LINE__) macro
106 void *memp_malloc(memp_t type);
  /external/syslinux/core/lwip/src/api/
tcpip.c 176 msg = (struct tcpip_msg *)memp_malloc(MEMP_TCPIP_MSG_INPKT);
211 msg = (struct tcpip_msg *)memp_malloc(MEMP_TCPIP_MSG_API);
247 msg = (struct tcpip_msg *)memp_malloc(MEMP_TCPIP_MSG_API);
276 msg = (struct tcpip_msg *)memp_malloc(MEMP_TCPIP_MSG_API);
netbuf.c 60 buf = (struct netbuf *)memp_malloc(MEMP_NETBUF);
netdb.c 314 ai = (struct addrinfo *)memp_malloc(MEMP_NETDB);
api_msg.c 107 buf = (struct netbuf *)memp_malloc(MEMP_NETBUF);
171 buf = (struct netbuf *)memp_malloc(MEMP_NETBUF);
569 conn = (struct netconn *)memp_malloc(MEMP_NETCONN);
    [all...]
api_lib.c 468 buf = (struct netbuf *)memp_malloc(MEMP_NETBUF);
  /external/syslinux/core/lwip/src/core/
raw.c 341 pcb = (struct raw_pcb *)memp_malloc(MEMP_RAW_PCB);
tcp.c 509 lpcb = (struct tcp_pcb_listen *)memp_malloc(MEMP_TCP_PCB_LISTEN);
    [all...]
pbuf.c 217 p = (struct pbuf *)memp_malloc(MEMP_PBUF_POOL);
250 q = (struct pbuf *)memp_malloc(MEMP_PBUF_POOL);
304 p = (struct pbuf *)memp_malloc(MEMP_PBUF);
    [all...]
timers.c 270 timeout = (struct sys_timeo *)memp_malloc(MEMP_SYS_TIMEOUT);
dns.c 331 entry = (struct local_hostlist_entry *)memp_malloc(MEMP_LOCALHOSTLIST);
426 entry = (struct local_hostlist_entry *)memp_malloc(MEMP_LOCALHOSTLIST);
memp.c 78 /* If MEMP_OVERFLOW_CHECK is >= 2, on every call to memp_malloc or memp_free,
389 memp_malloc(memp_t type) function
397 LWIP_ERROR("memp_malloc: type < MEMP_MAX", (type < MEMP_MAX), return NULL;);
414 LWIP_ASSERT("memp_malloc: memp properly aligned",
418 LWIP_DEBUGF(MEMP_DEBUG | LWIP_DBG_LEVEL_SERIOUS, ("memp_malloc: out of memory in pool %s\n", memp_desc[type]));
mem.c 99 element = (struct memp_malloc_helper*)memp_malloc(poolnr);
udp.c 933 pcb = (struct udp_pcb *)memp_malloc(MEMP_UDP_PCB);
    [all...]
tcp_out.c 161 if ((seg = (struct tcp_seg *)memp_malloc(MEMP_TCP_SEG)) == NULL) {
    [all...]
  /external/syslinux/core/lwip/src/core/snmp/
msg_in.c 184 vb = (struct snmp_varbind *)memp_malloc(MEMP_SNMP_VARBIND);
204 vb->value = memp_malloc(MEMP_SNMP_VALUE);
299 vb = (struct snmp_varbind *)memp_malloc(MEMP_SNMP_VARBIND);
320 vb->value = memp_malloc(MEMP_SNMP_VALUE);
    [all...]
mib_structs.c 160 ln = (struct mib_list_node *)memp_malloc(MEMP_SNMP_NODE);
182 lrn = (struct mib_list_rootnode*)memp_malloc(MEMP_SNMP_ROOTNODE);
  /external/syslinux/core/lwip/src/core/ipv4/
ip_frag.c 273 ipr = (struct ip_reassdata *)memp_malloc(MEMP_REASSDATA);
277 ipr = (struct ip_reassdata *)memp_malloc(MEMP_REASSDATA);
626 return (struct pbuf_custom_ref*)memp_malloc(MEMP_FRAG_PBUF);
igmp.c 329 group = (struct igmp_group *)memp_malloc(MEMP_IGMP_GROUP);
  /external/syslinux/core/lwip/src/netif/
etharp.c     [all...]
undiif.c     [all...]
  /external/syslinux/core/lwip/src/netif/ppp/
ppp_oe.c 148 sc = (struct pppoe_softc *)memp_malloc(MEMP_PPPOE_IF);
    [all...]

Completed in 453 milliseconds