Searched refs:TCP_TMR_INTERVAL (Results 1 – 6 of 6) sorted by relevance
| /components/net/lwip/lwip-2.0.3/src/core/ |
| A D | timeouts.c | 75 {TCP_TMR_INTERVAL, HANDLER(tcp_tmr)}, 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-2.1.2/src/core/ |
| A D | timeouts.c | 81 {TCP_TMR_INTERVAL, HANDLER(tcp_tmr)}, 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()
|
| /components/net/lwip/lwip-1.4.1/src/include/lwip/ |
| A D | tcp_impl.h | 116 #ifndef TCP_TMR_INTERVAL 117 #define TCP_TMR_INTERVAL 250 /* The TCP timer interval in milliseconds. */ macro 121 #define TCP_FAST_INTERVAL TCP_TMR_INTERVAL /* the fine grained timeout in milliseconds */ 125 #define TCP_SLOW_INTERVAL (2*TCP_TMR_INTERVAL) /* the coarse grained timeout in milliseconds …
|
| /components/net/lwip/lwip-2.0.3/src/include/lwip/priv/ |
| A D | tcp_priv.h | 116 #ifndef TCP_TMR_INTERVAL 117 #define TCP_TMR_INTERVAL 250 /* The TCP timer interval in milliseconds. */ macro 121 #define TCP_FAST_INTERVAL TCP_TMR_INTERVAL /* the fine grained timeout in milliseconds */ 125 #define TCP_SLOW_INTERVAL (2*TCP_TMR_INTERVAL) /* the coarse grained timeout in milliseconds …
|
| /components/net/lwip/lwip-2.1.2/src/include/lwip/priv/ |
| A D | tcp_priv.h | 119 #ifndef TCP_TMR_INTERVAL 120 #define TCP_TMR_INTERVAL 250 /* The TCP timer interval in milliseconds. */ macro 124 #define TCP_FAST_INTERVAL TCP_TMR_INTERVAL /* the fine grained timeout in milliseconds */ 128 #define TCP_SLOW_INTERVAL (2*TCP_TMR_INTERVAL) /* the coarse grained timeout in milliseconds …
|
| /components/net/lwip/lwip-1.4.1/src/core/ |
| A D | timers.c | 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()
|
Completed in 9 milliseconds