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

/darwin-on-arm/xnu/bsd/netinet/
H A Dtcp_output.c1050 the TE_SETUPSENT to indicate that we have committed to handling
1059 if ((tp->ecn_flags & TE_SETUPSENT) == 0) {
1067 tp->ecn_flags |= (TE_SETUPSENT | TE_SENDIPECT);
1082 if ((tp->ecn_flags & TE_SETUPSENT) == 0) {
1090 tp->ecn_flags |= (TE_SETUPSENT | TE_SENDIPECT);
H A Dtcp_var.h326 #define TE_SETUPSENT 0x01 /* Indicate we have sent ECN-SETUP SYN or SYN-ACK */ macro
331 #define TE_ECN_ON (TE_SETUPSENT | TE_SETUPRECEIVED) /* Indicate ECN was successfully negotiated on a connection) */

Completed in 16 milliseconds