Home
last modified time | relevance | path

Searched refs:IPTOS_ECN_ECT0 (Results 1 – 4 of 4) sorted by relevance

/xnu-8020.101.4/bsd/netinet/
H A Dip.h147 #define IPTOS_ECN_ECT0 0x02 /* ECN-capable transport (0) */ macro
H A Dip_ecn.c116 (*inner & IPTOS_ECN_MASK) == IPTOS_ECN_ECT0) { in ip_ecn_egress()
H A Dtcp_output.c2217 ip6->ip6_flow |= htonl(IPTOS_ECN_ECT0 << 20); in tcp_output()
2232 ip->ip_tos |= IPTOS_ECN_ECT0; in tcp_output()
H A Dip_output.c567 (ip->ip_tos & IPTOS_ECN_MASK) == IPTOS_ECN_ECT0)) { in ip_output_list()