Home
last modified time | relevance | path

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

/external/qemu/slirp-android/
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; in tcp_input()
736 tp->t_flags |= TF_ACKNOW; in tcp_input()
778 tp->t_flags |= TF_ACKNOW; in tcp_input()
884 tp->t_flags |= TF_ACKNOW; in tcp_input()
943 tp->t_flags |= TF_ACKNOW; in tcp_input()
1393 tp->t_flags |= TF_ACKNOW; in tcp_input()
1455 tp->t_flags |= TF_ACKNOW; in tcp_input()
[all …]
Dtcp_output.c215 if (tp->t_flags & TF_ACKNOW)
379 if (tp->t_flags & TF_ACKNOW)
576 tp->t_flags &= ~(TF_ACKNOW|TF_DELACK);
Dtcp_var.h58 #define TF_ACKNOW 0x0001 /* ack peer immediately */ macro
Dtcp_timer.c60 tp->t_flags |= TF_ACKNOW; in tcp_fasttimo()
/external/qemu/slirp/
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; in tcp_input()
730 tp->t_flags |= TF_ACKNOW; in tcp_input()
772 tp->t_flags |= TF_ACKNOW; in tcp_input()
878 tp->t_flags |= TF_ACKNOW; in tcp_input()
937 tp->t_flags |= TF_ACKNOW; in tcp_input()
1387 tp->t_flags |= TF_ACKNOW; in tcp_input()
1449 tp->t_flags |= TF_ACKNOW; in tcp_input()
[all …]
Dtcp_output.c215 if (tp->t_flags & TF_ACKNOW)
379 if (tp->t_flags & TF_ACKNOW)
576 tp->t_flags &= ~(TF_ACKNOW|TF_DELACK);
Dtcp_var.h53 #define TF_ACKNOW 0x0001 /* ack peer immediately */ macro
Dtcp_timer.c60 tp->t_flags |= TF_ACKNOW; in tcp_fasttimo()