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

/xnu-2782.1.97/bsd/netinet/
H A Dtcp_output.c1194 * the TCP ECE flag correctly. We use the TE_SENDIPECT to indicate
1210 tp->ecn_flags |= (TE_SETUPSENT|TE_SENDIPECT);
1242 tp->ecn_flags |= (TE_SETUPSENT | TE_SENDIPECT);
1249 tp->ecn_flags &= ~TE_SENDIPECT;
1681 if ((tp->ecn_flags & TE_SENDIPECT) != 0 && len &&
1698 if ((tp->ecn_flags & TE_SENDIPECT) != 0 && len &&
H A Dtcp_var.h373 #define TE_SENDIPECT 0x04 /* Indicate we haven't sent or received non-ECN-setup SYN or SYN-ACK */ macro
H A Dtcp_input.c2844 tp->ecn_flags |= (TE_SETUPRECEIVED | TE_SENDIPECT);
2935 tp->ecn_flags &= ~TE_SENDIPECT;

Completed in 36 milliseconds