PR_SLOWHZ          93 net/route.h    #define	RTTTOPRHZ(r)	((r) / (RTM_RTTUNIT / PR_SLOWHZ))
PR_SLOWHZ         126 netinet/tcp_input.c #define TCP_PAWS_IDLE	(24 * 24 * 60 * 60 * PR_SLOWHZ)
PR_SLOWHZ        3366 netinet/tcp_input.c 	timeout_add(&(sc)->sc_timer, (sc)->sc_rxtcur * (hz / PR_SLOWHZ)); \
PR_SLOWHZ         106 netinet/tcp_subr.c int	tcp_rttdflt = TCPTV_SRTTDFLT / PR_SLOWHZ;
PR_SLOWHZ         497 netinet/tcp_subr.c 	tp->t_rttvar = tcp_rttdflt * PR_SLOWHZ <<
PR_SLOWHZ         138 netinet/tcp_timer.c 	tcp_iss += TCP_ISSINCR/PR_SLOWHZ;		/* increment iss */
PR_SLOWHZ         142 netinet/tcp_timer.c 	tcp_iss += TCP_ISSINCR2/PR_SLOWHZ;		/* increment iss */
PR_SLOWHZ          88 netinet/tcp_timer.h #define	TCPTV_MSL	( 30*PR_SLOWHZ)		/* max seg lifetime (hah!) */
PR_SLOWHZ          91 netinet/tcp_timer.h #define	TCPTV_SRTTDFLT	(  3*PR_SLOWHZ)		/* assumed RTT if no info */
PR_SLOWHZ          93 netinet/tcp_timer.h #define	TCPTV_PERSMIN	(  5*PR_SLOWHZ)		/* retransmit persistance */
PR_SLOWHZ          94 netinet/tcp_timer.h #define	TCPTV_PERSMAX	( 60*PR_SLOWHZ)		/* maximum persist interval */
PR_SLOWHZ          96 netinet/tcp_timer.h #define	TCPTV_KEEP_INIT	( 75*PR_SLOWHZ)		/* initial connect keep alive */
PR_SLOWHZ          97 netinet/tcp_timer.h #define	TCPTV_KEEP_IDLE	(120*60*PR_SLOWHZ)	/* dflt time before probing */
PR_SLOWHZ          98 netinet/tcp_timer.h #define	TCPTV_KEEPINTVL	( 75*PR_SLOWHZ)		/* default probe interval */
PR_SLOWHZ         101 netinet/tcp_timer.h #define	TCPTV_MIN	(  1*PR_SLOWHZ)		/* minimum allowable value */
PR_SLOWHZ         102 netinet/tcp_timer.h #define	TCPTV_REXMTMAX	( 64*PR_SLOWHZ)		/* max allowable REXMT value */
PR_SLOWHZ         122 netinet/tcp_timer.h 	timeout_add(&(tp)->t_timer[(timer)], (nticks) * (hz / PR_SLOWHZ))
PR_SLOWHZ         915 netinet/tcp_usrreq.c 		return (sysctl_rdint(oldp, oldlenp, newp, PR_SLOWHZ));