Searched refs:TCPT_KEEP (Results 1 - 5 of 5) sorted by relevance

/darwin-on-arm/xnu/bsd/netinet/
H A Dtcp_timer.h82 #define TCPT_KEEP 2 /* keep alive */ macro
111 * The TCPT_KEEP timer is used to keep connections alive. If an
119 * an ack segment in response from the peer. If, despite the TCPT_KEEP
H A Dtcp_timer.c813 case TCPT_KEEP:
857 tp->t_timer[TCPT_KEEP] = OFFSET_FROM_START(tp, tcp_keepintvl);
859 tp->t_timer[TCPT_KEEP] = OFFSET_FROM_START(tp, TCP_KEEPIDLE(tp));
H A Dtcp_usrreq.c976 tp->t_timer[TCPT_KEEP] = OFFSET_FROM_START(tp,
1083 tp->t_timer[TCPT_KEEP] = OFFSET_FROM_START(tp,
1461 tp->t_timer[TCPT_KEEP] = OFFSET_FROM_START(tp,
H A Dtcp_input.c2118 tp->t_timer[TCPT_KEEP] = OFFSET_FROM_START(tp, TCP_KEEPIDLE(tp));
2575 tp->t_timer[TCPT_KEEP] = OFFSET_FROM_START(tp,
2713 tp->t_timer[TCPT_KEEP] = OFFSET_FROM_START(tp, TCP_KEEPIDLE(tp));
3165 tp->t_timer[TCPT_KEEP] = OFFSET_FROM_START(tp, TCP_KEEPIDLE(tp));
/darwin-on-arm/xnu/bsd/kern/
H A Dsocket_info.c148 tcpsi->tcpsi_timer[TCPT_KEEP] = tp->t_timer[TCPT_KEEP];

Completed in 38 milliseconds