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

/xnu-2422.115.4/bsd/netinet/
H A Dtcp_output.c1138 the TCP ECE flag correctly. We use the TE_SENDIPECT to indicate
1154 tp->ecn_flags |= (TE_SETUPSENT | TE_SENDIPECT);
1177 tp->ecn_flags |= (TE_SETUPSENT | TE_SENDIPECT);
1185 tp->ecn_flags &= ~TE_SENDIPECT;
1631 if ((tp->ecn_flags & TE_SENDIPECT) != 0 && len &&
1644 if ((tp->ecn_flags & TE_SENDIPECT) != 0 && len &&
H A Dtcp_var.h345 #define TE_SENDIPECT 0x04 /* Indicate we haven't sent or received non-ECN-setup SYN or SYN-ACK */ macro
H A Dtcp_input.c2689 tp->ecn_flags |= (TE_SETUPRECEIVED | TE_SENDIPECT);
2771 tp->ecn_flags &= ~TE_SENDIPECT;

Completed in 45 milliseconds