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

/vbox/src/VBox/Devices/Network/slirp/
H A Dtcp_input.c79 tp->t_flags |= TF_ACKNOW; \
731 tp->t_flags |= TF_ACKNOW;
861 tp->t_flags |= TF_ACKNOW;
913 tp->t_flags |= TF_ACKNOW;
1035 tp->t_flags |= TF_ACKNOW;
1105 tp->t_flags |= TF_ACKNOW;
1566 tp->t_flags |= TF_ACKNOW;
1597 tp->t_flags |= TF_ACKNOW;
1632 tp->t_flags |= TF_ACKNOW;
1678 if (needoutput || (tp->t_flags & TF_ACKNOW))
[all...]
H A Dtcp_output.c249 if (tp->t_flags & TF_ACKNOW)
447 if (tp->t_flags & TF_ACKNOW)
709 tp->t_flags &= ~(TF_ACKNOW|TF_DELACK);
H A Dtcp_timer.c79 tp->t_flags |= TF_ACKNOW;
H A Dtcp_var.h89 #define TF_ACKNOW 0x0001 /* ack peer immediately */ macro

Completed in 87 milliseconds