Lines Matching refs:tcpip_thread
675 can call tcp_txnow() (from tcpip_thread!) to try to send again if TX buffers
1302 tcpip_thread processes messages or timeouts to implement a watchdog.
1459 now only called from tcpip_thread or by explicitly checking them.
1939 queueing a call into tcpip_thread to free ooseq-bufs if the pool is empty
2559 build time options. DNS timer is added in tcpip_thread context. DHCP can set
2908 sockets api and api_msg which run in tcpip_thread context). Add netconn_sento function.
3109 of the netconn_peer and netconn_addr processing is done inside tcpip_thread
3323 * sockets.c: Checked in patch #5914: Moved sockopt processing into tcpip_thread.
3372 with NO_SYS=1". Note that igmp_init is always in tcpip_thread (and not in
3489 dynamic one from memp to send tcpip_msg to tcpip_thread in a synchrone call.
3490 Free tcpip_msg from tcpip_apimsg is not done in tcpip_thread. This give a
3553 * tcpip.c: Initialize dhcp timers in tcpip_thread (if LWIP_DHCP) to protect
3567 Allow to do ARP processing for incoming packets inside tcpip_thread
3604 tcpip_thread() to tcpip_init(). This way, raw API connections can be
3605 initialized before tcpip_thread is running (e.g. before OS is started)