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

/macosx-10.9.5/xnu-2422.115.4/bsd/netinet/
H A Dtcp_timer.h84 #define TCPT_DELACK 4 /* delayed ack timer */ macro
H A Dtcp_timer.c1003 case TCPT_DELACK:
1006 tp->t_timer[TCPT_DELACK] = 0;
H A Dtcp_output.c969 tp->t_timer[TCPT_DELACK] =
2252 tp->t_timer[TCPT_DELACK] = 0;
H A Dtcp_input.c2528 tp->t_timer[TCPT_DELACK] = OFFSET_FROM_START(tp, tcp_delack);
2795 tp->t_timer[TCPT_DELACK] = OFFSET_FROM_START(tp, tcp_delack);
4037 tp->t_timer[TCPT_DELACK] =
4115 tp->t_timer[TCPT_DELACK] = OFFSET_FROM_START(tp, tcp_delack);

Completed in 88 milliseconds