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

/xnu-2782.1.97/bsd/netinet/
H A Dtcp_timer.h308 (((tp)->t_keepintvl > 0) ? (tp)->t_keepintvl : tcp_keepintvl)
H A Dtcp_var.h408 u_int32_t t_keepintvl; /* interval between keepalives */ member in struct:tcpcb
H A Dtcp_usrreq.c1913 tp->t_keepintvl = optval * TCP_RETRANSHZ;
2119 optval = tp->t_keepintvl / TCP_RETRANSHZ;
H A Dtcp_input.c2235 tp->t_keepintvl = tp0->t_keepintvl;

Completed in 39 milliseconds