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

/xnu-2422.115.4/bsd/netinet/
H A Dtcp_timer.c866 if ((tp->ecn_flags & TE_ECN_ON) == TE_ECN_ON) {
H A Dtcp_input.c2134 ((tp->ecn_flags & (TE_ECN_ON)) == (TE_ECN_ON)) && tlen > 0 &&
3566 if ((tp->ecn_flags & TE_ECN_ON) == TE_ECN_ON) {
3718 ((tp->ecn_flags & TE_ECN_ON) == TE_ECN_ON)) {
H A Dtcp_var.h348 #define TE_ECN_ON (TE_SETUPSENT | TE_SETUPRECEIVED) /* Indicate ECN was successfully negotiated on a connection) */ macro

Completed in 40 milliseconds