Searched refs:memp_malloc (Results 1 - 22 of 22) sorted by relevance

/external/syslinux/core/lwip/src/include/lwip/
H A Dmemp.h87 #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/
H A Dtcpip.c176 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);
H A Dnetbuf.c60 buf = (struct netbuf *)memp_malloc(MEMP_NETBUF);
H A Dnetdb.c314 ai = (struct addrinfo *)memp_malloc(MEMP_NETDB);
H A Dapi_msg.c107 buf = (struct netbuf *)memp_malloc(MEMP_NETBUF);
171 buf = (struct netbuf *)memp_malloc(MEMP_NETBUF);
569 conn = (struct netconn *)memp_malloc(MEMP_NETCONN);
H A Dapi_lib.c468 buf = (struct netbuf *)memp_malloc(MEMP_NETBUF);
/external/syslinux/core/lwip/src/core/
H A Draw.c341 pcb = (struct raw_pcb *)memp_malloc(MEMP_RAW_PCB);
H A Dtcp.c509 lpcb = (struct tcp_pcb_listen *)memp_malloc(MEMP_TCP_PCB_LISTEN);
1084 cseg = (struct tcp_seg *)memp_malloc(MEMP_TCP_SEG);
1185 pcb = (struct tcp_pcb *)memp_malloc(MEMP_TCP_PCB);
1191 pcb = (struct tcp_pcb *)memp_malloc(MEMP_TCP_PCB);
1197 pcb = (struct tcp_pcb *)memp_malloc(MEMP_TCP_PCB);
1199 /* adjust err stats: memp_malloc failed twice before */
H A Dpbuf.c217 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);
H A Dtimers.c270 timeout = (struct sys_timeo *)memp_malloc(MEMP_SYS_TIMEOUT);
H A Ddns.c331 entry = (struct local_hostlist_entry *)memp_malloc(MEMP_LOCALHOSTLIST);
426 entry = (struct local_hostlist_entry *)memp_malloc(MEMP_LOCALHOSTLIST);
H A Dmemp.c78 /* 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]));
H A Dmem.c99 element = (struct memp_malloc_helper*)memp_malloc(poolnr);
H A Dudp.c933 pcb = (struct udp_pcb *)memp_malloc(MEMP_UDP_PCB);
H A Dtcp_out.c161 if ((seg = (struct tcp_seg *)memp_malloc(MEMP_TCP_SEG)) == NULL) {
/external/syslinux/core/lwip/src/core/snmp/
H A Dmsg_in.c184 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);
1307 vb = (struct snmp_varbind *)memp_malloc(MEMP_SNMP_VARBIND);
1321 vb->ident = (s32_t*)memp_malloc(MEMP_SNMP_VALUE);
1345 vb->value = memp_malloc(MEMP_SNMP_VALUE);
H A Dmib_structs.c160 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/
H A Dip_frag.c273 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);
H A Digmp.c329 group = (struct igmp_group *)memp_malloc(MEMP_IGMP_GROUP);
/external/syslinux/core/lwip/src/netif/
H A Detharp.c1054 new_entry = (struct etharp_q_entry *)memp_malloc(MEMP_ARP_QUEUE);
H A Dundiif.c1028 new_entry = memp_malloc(MEMP_ARP_QUEUE);
/external/syslinux/core/lwip/src/netif/ppp/
H A Dppp_oe.c148 sc = (struct pppoe_softc *)memp_malloc(MEMP_PPPOE_IF);

Completed in 204 milliseconds