Home
last modified time | relevance | path

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

/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/core/
H A Dtimeouts.c117 static int tcpip_tcp_timer_active; variable
137 tcpip_tcp_timer_active = 0; in tcpip_tcp_timer()
150 if (!tcpip_tcp_timer_active && (tcp_active_pcbs || tcp_tw_pcbs)) { in tcp_timer_needed()
152 tcpip_tcp_timer_active = 1; in tcp_timer_needed()
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/core/
H A Dtimers.c71 static int tcpip_tcp_timer_active; variable
91 tcpip_tcp_timer_active = 0; in tcpip_tcp_timer()
104 if (!tcpip_tcp_timer_active && (tcp_active_pcbs || tcp_tw_pcbs)) { in tcp_timer_needed()
106 tcpip_tcp_timer_active = 1; in tcp_timer_needed()
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/core/
H A Dtimeouts.c136 static int tcpip_tcp_timer_active; variable
156 tcpip_tcp_timer_active = 0; in tcpip_tcp_timer()
171 if (!tcpip_tcp_timer_active && (tcp_active_pcbs || tcp_tw_pcbs)) { in tcp_timer_needed()
173 tcpip_tcp_timer_active = 1; in tcp_timer_needed()