Home
last modified time | relevance | path

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

/lib/lwip/lwip/src/api/
A Dtcpip.c68 static void tcpip_thread_handle_msg(struct tcpip_msg *msg);
129 struct tcpip_msg *msg; in tcpip_thread()
156 tcpip_thread_handle_msg(struct tcpip_msg *msg) in tcpip_thread_handle_msg()
223 struct tcpip_msg *msg; in tcpip_thread_poll_one()
255 struct tcpip_msg *msg; in tcpip_inpkt()
316 struct tcpip_msg *msg; in tcpip_callback()
352 struct tcpip_msg *msg; in tcpip_try_callback()
384 struct tcpip_msg *msg; in tcpip_timeout()
411 struct tcpip_msg *msg; in tcpip_untimeout()
538 struct tcpip_msg *msg = (struct tcpip_msg *)memp_malloc(MEMP_TCPIP_MSG_API); in tcpip_callbackmsg_new()
[all …]
/lib/lwip/lwip/src/include/lwip/priv/
A Dmemp_std.h72 LWIP_MEMPOOL(TCPIP_MSG_API, MEMP_NUM_TCPIP_MSG_API, sizeof(struct tcpip_msg), "TCPIP_MSG_AP…
89 LWIP_MEMPOOL(TCPIP_MSG_INPKT,MEMP_NUM_TCPIP_MSG_INPKT, sizeof(struct tcpip_msg), "TCPIP_MSG_IN…
A Dtcpip_priv.h130 struct tcpip_msg { struct
/lib/lwip/lwip/
A DCHANGELOG3848 dynamic one from memp to send tcpip_msg to tcpip_thread in a synchrone call.
3849 Free tcpip_msg from tcpip_apimsg is not done in tcpip_thread. This give a

Completed in 18 milliseconds