Searched refs:tcpip_msg (Results 1 – 3 of 3) sorted by relevance
76 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 …]
60 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…
133 struct tcpip_msg { struct
Completed in 5 milliseconds