Home
last modified time | relevance | path

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

/device/soc/hisilicon/ws63v100/sdk/open_source/lwip/lwip_v2.1.3/src/core/
Dtimeouts.c150 static int tcpip_tcp_timer_active; variable
170 tcpip_tcp_timer_active = 0; in tcpip_tcp_timer()
185 if (!tcpip_tcp_timer_active && (tcp_active_pcbs || tcp_tw_pcbs)) { in tcp_timer_needed()
187 tcpip_tcp_timer_active = 1; in tcp_timer_needed()