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

/darwin-on-arm/xnu/bsd/netinet/
H A Dtcp_timer.h259 extern int tcp_keepintvl; /* time between keepalive probes */
H A Dtcp_timer.c158 int tcp_keepintvl; variable
160 &tcp_keepintvl, 0, sysctl_msec_to_ticks, "I", "");
429 tcp_maxidle = tcp_keepcnt * tcp_keepintvl;
571 tp->t_timer[TCPT_2MSL] = OFFSET_FROM_START(tp, (u_int32_t)tcp_keepintvl);
857 tp->t_timer[TCPT_KEEP] = OFFSET_FROM_START(tp, tcp_keepintvl);
H A Dtcp_subr.c359 tcp_keepintvl = TCPTV_KEEPINTVL;

Completed in 19 milliseconds