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

/xnu-2782.1.97/bsd/netinet/
H A Dtcp_subr.c210 static int tcp_strict_rfc1948 = 0; variable
212 &tcp_strict_rfc1948, 0, "Determines if RFC1948 is followed exactly");
2039 && tcp_strict_rfc1948 == 0)
2049 ((tcp_strict_rfc1948 == 0) && (tcp_isn_reseed_interval > 0) &&

Completed in 9 milliseconds