Searched refs:t_timer (Results 1 - 6 of 6) sorted by relevance

/vbox/src/VBox/Devices/Network/slirp/
H A Dtcp_timer.c115 if (tp->t_timer[i] && --tp->t_timer[i] == 0)
146 tp->t_timer[i] = 0;
183 tp->t_timer[TCPT_2MSL] = tcp_keepintvl;
238 tp->t_timer[TCPT_REXMT] = tp->t_rxtcur;
342 tp->t_timer[TCPT_KEEP] = tcp_keepintvl;
345 tp->t_timer[TCPT_KEEP] = tcp_keepidle;
H A Dtcp_output.c162 tp->t_timer[TCPT_PERSIST] = 0;
183 tp->t_timer[TCPT_REXMT] = 0;
272 * tp->t_timer[TCPT_PERSIST]
276 * tp->t_timer[TCPT_REXMT]
287 && tp->t_timer[TCPT_REXMT] == 0
288 && tp->t_timer[TCPT_PERSIST] == 0)
534 if (len || (flags & (TH_SYN|TH_FIN)) || tp->t_timer[TCPT_PERSIST])
590 if (tp->t_force == 0 || tp->t_timer[TCPT_PERSIST] == 0)
631 if ( tp->t_timer[TCPT_REXMT] == 0
634 tp->t_timer[TCPT_REXM
[all...]
H A Dtcp_input.c587 tp->t_timer[TCPT_KEEP] = tcp_keepintvl;
589 tp->t_timer[TCPT_KEEP] = tcp_keepidle;
673 tp->t_timer[TCPT_REXMT] = 0;
674 else if (tp->t_timer[TCPT_PERSIST] == 0)
675 tp->t_timer[TCPT_REXMT] = tp->t_rxtcur;
828 tp->t_timer[TCPT_KEEP] = TCPTV_KEEP_INIT;
863 tp->t_timer[TCPT_KEEP] = TCPTV_KEEP_INIT;
910 tp->t_timer[TCPT_REXMT] = 0;
1284 if ( tp->t_timer[TCPT_REXMT] == 0
1294 tp->t_timer[TCPT_REXM
[all...]
H A Dtcp_var.h82 int16_t t_timer[TCPT_NTIMERS]; /* tcp timers */ member in struct:tcpcb
H A Dtcp_subr.c589 tp->t_timer[TCPT_KEEP] = TCPTV_KEEP_INIT;
H A Dsocket.c967 so->so_tcpcb->t_timer[TCPT_KEEP] = TCPTV_KEEP_INIT*2;

Completed in 808 milliseconds