Searched refs:TF_ACKNOW (Results 1 - 8 of 8) sorted by relevance

/external/qemu/slirp/
H A Dtcp_input.c73 tp->t_flags |= TF_ACKNOW; \
87 tp->t_flags |= TF_ACKNOW; \
107 tp->t_flags |= TF_ACKNOW; \
591 tp->t_flags |= TF_ACKNOW;
730 tp->t_flags |= TF_ACKNOW;
772 tp->t_flags |= TF_ACKNOW;
878 tp->t_flags |= TF_ACKNOW;
937 tp->t_flags |= TF_ACKNOW;
1387 tp->t_flags |= TF_ACKNOW;
1449 tp->t_flags |= TF_ACKNOW;
[all...]
H A Dtcp_output.c215 if (tp->t_flags & TF_ACKNOW)
379 if (tp->t_flags & TF_ACKNOW)
576 tp->t_flags &= ~(TF_ACKNOW|TF_DELACK);
H A Dtcp_var.h53 #define TF_ACKNOW 0x0001 /* ack peer immediately */ macro
H A Dtcp_timer.c60 tp->t_flags |= TF_ACKNOW;
/external/qemu/slirp-android/
H A Dtcp_input.c73 tp->t_flags |= TF_ACKNOW; \
87 tp->t_flags |= TF_ACKNOW; \
107 tp->t_flags |= TF_ACKNOW; \
596 tp->t_flags |= TF_ACKNOW;
736 tp->t_flags |= TF_ACKNOW;
778 tp->t_flags |= TF_ACKNOW;
884 tp->t_flags |= TF_ACKNOW;
943 tp->t_flags |= TF_ACKNOW;
1393 tp->t_flags |= TF_ACKNOW;
1455 tp->t_flags |= TF_ACKNOW;
[all...]
H A Dtcp_output.c215 if (tp->t_flags & TF_ACKNOW)
379 if (tp->t_flags & TF_ACKNOW)
576 tp->t_flags &= ~(TF_ACKNOW|TF_DELACK);
H A Dtcp_var.h58 #define TF_ACKNOW 0x0001 /* ack peer immediately */ macro
H A Dtcp_timer.c60 tp->t_flags |= TF_ACKNOW;

Completed in 68 milliseconds