Home
last modified time | relevance | path

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

/titanic_41/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.c538 if (ire->ire_type & IRE_MULTICAST) { in multirt_check_v6()
651 if (ire->ire_type & IRE_MULTICAST) in ire_send_multirt_v6()
1252 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()
1220 ASSERT(!(ire->ire_type & IRE_MULTICAST)); /* Not in ftable */ in ire_route_recursive_impl_v6()
H A Dip_output.c1432 if (ire->ire_type & IRE_MULTICAST) { in multirt_check_v4()
1539 if (ire->ire_type & IRE_MULTICAST) in ire_send_multirt_v4()
2324 ire_type = IRE_MULTICAST; in ip_postfrag_multirt_v4()
H A Dip_ftable.c1301 (ire->ire_type & IRE_MULTICAST)) { in ip_select_route()
1452 ASSERT(!(ire->ire_type & IRE_MULTICAST)); /* Not in ftable */ in ire_route_recursive_impl_v4()
H A Dip_mroute.c2523 ASSERT(ire->ire_type & IRE_MULTICAST); in register_mforward()
2737 ASSERT(ire->ire_type & (IRE_MULTICAST|IRE_BROADCAST)); in ip_mroute_decap()
3172 nce = arp_nce_init(ill, dst, IRE_MULTICAST); in tbf_send_packet()
H A Dip6.c2059 if ((ire->ire_type & (IRE_BROADCAST|IRE_MULTICAST)) && in ip_set_destination_v6()
2153 if (!(ire->ire_type & (IRE_LOOPBACK|IRE_LOCAL|IRE_MULTICAST))) { in ip_set_destination_v6()
2196 !(ire->ire_type & (IRE_LOCAL|IRE_LOOPBACK|IRE_MULTICAST)) && in ip_set_destination_v6()
H A Dip.c1160 { IRE_MULTICAST, "MULTICAST" },
3452 if ((ire->ire_type & (IRE_BROADCAST|IRE_MULTICAST)) && in ip_set_destination_v4()
3534 if (!(ire->ire_type & (IRE_LOOPBACK|IRE_LOCAL|IRE_MULTICAST))) { in ip_set_destination_v4()
3588 !(ire->ire_type & (IRE_LOCAL|IRE_LOOPBACK|IRE_MULTICAST)) && in ip_set_destination_v4()
3615 if (ire->ire_type & (IRE_BROADCAST|IRE_MULTICAST)) in ip_set_destination_v4()
3690 if (ire->ire_type & (IRE_MULTICAST|IRE_BROADCAST)) in ip_get_base_mtu()
3807 if (ire->ire_type & (IRE_MULTICAST|IRE_BROADCAST)) { in ip_get_pmtu()
3844 if (ire->ire_type & IRE_MULTICAST) in ip_get_pmtu()
3855 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.c8146 ASSERT(!(ire->ire_type & IRE_MULTICAST)); in ip_sioctl_tonlink()
14558 ire = ire_create_v6(&dummy6, 0, 0, IRE_MULTICAST, ill, in ill_add_ires()
14561 ire = ire_create((uchar_t *)&dummy4, 0, 0, IRE_MULTICAST, ill, in ill_add_ires()
/titanic_41/usr/src/cmd/mdb/common/modules/genunix/
H A Dnet.c896 if (ire->ire_type == IRE_MULTICAST) in get_ireflags()
926 (IRE_BROADCAST|IRE_LOCAL|IRE_MULTICAST|IRE_NOROUTE|IRE_IF_CLONE))) in netstat_irev4_cb()
1007 (IRE_BROADCAST|IRE_LOCAL|IRE_MULTICAST|IRE_NOROUTE|IRE_IF_CLONE))) in netstat_irev6_cb()
/titanic_41/usr/src/uts/common/inet/
H A Dip.h508 #define IRE_MULTICAST 0x0800 /* Special - not in table */ macro
522 IRE_BROADCAST|IRE_MULTICAST|IRE_NOROUTE)
/titanic_41/usr/src/cmd/mdb/common/modules/ip/
H A Dip.c898 { "MULTICAST", IRE_MULTICAST, IRE_MULTICAST }, in ire_format()
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/netstat/
H A Dnetstat.c4377 rp->ipRouteInfo.re_ire_type != IRE_MULTICAST && in ire_report_item_v4()
4624 rp6->ipv6RouteInfo.re_ire_type != IRE_MULTICAST && in ire_report_item_v6()