Home
last modified time | relevance | path

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

/xnu-8020.101.4/bsd/netinet/
H A Dtcp_timer.h308 (((tp)->t_keepcnt > 0) ? (tp)->t_keepcnt : (uint32_t)tcp_keepcnt)
H A Dtcp_usrreq.c2377 tp->t_keepcnt = optval; in tcp_ctloutput()
2699 if (tp->t_keepcnt > 0) { in tcp_ctloutput()
2700 optval = tp->t_keepcnt; in tcp_ctloutput()
H A Dtcp_var.h478 u_int32_t t_keepcnt; /* number of keepalives before close */ member
H A Dtcp_input.c2681 tp->t_keepcnt = tp0->t_keepcnt; in tcp_input()