Home
last modified time | relevance | path

Searched refs:tcpip_thread (Results 1 – 2 of 2) sorted by relevance

/lib/lwip/lwip/src/api/
A Dtcpip.c127 tcpip_thread(void *arg) in tcpip_thread() function
665 sys_thread_new(TCPIP_THREAD_NAME, tcpip_thread, NULL, TCPIP_THREAD_STACKSIZE, TCPIP_THREAD_PRIO); in tcpip_init()
/lib/lwip/lwip/
A DCHANGELOG1034 can call tcp_txnow() (from tcpip_thread!) to try to send again if TX buffers
1661 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 empty
3468 of the netconn_peer and netconn_addr processing is done inside tcpip_thread
3731 with NO_SYS=1". Note that igmp_init is always in tcpip_thread (and not in
3849 Free tcpip_msg from tcpip_apimsg is not done in tcpip_thread. This give a
3912 * tcpip.c: Initialize dhcp timers in tcpip_thread (if LWIP_DHCP) to protect
3926 Allow to do ARP processing for incoming packets inside tcpip_thread
3963 tcpip_thread() to tcpip_init(). This way, raw API connections can be
[all …]

Completed in 14 milliseconds