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

/xnu-2422.115.4/bsd/netinet/
H A Dtcp_timer.h261 (((tp)->t_keepintvl > 0) ? (tp)->t_keepintvl : tcp_keepintvl)
H A Dtcp_usrreq.c1834 tp->t_keepintvl = optval * TCP_RETRANSHZ;
2024 optval = tp->t_keepintvl / TCP_RETRANSHZ;
H A Dtcp_var.h380 u_int32_t t_keepintvl; /* interval between keepalives */ member in struct:tcpcb
H A Dtcp_input.c2075 tp->t_keepintvl = tp0->t_keepintvl;

Completed in 77 milliseconds