tcp_do_rfc1323   4004 netinet/tcp_input.c 		tb.t_flags = tcp_do_rfc1323 ? (TF_REQ_SCALE|TF_REQ_TSTMP) : 0;
tcp_do_rfc1323    109 netinet/tcp_subr.c int	tcp_do_rfc1323 = 1;
tcp_do_rfc1323    489 netinet/tcp_subr.c 	tp->t_flags = tcp_do_rfc1323 ? (TF_REQ_SCALE|TF_REQ_TSTMP) : 0;
tcp_do_rfc1323    525 netinet/tcp_var.h 	&tcp_do_rfc1323, \
tcp_do_rfc1323    556 netinet/tcp_var.h extern	int tcp_do_rfc1323;	/* enabled/disabled? */