Home
last modified time | relevance | path

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

/components/net/lwip/lwip-1.4.1/src/api/
A Dtcpip.c74 tcpip_thread(void *arg) in tcpip_thread() function
470 sys_thread_new(TCPIP_THREAD_NAME, tcpip_thread, NULL, TCPIP_THREAD_STACKSIZE, TCPIP_THREAD_PRIO); in tcpip_init()
/components/net/lwip/lwip-2.0.3/src/api/
A Dtcpip.c87 tcpip_thread(void *arg) in tcpip_thread() function
477 sys_thread_new(TCPIP_THREAD_NAME, tcpip_thread, NULL, TCPIP_THREAD_STACKSIZE, TCPIP_THREAD_PRIO); in tcpip_init()
/components/net/lwip/lwip-2.1.2/src/api/
A Dtcpip.c127 tcpip_thread(void *arg) in tcpip_thread() function
617 sys_thread_new(TCPIP_THREAD_NAME, tcpip_thread, NULL, TCPIP_THREAD_STACKSIZE, TCPIP_THREAD_PRIO); in tcpip_init()
/components/net/lwip/lwip-1.4.1/
A DCHANGELOG365 tcpip_thread processes messages or timeouts to implement a watchdog.
522 now only called from tcpip_thread or by explicitly checking them.
1002 queueing a call into tcpip_thread to free ooseq-bufs if the pool is empty
1622 build time options. DNS timer is added in tcpip_thread context. DHCP can set
2172 of the netconn_peer and netconn_addr processing is done inside tcpip_thread
2435 with NO_SYS=1". Note that igmp_init is always in tcpip_thread (and not in
2553 Free tcpip_msg from tcpip_apimsg is not done in tcpip_thread. This give a
2616 * tcpip.c: Initialize dhcp timers in tcpip_thread (if LWIP_DHCP) to protect
2630 Allow to do ARP processing for incoming packets inside tcpip_thread
2667 tcpip_thread() to tcpip_init(). This way, raw API connections can be
[all …]
/components/net/lwip/lwip-2.0.3/
A DCHANGELOG694 can call tcp_txnow() (from tcpip_thread!) to try to send again if TX buffers
1321 tcpip_thread processes messages or timeouts to implement a watchdog.
1478 now only called from tcpip_thread or by explicitly checking them.
1958 queueing a call into tcpip_thread to free ooseq-bufs if the pool is empty
3128 of the netconn_peer and netconn_addr processing is done inside tcpip_thread
3391 with NO_SYS=1". Note that igmp_init is always in tcpip_thread (and not in
3509 Free tcpip_msg from tcpip_apimsg is not done in tcpip_thread. This give a
3572 * tcpip.c: Initialize dhcp timers in tcpip_thread (if LWIP_DHCP) to protect
3586 Allow to do ARP processing for incoming packets inside tcpip_thread
3623 tcpip_thread() to tcpip_init(). This way, raw API connections can be
[all …]
/components/net/lwip/lwip-2.1.2/
A DCHANGELOG947 can call tcp_txnow() (from tcpip_thread!) to try to send again if TX buffers
1574 tcpip_thread processes messages or timeouts to implement a watchdog.
1731 now only called from tcpip_thread or by explicitly checking them.
2211 queueing a call into tcpip_thread to free ooseq-bufs if the pool is empty
3381 of the netconn_peer and netconn_addr processing is done inside tcpip_thread
3644 with NO_SYS=1". Note that igmp_init is always in tcpip_thread (and not in
3762 Free tcpip_msg from tcpip_apimsg is not done in tcpip_thread. This give a
3825 * tcpip.c: Initialize dhcp timers in tcpip_thread (if LWIP_DHCP) to protect
3839 Allow to do ARP processing for incoming packets inside tcpip_thread
3876 tcpip_thread() to tcpip_init(). This way, raw API connections can be
[all …]
/components/net/lwip/lwip-1.4.1/doc/
A Drawapi.txt30 (also known as the "tcpip_thread"). The raw API may only be used from
/components/net/lwip/lwip-2.0.3/doc/
A Drawapi.txt36 (also known as the "tcpip_thread"). When running in a multithreaded

Completed in 22 milliseconds