Home
last modified time | relevance | path

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

/xnu-8020.101.4/bsd/netinet/
H A Dtcp_timer.h310 (((tp)->t_keepintvl > 0) ? (tp)->t_keepintvl : (uint32_t)tcp_keepintvl)
H A Dtcp_usrreq.c2358 tp->t_keepintvl = optval * TCP_RETRANSHZ; in tcp_ctloutput()
2692 if (tp->t_keepintvl > 0) { in tcp_ctloutput()
2693 optval = tp->t_keepintvl / TCP_RETRANSHZ; in tcp_ctloutput()
H A Dtcp_var.h477 u_int32_t t_keepintvl; /* interval between keepalives */ member
H A Dtcp_input.c2682 tp->t_keepintvl = tp0->t_keepintvl; in tcp_input()