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

/darwin-on-arm/xnu/bsd/netinet/
H A Dtcp_output.c1051 the TCP ECE flag correctly. We use the TE_SENDIPECT to indicate
1067 tp->ecn_flags |= (TE_SETUPSENT | TE_SENDIPECT);
1090 tp->ecn_flags |= (TE_SETUPSENT | TE_SENDIPECT);
1098 tp->ecn_flags &= ~TE_SENDIPECT;
1464 if ((tp->ecn_flags & TE_SENDIPECT) != 0 && len &&
1477 if ((tp->ecn_flags & TE_SENDIPECT) != 0 && len &&
H A Dtcp_var.h328 #define TE_SENDIPECT 0x04 /* Indicate we haven't sent or received non-ECN-setup SYN or SYN-ACK */ macro
H A Dtcp_input.c2587 tp->ecn_flags |= (TE_SETUPRECEIVED | TE_SENDIPECT);
2665 tp->ecn_flags &= ~TE_SENDIPECT;

Completed in 29 milliseconds