Searched refs:TF_DELACK (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/Devices/Network/slirp/
H A Dtcp_timer.c76 && (tp->t_flags & TF_DELACK))
78 tp->t_flags &= ~TF_DELACK;
H A Dtcp_var.h90 #define TF_DELACK 0x0002 /* ack, but try to delay it */ macro
H A Dtcp_output.c709 tp->t_flags &= ~(TF_ACKNOW|TF_DELACK);
H A Dtcp_input.c81 tp->t_flags |= TF_DELACK;
84 tp->t_flags |= TF_DELACK;
H A Dslirp.c685 && so->so_tcpcb->t_flags & TF_DELACK)
883 tp->t_flags |= TF_DELACK;

Completed in 72 milliseconds