Home
last modified time | relevance | path

Searched refs:TCP_MSL (Results 1 – 4 of 4) sorted by relevance

/external/syslinux/gpxe/src/include/gpxe/
Dtcp.h314 #define TCP_MSL ( 2 * 60 * TICKS_PER_SEC ) macro
/external/syslinux/core/lwip/src/include/lwip/
Dtcp_impl.h132 #ifndef TCP_MSL
133 #define TCP_MSL 60000UL /* The maximum segment lifetime in milliseconds */ macro
/external/syslinux/core/lwip/src/core/
Dtcp.c900 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()
/external/syslinux/gpxe/src/net/
Dtcp.c1016 tcp->timer.timeout = ( 2 * TCP_MSL ); in tcp_rx()