Searched refs:TCP_PAWS_IDLE (Results 1 - 2 of 2) sorted by relevance

/external/qemu/slirp/
H A Dtcp_input.c51 #define TCP_PAWS_IDLE (24 * 24 * 60 * 60 * PR_SLOWHZ) macro
829 /* if ((int)(tcp_now - tp->ts_recent_age) > TCP_PAWS_IDLE) {
/external/qemu/slirp-android/
H A Dtcp_input.c51 #define TCP_PAWS_IDLE (24 * 24 * 60 * 60 * PR_SLOWHZ) macro
835 /* if ((int)(tcp_now - tp->ts_recent_age) > TCP_PAWS_IDLE) {

Completed in 36 milliseconds