Searched refs:IPV6_FLOWINFO_TCLASS (Results 1 – 5 of 5) sorted by relevance
113 #define IPV6_FLOW_TCLASS(x) (((x) & IPV6_FLOWINFO_TCLASS) >> 20)114 #define IPV6_TCLASS_FLOW(f, c) (((f) & ~IPV6_FLOWINFO_TCLASS) |\124 #define IPV6_TCLASS_FLOW(f, c) (((f) & ~IPV6_FLOWINFO_TCLASS) |\
434 #define IPV6_FLOWINFO_TCLASS 0x0ff00000U macro440 #define IPV6_FLOWINFO_TCLASS 0x0000f00fU macro
347 class = ntohl((ip6h->ip6_vcf & IPV6_FLOWINFO_TCLASS) >> 20); in interpret_ipv6()
1422 class = (iph->ip6_vcf & IPV6_FLOWINFO_TCLASS) >> 20; in ip6hdr()
3520 ntohl((sin6->sin6_flowinfo & IPV6_FLOWINFO_TCLASS) >> 20), in show_sockaddr()