Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/netinet/
H A Dtcp_timer.h294 (((tp)->t_keepcnt > 0) ? (tp)->t_keepcnt : (uint32_t)tcp_keepcnt)
H A Dtcp_usrreq.c2512 tp->t_keepcnt = optval; in tcp_ctloutput()
2850 if (tp->t_keepcnt > 0) { in tcp_ctloutput()
2851 optval = tp->t_keepcnt; in tcp_ctloutput()
H A Dtcp_var.h643 uint32_t t_keepcnt; /* number of keepalives before close */ member
H A Dtcp_input.c2505 tp->t_keepcnt = otp->t_keepcnt; in tcp_create_server_socket()