Symbol: ip6_vcf
usr/src/cmd/cmd-inet/usr.sbin/snoop/snoop_ip.c
348
class = ntohl((ip6h->ip6_vcf & IPV6_FLOWINFO_TCLASS)) >> 20;
usr/src/cmd/cmd-inet/usr.sbin/snoop/snoop_ip.c
349
flow = ntohl(ip6h->ip6_vcf & IPV6_FLOWINFO_FLOWLABEL);
usr/src/cmd/cmd-inet/usr.sbin/snoop/snoop_ip.c
367
version = ntohl(ip6h->ip6_vcf) >> 28;
usr/src/cmd/mdb/common/modules/ip/ip.c
1446
class = iph->ip6_vcf & IPV6_FLOWINFO_TCLASS;
usr/src/cmd/mdb/common/modules/ip/ip.c
1449
flow = iph->ip6_vcf & IPV6_FLOWINFO_FLOWLABEL;
usr/src/uts/common/inet/ilb/ilb.c
1631
ip6h->ip6_vcf &= ~IPV6_FLOWINFO_FLOWLABEL;
usr/src/uts/common/inet/ip/icmp.c
1416
sin6.sin6_flowinfo = ip6h->ip6_vcf & ~IPV6_VERS_AND_FLOW_MASK;
usr/src/uts/common/inet/ip/icmp.c
4078
ip6h->ip6_vcf =
usr/src/uts/common/inet/ip/icmp.c
4083
ip6h->ip6_vcf = IPV6_TCLASS_FLOW(ip6h->ip6_vcf,
usr/src/uts/common/inet/ip/igmp.c
2495
ip6h->ip6_vcf = IPV6_DEFAULT_VERS_AND_FLOW;
usr/src/uts/common/inet/ip/igmp.c
2638
ip6h->ip6_vcf = IPV6_DEFAULT_VERS_AND_FLOW;
usr/src/uts/common/inet/ip/ip6.c
1370
ip6h->ip6_vcf = IPV6_DEFAULT_VERS_AND_FLOW;
usr/src/uts/common/inet/ip/ip6.c
3383
ecn_info = (uint8_t)(ntohl(ip6h->ip6_vcf & htonl(~0xFFCFFFFF)) >> 20);
usr/src/uts/common/inet/ip/ip6.c
3770
ip6h->ip6_vcf &= htonl(0xFFCFFFFF);
usr/src/uts/common/inet/ip/ip6.c
3771
ip6h->ip6_vcf |= htonl(ecn_info << 20);
usr/src/uts/common/inet/ip/ip6.c
4473
ip6h->ip6_vcf =
usr/src/uts/common/inet/ip/ip6.c
4479
ip6h->ip6_vcf = IPV6_TCLASS_FLOW(ip6h->ip6_vcf,
usr/src/uts/common/inet/ip/ip6.c
463
ip6h->ip6_vcf &= ~IPV6_FLOWINFO_FLOWLABEL;
usr/src/uts/common/inet/ip/ip6_input.c
630
if ((ip6h->ip6_vcf & IPV6_VERS_AND_FLOW_MASK) !=
usr/src/uts/common/inet/ip/ip_ndp.c
2446
ip6h->ip6_vcf = IPV6_DEFAULT_VERS_AND_FLOW;
usr/src/uts/common/inet/ip/ipsecah.c
2953
ip6h->ip6_vcf = IPV6_DEFAULT_VERS_AND_FLOW;
usr/src/uts/common/inet/iptun/iptun.c
2169
new_ip6h->ip6_vcf = orig_ip6h->ip6_vcf;
usr/src/uts/common/inet/tcp/tcp_input.c
1018
sin6.sin6_flowinfo = ip6h->ip6_vcf & ~IPV6_VERS_AND_FLOW_MASK;
usr/src/uts/common/inet/tcp/tcp_input.c
3397
uint32_t vcf = ((ip6_t *)rptr)->ip6_vcf;
usr/src/uts/common/inet/tcp/tcp_tpi.c
475
sin6.sin6_flowinfo = ip6h->ip6_vcf & ~IPV6_VERS_AND_FLOW_MASK;
usr/src/uts/common/inet/tcp_impl.h
301
((ip6_t *)(iph))->ip6_vcf &= htonl(0xFFCFFFFF); \
usr/src/uts/common/inet/tcp_impl.h
302
((ip6_t *)(iph))->ip6_vcf |= htonl(IPH_ECN_ECT0 << 20); \
usr/src/uts/common/inet/udp/udp.c
1281
sin6.sin6_flowinfo = ip6h->ip6_vcf & ~IPV6_VERS_AND_FLOW_MASK;
usr/src/uts/common/inet/udp/udp.c
3426
ip6h->ip6_vcf =
usr/src/uts/common/inet/udp/udp.c
3431
ip6h->ip6_vcf = IPV6_TCLASS_FLOW(ip6h->ip6_vcf,
usr/src/uts/common/io/mac/mac_flow.c
1843
return ((IPV6_FLOW_TCLASS(ip6h->ip6_vcf) &
usr/src/uts/common/io/mac/plugins/mac_ipv6.c
154
ip6hp->ip6_vcf = IPV6_DEFAULT_VERS_AND_FLOW;
usr/src/uts/common/ipp/dscpmk/dscpmk.c
103
dscp = __IPV6_TCLASS_FROM_FLOW(ip6_hdr->ip6_vcf);
usr/src/uts/common/ipp/dscpmk/dscpmk.c
174
ip6_hdr->ip6_vcf = (ip6_hdr->ip6_vcf & TCLASS_MASK) |
usr/src/uts/common/ipp/dscpmk/dscpmk.c
177
ip6_hdr->ip6_vcf = (ip6_hdr->ip6_vcf & TCLASS_MASK) |
usr/src/uts/common/ipp/flowacct/flowacct.c
273
header->dsfield = __IPV6_TCLASS_FROM_FLOW(ip6h->ip6_vcf);
usr/src/uts/common/ipp/ipgpc/classifier.c
646
packet->dsfield = __IPV6_TCLASS_FROM_FLOW(ip6h->ip6_vcf);
usr/src/uts/common/ipp/meters/tokenmt.c
116
dscp = __IPV6_TCLASS_FROM_FLOW(ip6_hdr->ip6_vcf);