Lines Matching defs:msg
75 #define TCPIP_MBOX_FETCH(mbox, msg) sys_mbox_fetch(mbox, msg) argument
78 #define TCPIP_MBOX_FETCH(mbox, msg) tcpip_timeouts_mbox_fetch(mbox, msg) argument
88 tcpip_timeouts_mbox_fetch(sys_mbox_t *mbox, void **msg) in tcpip_timeouts_mbox_fetch()
134 struct tcpip_msg *msg; in tcpip_thread() local
161 tcpip_thread_handle_msg(struct tcpip_msg *msg) in tcpip_thread_handle_msg()
232 struct tcpip_msg *msg = NULL; in tcpip_send_msg_na() local
285 struct tcpip_msg *msg; in tcpip_thread_poll_one() local
381 struct tcpip_msg *msg; in tcpip_callback() local
417 struct tcpip_msg *msg; in tcpip_try_callback() local
449 struct tcpip_msg *msg; in tcpip_timeout() local
476 struct tcpip_msg *msg; in tcpip_untimeout() local
609 struct tcpip_msg *msg = (struct tcpip_msg *)memp_malloc(MEMP_TCPIP_MSG_API); in tcpip_callbackmsg_new() local
628 tcpip_callbackmsg_delete(struct tcpip_callback_msg *msg) in tcpip_callbackmsg_delete()
643 tcpip_callbackmsg_trycallback(struct tcpip_callback_msg *msg) in tcpip_callbackmsg_trycallback()
662 tcpip_callbackmsg_trycallback_fromisr(struct tcpip_callback_msg *msg) in tcpip_callbackmsg_trycallback_fromisr()