Home
last modified time | relevance | path

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

/xnu-8020.101.4/bsd/netinet/
H A Dtcp_var.h438 #define TE_ECN_ON (TE_SETUPSENT | TE_SETUPRECEIVED) /* Indicate ECN was successfully … macro
752 (((_tp_)->ecn_flags & (TE_ECN_ON)) == (TE_ECN_ON))
H A Dtcp_usrreq.c1772 ti->tcpi_ecn_success = (tp->ecn_flags & TE_ECN_ON) == TE_ECN_ON ? 1 : 0; in tcp_fill_info()
H A Dtcp_subr.c4428 ((_flags_ & (TE_ECN_ON)) == (TE_ECN_ON))