Home
last modified time | relevance | path

Searched refs:IPV6_FLOWINFO_FLOWLABEL (Results 1 – 6 of 6) sorted by relevance

/titanic_41/usr/src/uts/common/netinet/
H A Din.h433 #define IPV6_FLOWINFO_FLOWLABEL 0x000fffffU macro
439 #define IPV6_FLOWINFO_FLOWLABEL 0xffff0f00U macro
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_ip.c348 flow = ntohl(ip6h->ip6_vcf & IPV6_FLOWINFO_FLOWLABEL); in interpret_ipv6()
/titanic_41/usr/src/uts/common/inet/ilb/
H A Dilb.c1631 ip6h->ip6_vcf &= ~IPV6_FLOWINFO_FLOWLABEL; in ilb_icmp_v6()
/titanic_41/usr/src/cmd/mdb/common/modules/ip/
H A Dip.c1424 flow = iph->ip6_vcf & IPV6_FLOWINFO_FLOWLABEL; in ip6hdr()
/titanic_41/usr/src/uts/common/inet/ip/
H A Dip6.c461 ip6h->ip6_vcf &= ~IPV6_FLOWINFO_FLOWLABEL; in icmp_send_reply_v6()
/titanic_41/usr/src/cmd/truss/
H A Dexpound.c3521 ntohl(sin6->sin6_flowinfo & IPV6_FLOWINFO_FLOWLABEL)); in show_sockaddr()