Searched refs:IRE_MULTICAST (Results 1 – 14 of 14) sorted by relevance
/titanic_41/usr/src/uts/common/inet/ip/ |
H A D | ip_ire.c | 535 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 D | ip6_output.c | 538 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 D | ip6_ire.c | 118 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 D | ip_output.c | 1432 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 D | ip_ftable.c | 1301 (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 D | ip_mroute.c | 2523 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 D | ip6.c | 2059 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 D | ip.c | 1160 { 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 D | tnet.c | 1248 IRE_IF_ALL | IRE_MULTICAST | IRE_NOROUTE))) in tsol_ire_match_gwattr()
|
H A D | ip_if.c | 8146 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 D | net.c | 896 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 D | ip.h | 508 #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 D | ip.c | 898 { "MULTICAST", IRE_MULTICAST, IRE_MULTICAST }, in ire_format()
|
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/netstat/ |
H A D | netstat.c | 4377 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()
|