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

/darwin-on-arm/xnu/bsd/netinet/
H A Dtcp_var.h327 #define TE_SETUPRECEIVED 0x02 /* Indicate we have received ECN-SETUP SYN or SYN-ACK */ macro
331 #define TE_ECN_ON (TE_SETUPSENT | TE_SETUPRECEIVED) /* Indicate ECN was successfully negotiated on a connection) */
H A Dtcp_output.c1058 if ((tp->ecn_flags & TE_SETUPRECEIVED) != 0) {
1077 tp->ecn_flags &= ~TE_SETUPRECEIVED;
H A Dtcp_input.c2587 tp->ecn_flags |= (TE_SETUPRECEIVED | TE_SENDIPECT);
2661 tp->ecn_flags |= TE_SETUPRECEIVED;

Completed in 81 milliseconds