Searched refs:tcpip_mbox (Results 1 – 1 of 1) sorted by relevance
64 static sys_mbox_t tcpip_mbox; variable147 TCPIP_MBOX_FETCH(&tcpip_mbox, (void **)&msg); in tcpip_thread()262 if (sys_mbox_trypost(&tcpip_mbox, msg) != ERR_OK) { in tcpip_send_msg_na()287 if (sys_arch_mbox_tryfetch(&tcpip_mbox, (void **)&msg) != SYS_MBOX_EMPTY) { in tcpip_thread_poll_one()322 LWIP_ASSERT("Invalid mbox", sys_mbox_valid_val(tcpip_mbox)); in tcpip_inpkt()333 if (sys_mbox_trypost(&tcpip_mbox, msg) != ERR_OK) { in tcpip_inpkt()383 LWIP_ASSERT("Invalid mbox", sys_mbox_valid_val(tcpip_mbox)); in tcpip_callback()394 sys_mbox_post(&tcpip_mbox, msg); in tcpip_callback()419 LWIP_ASSERT("Invalid mbox", sys_mbox_valid_val(tcpip_mbox)); in tcpip_try_callback()430 if (sys_mbox_trypost(&tcpip_mbox, msg) != ERR_OK) { in tcpip_try_callback()[all …]