Home
last modified time | relevance | path

Searched refs:IPV6_FLOW_ECN_MASK (Results 1 – 5 of 5) sorted by relevance

/xnu-10002.41.9/bsd/netinet/ !
H A Dip6.h137 #define IPV6_FLOW_ECN_MASK 0x00300000 /* the 2 ECN bits */ macro
142 #define IPV6_FLOW_ECN_MASK 0x00003000 /* the 2 ECN bits */ macro
H A Dudp_usrreq.c3051 ip6->ip6_flow = ip6->ip6_flow & ~IPV6_FLOW_ECN_MASK; in udp_fill_keepalive_offload_frames()
H A Dtcp_subr.c3963 ip6->ip6_flow = ip6->ip6_flow & ~IPV6_FLOW_ECN_MASK; in tcp_make_keepalive_frame()
/xnu-10002.41.9/bsd/netinet6/ !
H A Dip6_input.c992 if (((ntohl(ip6->ip6_flow & IPV6_FLOW_ECN_MASK) >> 20) & IPTOS_ECN_ECT1) == IPTOS_ECN_ECT1) { in ip6_input()
H A Dip6_output.c1021 if (((ntohl(ip6->ip6_flow & IPV6_FLOW_ECN_MASK) >> 20) & IPTOS_ECN_ECT1) == IPTOS_ECN_ECT1) { in ip6_output_list()