Home
last modified time | relevance | path

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

/external/syslinux/core/lwip/src/api/
Dtcpip.c74 tcpip_thread(void *arg) in tcpip_thread() function
419 sys_thread_new(TCPIP_THREAD_NAME, tcpip_thread, NULL, TCPIP_THREAD_STACKSIZE, TCPIP_THREAD_PRIO); in tcpip_init()
/external/syslinux/core/lwip/
DCHANGELOG76 tcpip_thread processes messages or timeouts to implement a watchdog.
233 now only called from tcpip_thread or by explicitly checking them.
713 queueing a call into tcpip_thread to free ooseq-bufs if the pool is empty
1333 build time options. DNS timer is added in tcpip_thread context. DHCP can set
1682 sockets api and api_msg which run in tcpip_thread context). Add netconn_sento function.
1883 of the netconn_peer and netconn_addr processing is done inside tcpip_thread
2097 * sockets.c: Checked in patch #5914: Moved sockopt processing into tcpip_thread.
2146 with NO_SYS=1". Note that igmp_init is always in tcpip_thread (and not in
2263 dynamic one from memp to send tcpip_msg to tcpip_thread in a synchrone call.
2264 Free tcpip_msg from tcpip_apimsg is not done in tcpip_thread. This give a
[all …]
/external/syslinux/core/lwip/doc/
Drawapi.txt30 (also known as the "tcpip_thread"). The raw API may only be used from