Home
last modified time | relevance | path

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

/external/qemu/slirp2/
Dtcp_input.c77 tp->t_flags |= TF_ACKNOW; \
91 tp->t_flags |= TF_ACKNOW; \
111 tp->t_flags |= TF_ACKNOW; \
593 tp->t_flags |= TF_ACKNOW;
714 tp->t_flags |= TF_ACKNOW;
757 tp->t_flags |= TF_ACKNOW;
863 tp->t_flags |= TF_ACKNOW;
922 tp->t_flags |= TF_ACKNOW;
1372 tp->t_flags |= TF_ACKNOW;
1434 tp->t_flags |= TF_ACKNOW;
[all …]
Dtcp_output.c220 if (tp->t_flags & TF_ACKNOW)
384 if (tp->t_flags & TF_ACKNOW)
581 tp->t_flags &= ~(TF_ACKNOW|TF_DELACK);
Dtcp_var.h58 #define TF_ACKNOW 0x0001 /* ack peer immediately */ macro
Dtcp_timer.c64 tp->t_flags |= TF_ACKNOW; in tcp_fasttimo()