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

/darwin-on-arm/xnu/bsd/netinet/
H A Dtcp_subr.c218 static int tcp_strict_rfc1948 = 0; variable
220 &tcp_strict_rfc1948, 0, "Determines if RFC1948 is followed exactly");
1946 && tcp_strict_rfc1948 == 0)
1956 ((tcp_strict_rfc1948 == 0) && (tcp_isn_reseed_interval > 0) &&

Completed in 11 milliseconds