Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/netinet/
H A Din.h445 #define IPV6_FLOWINFO_FLOWLABEL 0x000fffffU macro
451 #define IPV6_FLOWINFO_FLOWLABEL 0xffff0f00U macro
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_ip.c349 flow = ntohl(ip6h->ip6_vcf & IPV6_FLOWINFO_FLOWLABEL); in interpret_ipv6()
/illumos-gate/usr/src/uts/common/inet/ilb/
H A Dilb.c1631 ip6h->ip6_vcf &= ~IPV6_FLOWINFO_FLOWLABEL; in ilb_icmp_v6()
/illumos-gate/usr/src/cmd/mdb/common/modules/ip/
H A Dip.c1449 flow = iph->ip6_vcf & IPV6_FLOWINFO_FLOWLABEL; in ip6hdr()
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip6.c463 ip6h->ip6_vcf &= ~IPV6_FLOWINFO_FLOWLABEL; in icmp_send_reply_v6()
/illumos-gate/usr/src/cmd/truss/
H A Dexpound.c3400 ntohl(sin6->sin6_flowinfo & IPV6_FLOWINFO_FLOWLABEL)); in show_sockaddr()