Searched refs:TCP_TMR_INTERVAL (Results 1 – 3 of 3) sorted by relevance
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()
116 #ifndef TCP_TMR_INTERVAL117 #define TCP_TMR_INTERVAL 250 /* The TCP timer interval in milliseconds. */ macro121 #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 …
323 for (i = 0; i < 2 * TCP_MSL / TCP_TMR_INTERVAL + 1; i++) { in START_TEST()366 for (i = 0; i < 2 * TCP_MSL / TCP_TMR_INTERVAL + 1; i++) { in START_TEST()
Completed in 9 milliseconds