Home
last modified time | relevance | path

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

/xnu-8792.61.2/bsd/netinet/
H A Dtcp_subr.c207 static int tcp_strict_rfc1948 = 0; variable
211 &tcp_strict_rfc1948, 0, "Determines if RFC1948 is followed exactly");
2757 tcp_strict_rfc1948 == 0) in tcp_new_isn()
2767 ((tcp_strict_rfc1948 == 0) && (tcp_isn_reseed_interval > 0) && in tcp_new_isn()