Searched refs:TCP_MSL (Results 1 – 4 of 4) sorted by relevance
314 #define TCP_MSL ( 2 * 60 * TICKS_PER_SEC ) macro
132 #ifndef TCP_MSL133 #define TCP_MSL 60000UL /* The maximum segment lifetime in milliseconds */ macro
900 if ((u32_t)(tcp_ticks - pcb->tmr) > 2 * TCP_MSL / TCP_SLOW_INTERVAL) { in tcp_slowtmr()957 if ((u32_t)(tcp_ticks - pcb->tmr) > 2 * TCP_MSL / TCP_SLOW_INTERVAL) { in tcp_slowtmr()
1016 tcp->timer.timeout = ( 2 * TCP_MSL ); in tcp_rx()