Home
last modified time | relevance | path

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

/lib/liblwip/src/api/
Dtcpip.c76 struct tcpip_msg *msg; in tcpip_thread()
178 struct tcpip_msg *msg; in tcpip_input()
183 msg = (struct tcpip_msg *)memp_malloc(MEMP_TCPIP_MSG_INPKT); in tcpip_input()
213 struct tcpip_msg *msg; in tcpip_callback_with_block()
216 msg = (struct tcpip_msg *)memp_malloc(MEMP_TCPIP_MSG_API); in tcpip_callback_with_block()
249 struct tcpip_msg *msg; in tcpip_timeout()
252 msg = (struct tcpip_msg *)memp_malloc(MEMP_TCPIP_MSG_API); in tcpip_timeout()
278 struct tcpip_msg *msg; in tcpip_untimeout()
281 msg = (struct tcpip_msg *)memp_malloc(MEMP_TCPIP_MSG_API); in tcpip_untimeout()
308 struct tcpip_msg msg; in tcpip_apimsg()
[all …]
/lib/liblwip/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.h133 struct tcpip_msg { struct
/lib/liblwip/
DCHANGELOG2562 dynamic one from memp to send tcpip_msg to tcpip_thread in a synchrone call.
2563 Free tcpip_msg from tcpip_apimsg is not done in tcpip_thread. This give a