Searched refs:tcpip_thread (Results 1 – 2 of 2) sorted by relevance
127 tcpip_thread(void *arg) in tcpip_thread() function665 sys_thread_new(TCPIP_THREAD_NAME, tcpip_thread, NULL, TCPIP_THREAD_STACKSIZE, TCPIP_THREAD_PRIO); in tcpip_init()
1034 can call tcp_txnow() (from tcpip_thread!) to try to send again if TX buffers1661 tcpip_thread processes messages or timeouts to implement a watchdog.1818 now only called from tcpip_thread or by explicitly checking them.2298 queueing a call into tcpip_thread to free ooseq-bufs if the pool is empty3468 of the netconn_peer and netconn_addr processing is done inside tcpip_thread3731 with NO_SYS=1". Note that igmp_init is always in tcpip_thread (and not in3849 Free tcpip_msg from tcpip_apimsg is not done in tcpip_thread. This give a3912 * tcpip.c: Initialize dhcp timers in tcpip_thread (if LWIP_DHCP) to protect3926 Allow to do ARP processing for incoming packets inside tcpip_thread3963 tcpip_thread() to tcpip_init(). This way, raw API connections can be[all …]
Completed in 14 milliseconds