Home
last modified time | relevance | path

Searched refs:IPTOS_ECN_ECT1 (Results 1 – 9 of 9) sorted by relevance

/xnu-8796.121.2/bsd/netinet/
H A Dip.h146 #define IPTOS_ECN_ECT1 0x01 /* ECN-capable transport (1) */ macro
H A Dip_ecn.c115 } else if ((*outer & IPTOS_ECN_MASK) == IPTOS_ECN_ECT1 && in ip_ecn_egress()
H A Din_tclass.c533 if (ecn_val == IPTOS_ECN_ECT1 || ecn_val == IPTOS_ECN_ECT0) { in set_pid_tclass()
534 tp->ecn_flags |= (ecn_val == IPTOS_ECN_ECT1) ? in set_pid_tclass()
H A Dip_output.c566 ((ip->ip_tos & IPTOS_ECN_MASK) == IPTOS_ECN_ECT1 || in ip_output_list()
573 if ((ip->ip_tos & IPTOS_ECN_MASK) == IPTOS_ECN_ECT1) { in ip_output_list()
H A Dtcp_output.c2803 ip6->ip6_flow |= htonl(IPTOS_ECN_ECT1 << 20); in tcp_output()
2823 ip->ip_tos |= IPTOS_ECN_ECT1; in tcp_output()
H A Dtcp_input.c1848 case IPTOS_ECN_ECT1: in tcp_input_ip_ecn()
3417 case IPTOS_ECN_ECT1: in tcp_input()
3447 case IPTOS_ECN_ECT1: in tcp_input()
3705 case IPTOS_ECN_ECT1: in tcp_input()
H A Dip_input.c1077 if ((ip->ip_tos & IPTOS_ECN_MASK) == IPTOS_ECN_ECT1) { in ip_input_first_pass()
/xnu-8796.121.2/bsd/netinet6/
H A Dip6_input.c989 if (((ntohl(ip6->ip6_flow & IPV6_FLOW_ECN_MASK) >> 20) & IPTOS_ECN_ECT1) == IPTOS_ECN_ECT1) { in ip6_input()
H A Dip6_output.c1020 if (((ntohl(ip6->ip6_flow & IPV6_FLOW_ECN_MASK) >> 20) & IPTOS_ECN_ECT1) == IPTOS_ECN_ECT1) { in ip6_output_list()