Symbol: IPH_HDR_VERSION
usr/src/common/inet/inet_hash.c
70
ASSERT(IPH_HDR_VERSION(ip6h) == IPV6_VERSION);
usr/src/uts/common/inet/ip/icmp.c
1164
if (IPH_HDR_VERSION(ipha) != IPV4_VERSION) {
usr/src/uts/common/inet/ip/icmp.c
1165
ASSERT(IPH_HDR_VERSION(ipha) == IPV6_VERSION);
usr/src/uts/common/inet/ip/icmp.c
1169
ASSERT(IPH_HDR_VERSION(ipha) == IPV4_VERSION);
usr/src/uts/common/inet/ip/icmp.c
2609
ASSERT(IPH_HDR_VERSION(rptr) == IPV4_VERSION);
usr/src/uts/common/inet/ip/icmp.c
2708
ASSERT(IPH_HDR_VERSION(rptr) == IPV6_VERSION);
usr/src/uts/common/inet/ip/ip.c
12228
ASSERT(IPH_HDR_VERSION(ipha) == IPV4_VERSION);
usr/src/uts/common/inet/ip/ip.c
12233
ASSERT(IPH_HDR_VERSION(mp->b_rptr) == IPV6_VERSION);
usr/src/uts/common/inet/ip/ip.c
12305
ASSERT(IPH_HDR_VERSION(ipha) == IPV4_VERSION);
usr/src/uts/common/inet/ip/ip.c
12315
ASSERT(IPH_HDR_VERSION(mp->b_rptr) == IPV6_VERSION);
usr/src/uts/common/inet/ip/ip.c
1762
if ((IPH_HDR_VERSION(ipha) != IPV4_VERSION))
usr/src/uts/common/inet/ip/ip.c
2234
if ((IPH_HDR_VERSION(in_ipha) != IPV4_VERSION)) {
usr/src/uts/common/inet/ip/ip.c
2881
if (IPH_HDR_VERSION(inner_ip6h) == IPV4_VERSION) {
usr/src/uts/common/inet/ip/ip.c
4936
ASSERT(IPH_HDR_VERSION(ipha) == IP_VERSION);
usr/src/uts/common/inet/ip/ip.c
4940
ASSERT(IPH_HDR_VERSION(ipha) == IPV6_VERSION);
usr/src/uts/common/inet/ip/ip.c
7693
if (IPH_HDR_VERSION(ipha) != IPV4_VERSION) {
usr/src/uts/common/inet/ip/ip6.c
557
if ((IPH_HDR_VERSION(ip6h) != IPV6_VERSION))
usr/src/uts/common/inet/ip/ip6_input.c
302
if (IPH_HDR_VERSION(ip6h) != IPV6_VERSION) {
usr/src/uts/common/inet/ip/ip6_output.c
128
ASSERT(IPH_HDR_VERSION(ip6h) == IPV6_VERSION);
usr/src/uts/common/inet/ip/ip_input.c
2949
if ((IPH_HDR_VERSION(inner_ipha) != IPV4_VERSION)) {
usr/src/uts/common/inet/ip/ip_input.c
316
if (IPH_HDR_VERSION(ipha) != IPV4_VERSION) {
usr/src/uts/common/inet/ip/ip_ire.c
3456
if (IPH_HDR_VERSION(mp->b_rptr) == IPV4_VERSION) {
usr/src/uts/common/inet/ip/ip_output.c
827
ASSERT(IPH_HDR_VERSION(ipha) == IPV4_VERSION);
usr/src/uts/common/inet/ip/ip_sadb.c
605
ASSERT(IPH_HDR_VERSION(ipha) == IPV4_VERSION);
usr/src/uts/common/inet/ip/ip_sadb.c
621
ASSERT(IPH_HDR_VERSION(ip6h) == IPV6_VERSION);
usr/src/uts/common/inet/ip/ipdrop.c
318
if (IPH_HDR_VERSION(mp->b_rptr) == IPV4_VERSION) {
usr/src/uts/common/inet/ip/ipdrop.c
340
if (IPH_HDR_VERSION(mp->b_rptr) == IPV4_VERSION) {
usr/src/uts/common/inet/ip/ipsecesp.c
1665
if (IPH_HDR_VERSION(ipha) == IP_VERSION &&
usr/src/uts/common/inet/ip/ipsecesp.c
2449
ASSERT(IPH_HDR_VERSION(ipha) == IPV4_VERSION);
usr/src/uts/common/inet/ip/ipsecesp.c
2458
ASSERT(IPH_HDR_VERSION(ipha) == IPV6_VERSION);
usr/src/uts/common/inet/ip/sadb.c
5505
if (IPH_HDR_VERSION(ipha) == IP_VERSION) {
usr/src/uts/common/inet/ip/sadb.c
5512
ASSERT(IPH_HDR_VERSION(ipha) == IPV6_VERSION);
usr/src/uts/common/inet/ip/sadb.c
7784
ASSERT(IPH_HDR_VERSION(ipha) == IPV4_VERSION);
usr/src/uts/common/inet/ip/sadb.c
7791
ASSERT(IPH_HDR_VERSION(ipha) == IPV4_VERSION);
usr/src/uts/common/inet/ip/sadb.c
7796
ASSERT(IPH_HDR_VERSION(ip6h) == IPV6_VERSION);
usr/src/uts/common/inet/ip/sadb.c
7803
ASSERT(IPH_HDR_VERSION(ip6h) == IPV6_VERSION);
usr/src/uts/common/inet/ip/spd.c
5296
if (IPH_HDR_VERSION(oiph) == IPV4_VERSION) {
usr/src/uts/common/inet/ip/spd.c
5301
ASSERT(IPH_HDR_VERSION(oiph) == IPV6_VERSION);
usr/src/uts/common/inet/ip/spd.c
6312
if (IPH_HDR_VERSION(iph) == IPV4_VERSION) {
usr/src/uts/common/inet/ip/spd.c
6315
ASSERT(IPH_HDR_VERSION(iph) == IPV6_VERSION);
usr/src/uts/common/inet/ip/spd.c
6509
if (IPH_HDR_VERSION(oniph) == IPV4_VERSION) {
usr/src/uts/common/inet/ip/spd.c
6514
ASSERT(IPH_HDR_VERSION(oniph) == IPV6_VERSION);
usr/src/uts/common/inet/ip/spd.c
6719
if (IPH_HDR_VERSION(oiph) == IPV4_VERSION) {
usr/src/uts/common/inet/ip/spd.c
6724
ASSERT(IPH_HDR_VERSION(oiph) == IPV6_VERSION);
usr/src/uts/common/inet/ip/tnet.c
1042
if (IPH_HDR_VERSION(mp->b_rptr) == IPV4_VERSION) {
usr/src/uts/common/inet/ip/tnet.c
1135
ASSERT(MBLKL(mp) >= (IPH_HDR_VERSION(mp->b_rptr) == IPV4_VERSION ?
usr/src/uts/common/inet/ip/tnet.c
1157
if (IPH_HDR_VERSION(mp->b_rptr) == IPV4_VERSION) {
usr/src/uts/common/inet/ip/tnet.c
1484
if (IPH_HDR_VERSION(mp->b_rptr) == IPV4_VERSION) {
usr/src/uts/common/inet/iptun/iptun.c
2316
switch (IPH_HDR_VERSION(ipha)) {
usr/src/uts/common/inet/iptun/iptun.c
2349
switch (IPH_HDR_VERSION(ipha)) {
usr/src/uts/common/inet/sctp/sctp.c
1096
if (IPH_HDR_VERSION(ipha) != IPV4_VERSION) {
usr/src/uts/common/inet/sctp/sctp.c
1097
ASSERT(IPH_HDR_VERSION(ipha) == IPV6_VERSION);
usr/src/uts/common/inet/sctp/sctp_common.c
1279
isv4 = (IPH_HDR_VERSION(pkt->b_rptr) == IPV4_VERSION);
usr/src/uts/common/inet/sctp/sctp_common.c
1528
isv4 = (IPH_HDR_VERSION(pkt->b_rptr) == IPV4_VERSION);
usr/src/uts/common/inet/sctp/sctp_common.c
398
isv4 = (IPH_HDR_VERSION(mp->b_rptr) == IPV4_VERSION);
usr/src/uts/common/inet/sctp/sctp_cookie.c
1455
isv4 = (IPH_HDR_VERSION(mp->b_rptr) == IPV4_VERSION);
usr/src/uts/common/inet/sctp/sctp_cookie.c
505
isv4 = (IPH_HDR_VERSION(initmp->b_rptr) == IPV4_VERSION);
usr/src/uts/common/inet/sctp/sctp_cookie.c
970
if (IPH_HDR_VERSION(iackmp->b_rptr) == IPV4_VERSION)
usr/src/uts/common/inet/sctp/sctp_error.c
190
isv4 = (IPH_HDR_VERSION(inmp->b_rptr) == IPV4_VERSION);
usr/src/uts/common/inet/sctp/sctp_error.c
342
isv4 = (IPH_HDR_VERSION(inmp->b_rptr) == IPV4_VERSION);
usr/src/uts/common/inet/sctp/sctp_heartbeat.c
57
isv4 = (IPH_HDR_VERSION(mp->b_rptr) == IPV4_VERSION);
usr/src/uts/common/inet/sctp/sctp_input.c
3372
if (IPH_HDR_VERSION(mp->b_rptr) == IPV4_VERSION) {
usr/src/uts/common/inet/sctp/sctp_shutdown.c
242
isv4 = (IPH_HDR_VERSION(mp->b_rptr) == IPV4_VERSION);
usr/src/uts/common/inet/tcp/tcp_input.c
1604
ASSERT(IPH_HDR_VERSION(mp->b_rptr) == IPV4_VERSION ||
usr/src/uts/common/inet/tcp/tcp_input.c
1605
IPH_HDR_VERSION(mp->b_rptr) == IPV6_VERSION);
usr/src/uts/common/inet/tcp/tcp_input.c
1608
ASSERT(IPH_HDR_VERSION(mp->b_rptr) == IPV4_VERSION);
usr/src/uts/common/inet/tcp/tcp_output.c
2591
if (IPH_HDR_VERSION(mp->b_rptr) == IPV4_VERSION) {
usr/src/uts/common/inet/tcp/tcp_output.c
2641
if (IPH_HDR_VERSION(mp->b_rptr) == IPV4_VERSION) {
usr/src/uts/common/inet/tcp/tcp_output.c
2778
if (IPH_HDR_VERSION(mp->b_rptr) == IPV4_VERSION) {
usr/src/uts/common/inet/tcp/tcp_tpi.c
447
if (IPH_HDR_VERSION(iphdr) == IPV4_VERSION) {
usr/src/uts/common/inet/tcp/tcp_tpi.c
469
ASSERT(IPH_HDR_VERSION(iphdr) == IPV6_VERSION);
usr/src/uts/common/inet/udp/udp.c
2398
ASSERT(IPH_HDR_VERSION(rptr) == IPV4_VERSION);
usr/src/uts/common/inet/udp/udp.c
2407
ASSERT(IPH_HDR_VERSION(rptr) == IPV6_VERSION);
usr/src/uts/common/inet/udp/udp.c
2434
ASSERT(IPH_HDR_VERSION((ipha_t *)rptr) == IPV4_VERSION);
usr/src/uts/common/inet/udp/udp.c
988
if (IPH_HDR_VERSION(ipha) != IPV4_VERSION) {
usr/src/uts/common/inet/udp/udp.c
989
ASSERT(IPH_HDR_VERSION(ipha) == IPV6_VERSION);
usr/src/uts/common/inet/udp/udp.c
993
ASSERT(IPH_HDR_VERSION(ipha) == IPV4_VERSION);
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge.c
4847
if (IPH_HDR_VERSION((ipha_t *)(void *)(bp+mac_hdr_len)) ==
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge.c
5113
if (IPH_HDR_VERSION((ipha_t *)(void *)(bp+mac_hdr_len))
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge.c
5196
if (IPH_HDR_VERSION((ipha_t *)(void *)(bp + mac_hdr_len)) ==
usr/src/uts/common/io/mac/mac_sched.c
1823
if (IPH_HDR_VERSION(ip6h) != IPV6_VERSION ||
usr/src/uts/common/io/mac/mac_util.c
1517
ASSERT(IPH_HDR_VERSION(ip6h) == IPV6_VERSION);
usr/src/uts/common/io/qede/qede_dbg.c
88
if (IPH_HDR_VERSION(ip_hdr) == IPV6_VERSION) {
usr/src/uts/common/io/qede/qede_fp.c
1760
if (IPH_HDR_VERSION((ipha_t *)(void *)(bp+mac_hdr_len))
usr/src/uts/common/ipp/dscpmk/dscpmk.c
98
if (IPH_HDR_VERSION(ipha) == IPV4_VERSION) {
usr/src/uts/common/ipp/flowacct/flowacct.c
244
header->isv4 = IPH_HDR_VERSION(ipha) == IPV4_VERSION;
usr/src/uts/common/ipp/ipgpc/classifierddi.c
437
if (IPH_HDR_VERSION(ipha) == IPV4_VERSION) {
usr/src/uts/common/ipp/meters/tokenmt.c
109
if (IPH_HDR_VERSION(ipha) == IPV4_VERSION) {
usr/src/uts/common/ipp/meters/tswtcl.c
99
if (IPH_HDR_VERSION(ipha) == IPV4_VERSION) {
usr/src/uts/common/os/ip_cksum.c
459
if (IPH_HDR_VERSION(ip6h) != IPV6_VERSION)