Home
last modified time | relevance | path

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

/components/net/lwip/lwip-2.0.3/src/core/
A Dtimeouts.c125 tcpip_tcp_timer(void *arg) in tcpip_tcp_timer() function
134 sys_timeout(TCP_TMR_INTERVAL, tcpip_tcp_timer, NULL); in tcpip_tcp_timer()
153 sys_timeout(TCP_TMR_INTERVAL, tcpip_tcp_timer, NULL); in tcp_timer_needed()
/components/net/lwip/lwip-1.4.1/src/core/
A Dtimers.c79 tcpip_tcp_timer(void *arg) in tcpip_tcp_timer() function
88 sys_timeout(TCP_TMR_INTERVAL, tcpip_tcp_timer, NULL); in tcpip_tcp_timer()
107 sys_timeout(TCP_TMR_INTERVAL, tcpip_tcp_timer, NULL); in tcp_timer_needed()
/components/net/lwip/lwip-2.1.2/src/core/
A Dtimeouts.c144 tcpip_tcp_timer(void *arg) in tcpip_tcp_timer() function
153 sys_timeout(TCP_TMR_INTERVAL, tcpip_tcp_timer, NULL); in tcpip_tcp_timer()
174 sys_timeout(TCP_TMR_INTERVAL, tcpip_tcp_timer, NULL); in tcp_timer_needed()

Completed in 5 milliseconds