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

/darwin-on-arm/xnu/bsd/netinet/
H A Dtcp_timer.c763 if ((tp->ecn_flags & TE_ECN_ON) == TE_ECN_ON) {
H A Dtcp_input.c2078 ((tp->ecn_flags & (TE_ECN_ON)) == (TE_ECN_ON)) && tlen > 0 &&
3295 if ((tp->ecn_flags & TE_ECN_ON) == TE_ECN_ON) {
3454 ((tp->ecn_flags & TE_ECN_ON) == TE_ECN_ON)) {
H A Dtcp_var.h331 #define TE_ECN_ON (TE_SETUPSENT | TE_SETUPRECEIVED) /* Indicate ECN was successfully negotiated on a connection) */ macro

Completed in 44 milliseconds