HomeSort by relevance Sort by last modified time
    Searched refs:TCPT_REXMT (Results 1 - 8 of 8) sorted by null

  /external/qemu/slirp/
tcp_timer.h 42 #define TCPT_REXMT 0 /* retransmit */
48 * The TCPT_REXMT timer is used to force retransmissions.
49 * The TCP has the TCPT_REXMT timer set whenever segments
tcp_timer.c 158 case TCPT_REXMT:
203 tp->t_timer[TCPT_REXMT] = tp->t_rxtcur;
tcp_output.c 152 tp->t_timer[TCPT_REXMT] = 0;
242 * tp->t_timer[TCPT_REXMT]
252 if (so->so_snd.sb_cc && tp->t_timer[TCPT_REXMT] == 0 &&
510 if (tp->t_timer[TCPT_REXMT] == 0 &&
512 tp->t_timer[TCPT_REXMT] = tp->t_rxtcur;
588 /* if (tp->t_timer[TCPT_REXMT])
tcp_input.c 535 tp->t_timer[TCPT_REXMT] = 0;
537 tp->t_timer[TCPT_REXMT] = tp->t_rxtcur;
769 tp->t_timer[TCPT_REXMT] = 0;
1106 if (tp->t_timer[TCPT_REXMT] == 0 ||
1118 tp->t_timer[TCPT_REXMT] = 0;
    [all...]
  /external/qemu/slirp-android/
tcp_timer.h 42 #define TCPT_REXMT 0 /* retransmit */
48 * The TCPT_REXMT timer is used to force retransmissions.
49 * The TCP has the TCPT_REXMT timer set whenever segments
tcp_timer.c 158 case TCPT_REXMT:
203 tp->t_timer[TCPT_REXMT] = tp->t_rxtcur;
tcp_output.c 152 tp->t_timer[TCPT_REXMT] = 0;
242 * tp->t_timer[TCPT_REXMT]
252 if (so->so_snd.sb_cc && tp->t_timer[TCPT_REXMT] == 0 &&
510 if (tp->t_timer[TCPT_REXMT] == 0 &&
512 tp->t_timer[TCPT_REXMT] = tp->t_rxtcur;
588 /* if (tp->t_timer[TCPT_REXMT])
tcp_input.c 540 tp->t_timer[TCPT_REXMT] = 0;
542 tp->t_timer[TCPT_REXMT] = tp->t_rxtcur;
775 tp->t_timer[TCPT_REXMT] = 0;
1112 if (tp->t_timer[TCPT_REXMT] == 0 ||
    [all...]

Completed in 996 milliseconds