Home
last modified time | relevance | path

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

/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/api/
H 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()
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/api/
H 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()
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/api/
H 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()
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/
H A DCHANGELOG375 tcpip_thread processes messages or timeouts to implement a watchdog.
532 now only called from tcpip_thread or by explicitly checking them.
1012 queueing a call into tcpip_thread to free ooseq-bufs if the pool is empty
1632 build time options. DNS timer is added in tcpip_thread context. DHCP can set
1981 sockets api and api_msg which run in tcpip_thread context). Add netconn_sento function.
2182 of the netconn_peer and netconn_addr processing is done inside tcpip_thread
2396 * sockets.c: Checked in patch #5914: Moved sockopt processing into tcpip_thread.
2445 with NO_SYS=1". Note that igmp_init is always in tcpip_thread (and not in
2562 dynamic one from memp to send tcpip_msg to tcpip_thread in a synchrone call.
2563 Free tcpip_msg from tcpip_apimsg is not done in tcpip_thread. This give a
[all …]
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/
H A DCHANGELOG675 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.
[all …]
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/
H A DCHANGELOG892 can call tcp_txnow() (from tcpip_thread!) to try to send again if TX buffers
1519 tcpip_thread processes messages or timeouts to implement a watchdog.
1676 now only called from tcpip_thread or by explicitly checking them.
2156 queueing a call into tcpip_thread to free ooseq-bufs if the pool is empty
2776 build time options. DNS timer is added in tcpip_thread context. DHCP can set
3125 sockets api and api_msg which run in tcpip_thread context). Add netconn_sento function.
3326 of the netconn_peer and netconn_addr processing is done inside tcpip_thread
3540 * sockets.c: Checked in patch #5914: Moved sockopt processing into tcpip_thread.
3589 with NO_SYS=1". Note that igmp_init is always in tcpip_thread (and not in
3706 dynamic one from memp to send tcpip_msg to tcpip_thread in a synchrone call.
[all …]
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/doc/
H A Drawapi.txt30 (also known as the "tcpip_thread"). The raw API may only be used from
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/doc/
H A Drawapi.txt36 (also known as the "tcpip_thread"). When running in a multithreaded