Symbol: IRE_BROADCAST
usr/src/cmd/cmd-inet/usr.bin/netstat/netstat.c
4689
if (rp->ipRouteInfo.re_ire_type == IRE_BROADCAST) { /* Broadcast */
usr/src/cmd/cmd-inet/usr.bin/netstat/netstat.c
4801
rp->ipRouteInfo.re_ire_type != IRE_BROADCAST &&
usr/src/cmd/cmd-inet/usr.sbin/in.routed/table.c
1449
(IRE_BROADCAST | IRE_CACHE | IRE_LOCAL))
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
897
if (ire->ire_type == IRE_BROADCAST)
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
895
{ "BROADCAST", IRE_BROADCAST, IRE_BROADCAST },
usr/src/uts/common/inet/ip.h
523
IRE_BROADCAST|IRE_MULTICAST|IRE_NOROUTE)
usr/src/uts/common/inet/ip/ip.c
11146
ASSERT(!(ire->ire_type & IRE_BROADCAST));
usr/src/uts/common/inet/ip/ip.c
1154
{ IRE_BROADCAST, "BROADCAST" },
usr/src/uts/common/inet/ip/ip.c
3016
if (ip_type_v4(ipha->ipha_dst, ipst) == IRE_BROADCAST ||
usr/src/uts/common/inet/ip/ip.c
3017
ip_type_v4(ipha->ipha_src, ipst) == IRE_BROADCAST ||
usr/src/uts/common/inet/ip/ip.c
3292
} else if (src_ire != NULL && src_ire->ire_type & IRE_BROADCAST) {
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
3565
if (ire->ire_type & IRE_BROADCAST) {
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/ip6.c
2049
if ((ire->ire_type & (IRE_BROADCAST|IRE_MULTICAST)) &&
usr/src/uts/common/inet/ip/ip_ftable.c
1412
uint_t maskoff = (IRE_LOCAL|IRE_LOOPBACK|IRE_BROADCAST);
usr/src/uts/common/inet/ip/ip_if.c
10894
ire = ire_ftable_lookup_v4(addr, 0, 0, IRE_BROADCAST,
usr/src/uts/common/inet/ip/ip_if.c
15123
IRE_BROADCAST, ipif->ipif_ill, ALL_ZONES, NULL,
usr/src/uts/common/inet/ip/ip_if.c
17255
IRE_BROADCAST, NULL, ALL_ZONES, NULL, MATCH_IRE_TYPE, 0, ipst,
usr/src/uts/common/inet/ip/ip_if.c
17278
IRE_BROADCAST,
usr/src/uts/common/inet/ip/ip_if.c
17322
if (ip_type_v4(ire->ire_addr, ipst) == IRE_BROADCAST) {
usr/src/uts/common/inet/ip/ip_if.c
17326
IRE_BROADCAST, NULL, ALL_ZONES, NULL, MATCH_IRE_TYPE, 0,
usr/src/uts/common/inet/ip/ip_if.c
17339
ire->ire_gateway_addr, IRE_BROADCAST,
usr/src/uts/common/inet/ip/ip_if.c
5850
ip_type_v4(ire->ire_addr, ipst) == IRE_BROADCAST);
usr/src/uts/common/inet/ip/ip_if.c
8159
!(ire->ire_type & IRE_BROADCAST))
usr/src/uts/common/inet/ip/ip_input.c
1021
if (ip_type_v4(src, ipst) == IRE_BROADCAST) {
usr/src/uts/common/inet/ip/ip_input.c
1380
alt_ire = ire_ftable_lookup_v4(ipha_dst, 0, 0, IRE_BROADCAST, ill,
usr/src/uts/common/inet/ip/ip_input.c
1403
if (!(ire1->ire_type & IRE_BROADCAST) ||
usr/src/uts/common/inet/ip/ip_input.c
1476
nce = arp_nce_init(dst_ill, ipha->ipha_dst, IRE_BROADCAST);
usr/src/uts/common/inet/ip/ip_input.c
1877
if (!(ire1->ire_type & IRE_BROADCAST))
usr/src/uts/common/inet/ip/ip_ire.c
1301
((ire->ire_type & IRE_BROADCAST) &&
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
2492
((ire_type & IRE_BROADCAST) && IS_UNDER_IPMP(ill))) {
usr/src/uts/common/inet/ip/ip_ire.c
2500
case IRE_BROADCAST:
usr/src/uts/common/inet/ip/ip_ire.c
2600
ASSERT((ire_type & IRE_BROADCAST) == 0);
usr/src/uts/common/inet/ip/ip_ire.c
520
case IRE_BROADCAST:
usr/src/uts/common/inet/ip/ip_ire.c
564
case IRE_BROADCAST:
usr/src/uts/common/inet/ip/ip_ire.c
590
if (ire->ire_type != IRE_BROADCAST)
usr/src/uts/common/inet/ip/ip_ire.c
677
if ((type & (IRE_LOCAL | IRE_LOOPBACK | IRE_BROADCAST |
usr/src/uts/common/inet/ip/ip_ire.c
734
IRE_BROADCAST,
usr/src/uts/common/inet/ip/ip_ire.c
764
IRE_BROADCAST,
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_output.c
1296
if (!(ire1->ire_type & IRE_BROADCAST))
usr/src/uts/common/inet/ip/ip_output.c
1548
else if (ire->ire_type & IRE_BROADCAST)
usr/src/uts/common/inet/ip/ip_output.c
2335
ire_type = IRE_BROADCAST;
usr/src/uts/common/inet/ip/ip_rts.c
1052
ire_type &= ~(IRE_LOCAL|IRE_LOOPBACK|IRE_BROADCAST);
usr/src/uts/common/inet/ip/sadb.c
1929
case IRE_BROADCAST:
usr/src/uts/common/inet/ip/sadb.c
2138
if ((ire->ire_type & IRE_BROADCAST) ||
usr/src/uts/common/inet/ip/tn_ipopt.c
508
if (ire->ire_type & (IRE_BROADCAST | IRE_LOCAL | IRE_LOOPBACK |
usr/src/uts/common/inet/ip/tnet.c
1247
(ire->ire_type & (IRE_LOCAL | IRE_LOOPBACK | IRE_BROADCAST |
usr/src/uts/common/inet/ip_ire.h
79
(IRE_HOST | IRE_PREFIX | IRE_DEFAULT | IRE_IF_ALL | IRE_BROADCAST))