Home
last modified time | relevance | path

Searched refs:tcpip_msg (Results 1 – 4 of 4) sorted by relevance

/external/syslinux/core/lwip/src/api/
Dtcpip.c76 struct tcpip_msg *msg; in tcpip_thread()
173 struct tcpip_msg *msg; in tcpip_input()
176 msg = (struct tcpip_msg *)memp_malloc(MEMP_TCPIP_MSG_INPKT); in tcpip_input()
208 struct tcpip_msg *msg; in tcpip_callback_with_block()
211 msg = (struct tcpip_msg *)memp_malloc(MEMP_TCPIP_MSG_API); in tcpip_callback_with_block()
244 struct tcpip_msg *msg; in tcpip_timeout()
247 msg = (struct tcpip_msg *)memp_malloc(MEMP_TCPIP_MSG_API); in tcpip_timeout()
273 struct tcpip_msg *msg; in tcpip_untimeout()
276 msg = (struct tcpip_msg *)memp_malloc(MEMP_TCPIP_MSG_API); in tcpip_untimeout()
303 struct tcpip_msg msg; in tcpip_apimsg()
[all …]
/external/syslinux/core/lwip/src/include/lwip/
Dmemp_std.h60 LWIP_MEMPOOL(TCPIP_MSG_API, MEMP_NUM_TCPIP_MSG_API, sizeof(struct tcpip_msg), "TCPIP_MSG_AP…
62 LWIP_MEMPOOL(TCPIP_MSG_INPKT,MEMP_NUM_TCPIP_MSG_INPKT, sizeof(struct tcpip_msg), "TCPIP_MSG_IN…
Dtcpip.h125 struct tcpip_msg { struct
/external/syslinux/core/lwip/
DCHANGELOG2263 dynamic one from memp to send tcpip_msg to tcpip_thread in a synchrone call.
2264 Free tcpip_msg from tcpip_apimsg is not done in tcpip_thread. This give a