Home
last modified time | relevance | path

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

/xnu-11215.81.4/bsd/netinet/
H A Dtcp_seq.h112 #define TCP_PAWS_IDLE (24 * 24 * 60 * 60 * TCP_RETRANSHZ) macro
H A Dtcp_input.c4247 if ((int)(tcp_now - tp->ts_recent_age) > TCP_PAWS_IDLE) { in tcp_input()