Lines Matching refs:tcpip_msg
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()
281 msg = (struct tcpip_msg *)memp_malloc(MEMP_TCPIP_MSG_API); in tcpip_untimeout()
308 struct tcpip_msg msg; in tcpip_apimsg()
362 struct tcpip_msg msg; in tcpip_netifapi()
410 struct tcpip_msg *msg = (struct tcpip_msg *)memp_malloc(MEMP_TCPIP_MSG_API); in tcpip_callbackmsg_new()