Lines Matching refs:tcpip_msg
57 #define TCPIP_MSG_VAR_DECLARE(name) API_VAR_DECLARE(struct tcpip_msg, name)
58 #define TCPIP_MSG_VAR_ALLOC(name) API_VAR_ALLOC(struct tcpip_msg, MEMP_TCPIP_MSG_API, name, ERR_M…
92 struct tcpip_msg *msg; in tcpip_thread()
181 struct tcpip_msg *msg; in tcpip_signal_netif_event()
185 msg = (struct tcpip_msg *)memp_malloc(MEMP_NETIF_DRV_MSG); in tcpip_signal_netif_event()
221 struct tcpip_msg *msg; in tcpip_inpkt()
225 msg = (struct tcpip_msg *)memp_malloc(MEMP_TCPIP_MSG_INPKT); in tcpip_inpkt()
287 struct tcpip_msg *msg; in tcpip_callback_with_block()
291 msg = (struct tcpip_msg *)memp_malloc(MEMP_TCPIP_MSG_API); in tcpip_callback_with_block()
322 struct tcpip_msg *msg; in tcpip_timeout()
326 msg = (struct tcpip_msg *)memp_malloc(MEMP_TCPIP_MSG_API); in tcpip_timeout()
349 struct tcpip_msg *msg; in tcpip_untimeout()
353 msg = (struct tcpip_msg *)memp_malloc(MEMP_TCPIP_MSG_API); in tcpip_untimeout()
468 struct tcpip_msg *msg = (struct tcpip_msg *)memp_malloc(MEMP_TCPIP_MSG_API); in tcpip_callbackmsg_new()