Searched refs:TE_SETUPSENT (Results 1 - 2 of 2) sorted by relevance

/xnu-2422.115.4/bsd/netinet/
H A Dtcp_output.c1137 the TE_SETUPSENT to indicate that we have committed to handling
1146 if ((tp->ecn_flags & TE_SETUPSENT) == 0) {
1154 tp->ecn_flags |= (TE_SETUPSENT | TE_SENDIPECT);
1169 if ((tp->ecn_flags & TE_SETUPSENT) == 0) {
1177 tp->ecn_flags |= (TE_SETUPSENT | TE_SENDIPECT);
H A Dtcp_var.h343 #define TE_SETUPSENT 0x01 /* Indicate we have sent ECN-SETUP SYN or SYN-ACK */ macro
348 #define TE_ECN_ON (TE_SETUPSENT | TE_SETUPRECEIVED) /* Indicate ECN was successfully negotiated on a connection) */

Completed in 32 milliseconds