Symbol: IRE_MULTICAST
usr/src/cmd/cmd-inet/usr.bin/netstat/netstat.c
4802
rp->ipRouteInfo.re_ire_type != IRE_MULTICAST &&
usr/src/cmd/cmd-inet/usr.bin/netstat/netstat.c
5080
rp6->ipv6RouteInfo.re_ire_type != IRE_MULTICAST &&
usr/src/cmd/mdb/common/modules/genunix/net.c
1010
(IRE_BROADCAST|IRE_LOCAL|IRE_MULTICAST|IRE_NOROUTE|IRE_IF_CLONE)))
usr/src/cmd/mdb/common/modules/genunix/net.c
899
if (ire->ire_type == IRE_MULTICAST)
usr/src/cmd/mdb/common/modules/genunix/net.c
929
(IRE_BROADCAST|IRE_LOCAL|IRE_MULTICAST|IRE_NOROUTE|IRE_IF_CLONE)))
usr/src/cmd/mdb/common/modules/ip/ip.c
900
{ "MULTICAST", IRE_MULTICAST, IRE_MULTICAST },
usr/src/uts/common/inet/ip.h
523
IRE_BROADCAST|IRE_MULTICAST|IRE_NOROUTE)
usr/src/uts/common/inet/ip/ip.c
1163
{ IRE_MULTICAST, "MULTICAST" },
usr/src/uts/common/inet/ip/ip.c
3477
if ((ire->ire_type & (IRE_BROADCAST|IRE_MULTICAST)) &&
usr/src/uts/common/inet/ip/ip.c
3559
if (!(ire->ire_type & (IRE_LOOPBACK|IRE_LOCAL|IRE_MULTICAST))) {
usr/src/uts/common/inet/ip/ip.c
3613
!(ire->ire_type & (IRE_LOCAL|IRE_LOOPBACK|IRE_MULTICAST)) &&
usr/src/uts/common/inet/ip/ip.c
3640
if (ire->ire_type & (IRE_BROADCAST|IRE_MULTICAST))
usr/src/uts/common/inet/ip/ip.c
3715
if (ire->ire_type & (IRE_MULTICAST|IRE_BROADCAST))
usr/src/uts/common/inet/ip/ip.c
3839
if (ire->ire_type & (IRE_MULTICAST|IRE_BROADCAST)) {
usr/src/uts/common/inet/ip/ip.c
3876
if (ire->ire_type & IRE_MULTICAST)
usr/src/uts/common/inet/ip/ip.c
3887
if (ire->ire_type & IRE_MULTICAST)
usr/src/uts/common/inet/ip/ip6.c
2049
if ((ire->ire_type & (IRE_BROADCAST|IRE_MULTICAST)) &&
usr/src/uts/common/inet/ip/ip6.c
2143
if (!(ire->ire_type & (IRE_LOOPBACK|IRE_LOCAL|IRE_MULTICAST))) {
usr/src/uts/common/inet/ip/ip6.c
2186
!(ire->ire_type & (IRE_LOCAL|IRE_LOOPBACK|IRE_MULTICAST)) &&
usr/src/uts/common/inet/ip/ip6_ire.c
118
case IRE_MULTICAST:
usr/src/uts/common/inet/ip/ip6_ire.c
1218
ASSERT(!(ire->ire_type & IRE_MULTICAST)); /* Not in ftable */
usr/src/uts/common/inet/ip/ip6_ire.c
147
case IRE_MULTICAST:
usr/src/uts/common/inet/ip/ip6_output.c
1259
ire_type = IRE_MULTICAST;
usr/src/uts/common/inet/ip/ip6_output.c
543
if (ire->ire_type & IRE_MULTICAST) {
usr/src/uts/common/inet/ip/ip6_output.c
656
if (ire->ire_type & IRE_MULTICAST)
usr/src/uts/common/inet/ip/ip_ftable.c
1302
(ire->ire_type & IRE_MULTICAST)) {
usr/src/uts/common/inet/ip/ip_ftable.c
1453
ASSERT(!(ire->ire_type & IRE_MULTICAST)); /* Not in ftable */
usr/src/uts/common/inet/ip/ip_if.c
14571
ire = ire_create_v6(&dummy6, 0, 0, IRE_MULTICAST, ill,
usr/src/uts/common/inet/ip/ip_if.c
14574
ire = ire_create((uchar_t *)&dummy4, 0, 0, IRE_MULTICAST, ill,
usr/src/uts/common/inet/ip/ip_if.c
8156
ASSERT(!(ire->ire_type & IRE_MULTICAST));
usr/src/uts/common/inet/ip/ip_ire.c
2490
is_unicast = ((ire_type & (IRE_MULTICAST|IRE_BROADCAST)) == 0);
usr/src/uts/common/inet/ip/ip_ire.c
2504
case IRE_MULTICAST:
usr/src/uts/common/inet/ip/ip_ire.c
3332
if (ire->ire_type & IRE_MULTICAST)
usr/src/uts/common/inet/ip/ip_ire.c
3431
if (ire->ire_type & IRE_MULTICAST) {
usr/src/uts/common/inet/ip/ip_ire.c
535
case IRE_MULTICAST:
usr/src/uts/common/inet/ip/ip_ire.c
569
case IRE_MULTICAST:
usr/src/uts/common/inet/ip/ip_ire.c
606
(ire->ire_type & IRE_MULTICAST))
usr/src/uts/common/inet/ip/ip_ire.c
678
IRE_IF_ALL | IRE_MULTICAST | IRE_NOROUTE)) != 0) {
usr/src/uts/common/inet/ip/ip_mroute.c
2530
ASSERT(ire->ire_type & IRE_MULTICAST);
usr/src/uts/common/inet/ip/ip_mroute.c
2744
ASSERT(ire->ire_type & (IRE_MULTICAST|IRE_BROADCAST));
usr/src/uts/common/inet/ip/ip_mroute.c
3179
nce = arp_nce_init(ill, dst, IRE_MULTICAST);
usr/src/uts/common/inet/ip/ip_output.c
1439
if (ire->ire_type & IRE_MULTICAST) {
usr/src/uts/common/inet/ip/ip_output.c
1546
if (ire->ire_type & IRE_MULTICAST)
usr/src/uts/common/inet/ip/ip_output.c
2338
ire_type = IRE_MULTICAST;
usr/src/uts/common/inet/ip/tnet.c
1248
IRE_IF_ALL | IRE_MULTICAST | IRE_NOROUTE)))