Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/netinet/
H A Dtcp_timer.h294 (((tp)->t_keepcnt > 0) ? (tp)->t_keepcnt : (uint32_t)tcp_keepcnt)
308 extern int tcp_keepcnt; /* number of keepalives */
H A Dtcp_timer.c171 int, tcp_keepcnt, TCPTV_KEEPCNT, "number of times to repeat keepalive");
194 int tcp_keepcnt; variable
197 &tcp_keepcnt, 0, "number of times to repeat keepalive");
H A Dtcp_usrreq.c2853 optval = tcp_keepcnt; in tcp_ctloutput()
H A Dtcp_subr.c627 tcp_keepcnt = TCPTV_KEEPCNT; in tcp_init()