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

/xnu-2422.115.4/bsd/netinet/
H A Dtcp_output.c1196 if ((tp->ecn_flags & TE_SENDCWR) != 0 && len != 0 &&
1199 tp->ecn_flags &= ~TE_SENDCWR;
H A Dtcp_var.h346 #define TE_SENDCWR 0x08 /* Indicate that the next non-retransmit should have the TCP CWR flag set */ macro
H A Dtcp_timer.c867 tp->ecn_flags |= TE_SENDCWR;
H A Dtcp_input.c875 tp->ecn_flags |= TE_SENDCWR;
3567 tp->ecn_flags |= TE_SENDCWR;

Completed in 32 milliseconds