Home
last modified time | relevance | path

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

/lk-master/external/lib/lwip/api/
A 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()
308 struct tcpip_msg msg; in tcpip_apimsg()
362 struct tcpip_msg msg; in tcpip_netifapi()
[all …]
/lk-master/external/lib/lwip/include/lwip/
A 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…
A Dtcpip.h133 struct tcpip_msg { struct

Completed in 5 milliseconds