Symbol: MAC_ADDRTYPE_MULTICAST
usr/src/uts/common/inet/ip/ip.c
7868
mhip->mhi_dsttype = MAC_ADDRTYPE_MULTICAST;
usr/src/uts/common/inet/ip/ip.c
7945
mhip->mhi_dsttype = MAC_ADDRTYPE_MULTICAST;
usr/src/uts/common/inet/ip/ip6_input.c
230
case MAC_ADDRTYPE_MULTICAST :
usr/src/uts/common/inet/ip/ip_input.c
234
case MAC_ADDRTYPE_MULTICAST :
usr/src/uts/common/inet/sockmods/sockmod_pfp.c
512
case MAC_ADDRTYPE_MULTICAST :
usr/src/uts/common/io/bridge.c
2281
MAC_ADDRTYPE_MULTICAST) {
usr/src/uts/common/io/dld/dld_str.c
1516
dlp->dl_group_address = (mhi.mhi_dsttype == MAC_ADDRTYPE_MULTICAST) ||
usr/src/uts/common/io/dls/dls.c
589
mhip->mhi_dsttype != MAC_ADDRTYPE_MULTICAST))
usr/src/uts/common/io/dls/dls.c
616
case MAC_ADDRTYPE_MULTICAST:
usr/src/uts/common/io/mac/mac_bcast.c
186
if (grp->mbg_addrtype == MAC_ADDRTYPE_MULTICAST) {
usr/src/uts/common/io/mac/mac_bcast.c
248
ASSERT(addrtype == MAC_ADDRTYPE_MULTICAST ||
usr/src/uts/common/io/mac/mac_bcast.c
255
if (addrtype == MAC_ADDRTYPE_MULTICAST) {
usr/src/uts/common/io/mac/mac_bcast.c
543
if (grp->mbg_addrtype == MAC_ADDRTYPE_MULTICAST) {
usr/src/uts/common/io/mac/mac_client.c
2284
MAC_ADDRTYPE_MULTICAST));
usr/src/uts/common/io/mac/mac_client.c
3287
MAC_ADDRTYPE_MULTICAST);
usr/src/uts/common/io/mac/mac_client.c
4190
(hdr_info.mhi_dsttype == MAC_ADDRTYPE_MULTICAST));
usr/src/uts/common/io/mac/plugins/mac_ether.c
484
hdr_info->mhi_dsttype = MAC_ADDRTYPE_MULTICAST;
usr/src/uts/common/io/mac/plugins/mac_ib.c
217
hdr_info->mhi_dsttype = MAC_ADDRTYPE_MULTICAST;
usr/src/uts/common/io/mac/plugins/mac_wifi.c
362
mhp->mhi_dsttype = MAC_ADDRTYPE_MULTICAST;
usr/src/uts/common/io/simnet/simnet.c
715
} else if (hdr_info.mhi_dsttype == MAC_ADDRTYPE_MULTICAST) {
usr/src/uts/common/xen/io/xnbo.c
241
(hdr_info.mhi_dsttype == MAC_ADDRTYPE_MULTICAST)) {
usr/src/uts/intel/io/viona/viona_rx.c
871
if (err == 0 && mhi.mhi_dsttype == MAC_ADDRTYPE_MULTICAST) {