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

/xnu-2422.115.4/bsd/netinet/
H A Dtcp_subr.c209 static int tcp_strict_rfc1948 = 0; variable
211 &tcp_strict_rfc1948, 0, "Determines if RFC1948 is followed exactly");
1975 && tcp_strict_rfc1948 == 0)
1985 ((tcp_strict_rfc1948 == 0) && (tcp_isn_reseed_interval > 0) &&

Completed in 22 milliseconds