Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/inet/
H A Dip6.h115 #define IPV6_TCLASS_FLOW(f, c) (((f) & ~IPV6_FLOWINFO_TCLASS) |\ macro
125 #define IPV6_TCLASS_FLOW(f, c) (((f) & ~IPV6_FLOWINFO_TCLASS) |\ macro
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip6.c4479 ip6h->ip6_vcf = IPV6_TCLASS_FLOW(ip6h->ip6_vcf, in ip_build_hdrs_v6()
H A Dicmp.c4083 ip6h->ip6_vcf = IPV6_TCLASS_FLOW(ip6h->ip6_vcf, in icmp_prepend_header_template()
/illumos-gate/usr/src/uts/common/inet/udp/
H A Dudp.c3432 ip6h->ip6_vcf = IPV6_TCLASS_FLOW(ip6h->ip6_vcf, in udp_prepend_header_template()