Home
last modified time | relevance | path

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

/xnu-10002.41.9/bsd/netinet/
H A Dtcp_timer.h310 (((tp)->t_keepintvl > 0) ? (tp)->t_keepintvl : (uint32_t)tcp_keepintvl)
321 extern int tcp_keepintvl; /* time between keepalive probes */
H A Dtcp_timer.c168 int tcp_keepintvl = TCPTV_KEEPINTVL; variable
171 &tcp_keepintvl, offsetof(skmem_sysctl, tcp.keepintvl),
194 int tcp_keepintvl; variable
197 &tcp_keepintvl, 0, sysctl_msec_to_ticks, "I", "");
H A Dtcp_usrreq.c2813 optval = tcp_keepintvl / TCP_RETRANSHZ; in tcp_ctloutput()
H A Dtcp_subr.c522 tcp_keepintvl = TCPTV_KEEPINTVL; in tcp_init()