Searched refs:TCP_MSL (Results 1 – 3 of 3) sorted by relevance
133 #ifndef TCP_MSL134 #define TCP_MSL 60000UL /* The maximum segment lifetime in milliseconds */ macro
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()
1376 if ((u32_t)(tcp_ticks - pcb->tmr) > 2 * TCP_MSL / TCP_SLOW_INTERVAL) { in tcp_slowtmr()1449 if ((u32_t)(tcp_ticks - pcb->tmr) > 2 * TCP_MSL / TCP_SLOW_INTERVAL) { in tcp_slowtmr()
Completed in 54 milliseconds