Searched refs:t_keepidle (Results 1 - 3 of 3) sorted by relevance

/darwin-on-arm/xnu/bsd/netinet/
H A Dtcp_timer.h247 (tp->t_keepidle && (tp->t_inpcb->inp_socket->so_options & SO_KEEPALIVE) ? \
248 tp->t_keepidle : tcp_keepidle)
H A Dtcp_usrreq.c1460 tp->t_keepidle = optval * TCP_RETRANSHZ;
1540 optval = tp->t_keepidle / TCP_RETRANSHZ;
H A Dtcp_var.h308 int t_keepidle; /* keepalive idle timer (override global if > 0) */ member in struct:tcpcb

Completed in 26 milliseconds