HomeSort by: relevance | last modified time | path
    Searched refs:tcp_do_rfc1323 (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/netinet/
tcp_var.h 733 extern int tcp_do_rfc1323; /* enabled/disabled? */
tcp_subr.c 166 int tcp_do_rfc1323 = 1; /* window scaling / timestamps (obsolete) */ variable
912 if (tcp_do_rfc1323 && tcp_do_win_scale)
914 if (tcp_do_rfc1323 && tcp_do_timestamps)
tcp_syncache.c 903 tb.t_flags = tcp_do_rfc1323 ? (TF_REQ_SCALE|TF_REQ_TSTMP) : 0;
tcp_usrreq.c 1902 sysctl_update_tcpcb_template, 0, &tcp_do_rfc1323, 0,

Completed in 18 milliseconds