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

  /external/qemu/slirp/
tcp_timer.c 92 if (tp->t_timer[i] && --tp->t_timer[i] == 0) {
121 tp->t_timer[i] = 0;
148 tp->t_timer[TCPT_2MSL] = TCPTV_KEEPINTVL;
203 tp->t_timer[TCPT_REXMT] = tp->t_rxtcur;
306 tp->t_timer[TCPT_KEEP] = TCPTV_KEEPINTVL;
308 tp->t_timer[TCPT_KEEP] = TCPTV_KEEP_IDLE;
tcp_output.c 132 tp->t_timer[TCPT_PERSIST] = 0;
152 tp->t_timer[TCPT_REXMT] = 0;
238 * tp->t_timer[TCPT_PERSIST]
242 * tp->t_timer[TCPT_REXMT]
252 if (so->so_snd.sb_cc && tp->t_timer[TCPT_REXMT] == 0 &&
253 tp->t_timer[TCPT_PERSIST] == 0) {
423 if (len || (flags & (TH_SYN|TH_FIN)) || tp->t_timer[TCPT_PERSIST])
474 if (tp->t_force == 0 || tp->t_timer[TCPT_PERSIST] == 0) {
510 if (tp->t_timer[TCPT_REXMT] == 0 &&
512 tp->t_timer[TCPT_REXMT] = tp->t_rxtcur
    [all...]
tcp_input.c 457 tp->t_timer[TCPT_KEEP] = TCPTV_KEEPINTVL;
459 tp->t_timer[TCPT_KEEP] = TCPTV_KEEP_IDLE;
535 tp->t_timer[TCPT_REXMT] = 0;
536 else if (tp->t_timer[TCPT_PERSIST] == 0)
537 tp->t_timer[TCPT_REXMT] = tp->t_rxtcur;
701 tp->t_timer[TCPT_KEEP] = TCPTV_KEEP_INIT;
732 tp->t_timer[TCPT_KEEP] = TCPTV_KEEP_INIT;
769 tp->t_timer[TCPT_REXMT] = 0;
1106 if (tp->t_timer[TCPT_REXMT] == 0 ||
1118 tp->t_timer[TCPT_REXMT] = 0
    [all...]
tcp_var.h 46 short t_timer[TCPT_NTIMERS]; /* tcp timers */ member in struct:tcpcb
slirp.c 872 qemu_put_sbe16(f, tp->t_timer[i]);
965 tp->t_timer[i] = qemu_get_sbe16(f);
tcp_subr.c 506 tp->t_timer[TCPT_KEEP] = TCPTV_KEEP_INIT;
838 tp->t_timer[TCPT_KEEP] = TCPTV_KEEP_INIT;
    [all...]
socket.c 624 so->so_tcpcb->t_timer[TCPT_KEEP] = TCPTV_KEEP_INIT*2;
  /external/qemu/slirp-android/
tcp_timer.c 92 if (tp->t_timer[i] && --tp->t_timer[i] == 0) {
121 tp->t_timer[i] = 0;
148 tp->t_timer[TCPT_2MSL] = TCPTV_KEEPINTVL;
203 tp->t_timer[TCPT_REXMT] = tp->t_rxtcur;
306 tp->t_timer[TCPT_KEEP] = TCPTV_KEEPINTVL;
308 tp->t_timer[TCPT_KEEP] = TCPTV_KEEP_IDLE;
tcp_output.c 132 tp->t_timer[TCPT_PERSIST] = 0;
152 tp->t_timer[TCPT_REXMT] = 0;
238 * tp->t_timer[TCPT_PERSIST]
242 * tp->t_timer[TCPT_REXMT]
252 if (so->so_snd.sb_cc && tp->t_timer[TCPT_REXMT] == 0 &&
253 tp->t_timer[TCPT_PERSIST] == 0) {
423 if (len || (flags & (TH_SYN|TH_FIN)) || tp->t_timer[TCPT_PERSIST])
474 if (tp->t_force == 0 || tp->t_timer[TCPT_PERSIST] == 0) {
510 if (tp->t_timer[TCPT_REXMT] == 0 &&
512 tp->t_timer[TCPT_REXMT] = tp->t_rxtcur
    [all...]
tcp_input.c 462 tp->t_timer[TCPT_KEEP] = TCPTV_KEEPINTVL;
464 tp->t_timer[TCPT_KEEP] = TCPTV_KEEP_IDLE;
540 tp->t_timer[TCPT_REXMT] = 0;
541 else if (tp->t_timer[TCPT_PERSIST] == 0)
542 tp->t_timer[TCPT_REXMT] = tp->t_rxtcur;
707 tp->t_timer[TCPT_KEEP] = TCPTV_KEEP_INIT;
738 tp->t_timer[TCPT_KEEP] = TCPTV_KEEP_INIT;
775 tp->t_timer[TCPT_REXMT] = 0;
1112 if (tp->t_timer[TCPT_REXMT] == 0 ||
    [all...]
tcp_var.h 51 short t_timer[TCPT_NTIMERS]; /* tcp timers */ member in struct:tcpcb
slirp.c 967 qemu_put_sbe16(f, tp->t_timer[i]);
1060 tp->t_timer[i] = qemu_get_sbe16(f);
socket.c 625 so->so_tcpcb->t_timer[TCPT_KEEP] = TCPTV_KEEP_INIT*2;
tcp_subr.c 538 tp->t_timer[TCPT_KEEP] = TCPTV_KEEP_INIT;

Completed in 1748 milliseconds