Searched refs:TE_SENDECE (Results 1 - 3 of 3) sorted by relevance

/xnu-2782.1.97/bsd/netinet/
H A Dtcp_var.h375 #define TE_SENDECE 0x10 /* Indicate that the next packet should have the TCP ECE flag set */ macro
H A Dtcp_input.c2292 * TE_SENDECE will be cleared when we receive a packet with TH_CWR set.
2298 tp->ecn_flags |= TE_SENDECE;
2302 * Clear TE_SENDECE if TH_CWR is set. This is harmless, so we don't
2306 tp->ecn_flags &= ~TE_SENDECE;
H A Dtcp_output.c1270 if ((tp->ecn_flags & TE_SENDECE) != 0 && len == 0) {

Completed in 40 milliseconds