Home
last modified time | relevance | path

Searched refs:IRE_MULTICAST (Results 1 – 14 of 14) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_ire.c535 case IRE_MULTICAST: in ire_init_v4()
569 case IRE_MULTICAST: in ire_init_v4()
606 (ire->ire_type & IRE_MULTICAST)) in ire_determine_nce_capable()
678 IRE_IF_ALL | IRE_MULTICAST | IRE_NOROUTE)) != 0) { in ire_init_common()
2490 is_unicast = ((ire_type & (IRE_MULTICAST|IRE_BROADCAST)) == 0); in ire_nce_init()
2504 case IRE_MULTICAST: in ire_nce_init()
3332 if (ire->ire_type & IRE_MULTICAST) in ire_revalidate_nce()
3431 if (ire->ire_type & IRE_MULTICAST) { in ire_to_nce()
H A Dip6_output.c540 if (ire->ire_type & IRE_MULTICAST) { in multirt_check_v6()
653 if (ire->ire_type & IRE_MULTICAST) in ire_send_multirt_v6()
1262 ire_type = IRE_MULTICAST; in ip_postfrag_multirt_v6()
H A Dip6_ire.c118 case IRE_MULTICAST: in ire_init_v6()
147 case IRE_MULTICAST: in ire_init_v6()
1218 ASSERT(!(ire->ire_type & IRE_MULTICAST)); /* Not in ftable */ in ire_route_recursive_impl_v6()
H A Dip_output.c1434 if (ire->ire_type & IRE_MULTICAST) { in multirt_check_v4()
1541 if (ire->ire_type & IRE_MULTICAST) in ire_send_multirt_v4()
2333 ire_type = IRE_MULTICAST; in ip_postfrag_multirt_v4()
H A Dip_ftable.c1302 (ire->ire_type & IRE_MULTICAST)) { in ip_select_route()
1453 ASSERT(!(ire->ire_type & IRE_MULTICAST)); /* Not in ftable */ in ire_route_recursive_impl_v4()
H A Dip_mroute.c2527 ASSERT(ire->ire_type & IRE_MULTICAST); in register_mforward()
2741 ASSERT(ire->ire_type & (IRE_MULTICAST|IRE_BROADCAST)); in ip_mroute_decap()
3176 nce = arp_nce_init(ill, dst, IRE_MULTICAST); in tbf_send_packet()
H A Dip6.c2049 if ((ire->ire_type & (IRE_BROADCAST|IRE_MULTICAST)) && in ip_set_destination_v6()
2143 if (!(ire->ire_type & (IRE_LOOPBACK|IRE_LOCAL|IRE_MULTICAST))) { in ip_set_destination_v6()
2186 !(ire->ire_type & (IRE_LOCAL|IRE_LOOPBACK|IRE_MULTICAST)) && in ip_set_destination_v6()
H A Dip.c1163 { IRE_MULTICAST, "MULTICAST" },
3472 if ((ire->ire_type & (IRE_BROADCAST|IRE_MULTICAST)) && in ip_set_destination_v4()
3554 if (!(ire->ire_type & (IRE_LOOPBACK|IRE_LOCAL|IRE_MULTICAST))) { in ip_set_destination_v4()
3608 !(ire->ire_type & (IRE_LOCAL|IRE_LOOPBACK|IRE_MULTICAST)) && in ip_set_destination_v4()
3635 if (ire->ire_type & (IRE_BROADCAST|IRE_MULTICAST)) in ip_set_destination_v4()
3710 if (ire->ire_type & (IRE_MULTICAST|IRE_BROADCAST)) in ip_get_base_mtu()
3834 if (ire->ire_type & (IRE_MULTICAST|IRE_BROADCAST)) { in ip_get_pmtu()
3871 if (ire->ire_type & IRE_MULTICAST) in ip_get_pmtu()
3882 if (ire->ire_type & IRE_MULTICAST) in ip_get_pmtu()
H A Dtnet.c1248 IRE_IF_ALL | IRE_MULTICAST | IRE_NOROUTE))) in tsol_ire_match_gwattr()
H A Dip_if.c8154 ASSERT(!(ire->ire_type & IRE_MULTICAST)); in ip_sioctl_tonlink()
14570 ire = ire_create_v6(&dummy6, 0, 0, IRE_MULTICAST, ill, in ill_add_ires()
14573 ire = ire_create((uchar_t *)&dummy4, 0, 0, IRE_MULTICAST, ill, in ill_add_ires()
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dnet.c897 if (ire->ire_type == IRE_MULTICAST) in get_ireflags()
927 (IRE_BROADCAST|IRE_LOCAL|IRE_MULTICAST|IRE_NOROUTE|IRE_IF_CLONE))) in netstat_irev4_cb()
1008 (IRE_BROADCAST|IRE_LOCAL|IRE_MULTICAST|IRE_NOROUTE|IRE_IF_CLONE))) in netstat_irev6_cb()
/illumos-gate/usr/src/uts/common/inet/
H A Dip.h509 #define IRE_MULTICAST 0x0800 /* Special - not in table */ macro
523 IRE_BROADCAST|IRE_MULTICAST|IRE_NOROUTE)
/illumos-gate/usr/src/cmd/mdb/common/modules/ip/
H A Dip.c899 { "MULTICAST", IRE_MULTICAST, IRE_MULTICAST }, in ire_format()
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/netstat/
H A Dnetstat.c4802 rp->ipRouteInfo.re_ire_type != IRE_MULTICAST && in ire_report_item_v4()
5080 rp6->ipv6RouteInfo.re_ire_type != IRE_MULTICAST && in ire_report_item_v6()