/illumos-gate/usr/src/uts/common/inet/ip/ |
H A D | ip6_ire.c | 103 case IRE_LOCAL: in ire_init_v6() 136 case IRE_LOCAL: in ire_init_v6() 744 if (ire->ire_type & IRE_LOCAL) in ire_match_args_v6() 825 !(ire->ire_type & IRE_LOCAL)) { in ire_match_args_v6() 1002 if ((ire->ire_type & IRE_LOCAL) && zoneid != ALL_ZONES && in ire_ftable_lookup_v6() 1176 uint_t maskoff = (IRE_LOCAL|IRE_LOOPBACK); in ire_route_recursive_impl_v6()
|
H A D | ip_rts.c | 532 if (!(type & (IRE_LOCAL|IRE_LOOPBACK))) { in ip_rts_request_common() 571 if (!(type & (IRE_LOCAL|IRE_LOOPBACK))) { in ip_rts_request_common() 705 IRE_LOCAL | IRE_LOOPBACK, NULL, zoneid, in ip_rts_request_common() 718 &gw_addr_v6, IRE_LOCAL | IRE_LOOPBACK, NULL, in ip_rts_request_common() 825 (IRE_LOCAL|IRE_LOOPBACK))) { in ip_rts_request_common() 896 (IRE_LOCAL|IRE_LOOPBACK))) { in ip_rts_request_common() 1052 ire_type &= ~(IRE_LOCAL|IRE_LOOPBACK|IRE_BROADCAST); in ire_lookup_v4() 1141 ire_type &= ~(IRE_LOCAL|IRE_LOOPBACK); in ire_lookup_v6()
|
H A D | ip_ire.c | 521 case IRE_LOCAL: in ire_init_v4() 553 case IRE_LOCAL: in ire_init_v4() 677 if ((type & (IRE_LOCAL | IRE_LOOPBACK | IRE_BROADCAST | in ire_init_common() 1915 if (ire->ire_type & IRE_LOCAL) in ire_match_args() 1991 !(ire->ire_type & IRE_LOCAL)) { in ire_match_args() 2048 ASSERT(ire->ire_type & IRE_LOCAL); in ire_alt_local() 2058 ire_type = (IRE_ONLINK | IRE_OFFLINK) & ~(IRE_LOCAL|IRE_LOOPBACK); in ire_alt_local() 3344 if (ire->ire_type & (IRE_LOCAL|IRE_LOOPBACK)) { in ire_revalidate_nce()
|
H A D | ip_output.c | 664 (ixa->ixa_ire->ire_type & (IRE_LOCAL | IRE_LOOPBACK)) || in ip_verify_lso() 685 !(ixa->ixa_ire->ire_type & (IRE_LOCAL | IRE_LOOPBACK)) && in ip_verify_lso() 712 (ixa->ixa_ire->ire_type & (IRE_LOCAL | IRE_LOOPBACK)) || in ip_verify_zcopy() 721 !(ixa->ixa_ire->ire_type & (IRE_LOCAL | IRE_LOOPBACK)) && in ip_verify_zcopy() 2413 if (!(ire->ire_type & (IRE_LOCAL | IRE_LOOPBACK))) in ip_output_verify_local()
|
H A D | ip6.c | 1099 (prev_ire->ire_type & (IRE_LOCAL|IRE_LOOPBACK)) || in icmp_redirect_v6() 1328 (IRE_LOCAL|IRE_LOOPBACK), ill, ira->ira_zoneid, NULL, in icmp_pkt_v6() 1887 if (src_ire != NULL && (src_ire->ire_type & (IRE_LOCAL|IRE_LOOPBACK))) { in ip_laddr_verify_v6() 2138 if ((ire->ire_type & IRE_LOCAL) && ire->ire_zoneid != zoneid) { 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() 2246 uinfo->iulp_local = (ire->ire_type & IRE_LOCAL) != 0; in ip_set_destination_v6() 3980 if (ip_type_v6(addrptr, ipst) == IRE_LOCAL) in ip_source_routed_v6()
|
H A D | ip6_if.c | 700 type = IRE_INTERFACE | IRE_LOCAL | IRE_LOOPBACK; in ip_rt_add_v6() 722 if (gw_ire->ire_type & (IRE_LOCAL|IRE_LOOPBACK)) { in ip_rt_add_v6() 2441 ipif->ipif_ire_type = IRE_LOCAL; in ipif_up_done_v6() 2882 IRE_LOCAL, ill, ALL_ZONES, NULL, in ip_siocsetndp_v6()
|
H A D | tn_ipopt.c | 508 if (ire->ire_type & (IRE_BROADCAST | IRE_LOCAL | IRE_LOOPBACK | in tsol_compute_label_v4() 1019 if (ire->ire_type & (IRE_LOCAL | IRE_LOOPBACK | in tsol_compute_label_v6()
|
H A D | tnet.c | 1247 (ire->ire_type & (IRE_LOCAL | IRE_LOOPBACK | IRE_BROADCAST | in tsol_ire_match_gwattr() 1993 ire = ire_ftable_lookup_v4(in4, 0, 0, IRE_LOCAL|IRE_LOOPBACK, in tsol_mlp_addr_type() 2001 ire = ire_ftable_lookup_v6(addr, 0, 0, IRE_LOCAL|IRE_LOOPBACK, in tsol_mlp_addr_type()
|
H A D | ip.c | 1155 { IRE_LOCAL, "LOCAL" }, 2661 (prev_ire->ire_type & (IRE_LOCAL|IRE_LOOPBACK)) || in icmp_redirect_v4() 2836 (IRE_LOCAL|IRE_LOOPBACK), NULL, ira->ira_zoneid, NULL, in icmp_pkt() 3286 if (src_ire != NULL && (src_ire->ire_type & (IRE_LOCAL|IRE_LOOPBACK))) { in ip_laddr_verify_v4() 3554 if ((ire->ire_type & IRE_LOCAL) && ire->ire_zoneid != zoneid) { in ip_set_destination_v4() 3559 if (!(ire->ire_type & (IRE_LOOPBACK|IRE_LOCAL|IRE_MULTICAST))) { in ip_set_destination_v4() 3613 !(ire->ire_type & (IRE_LOCAL|IRE_LOOPBACK|IRE_MULTICAST)) && in ip_set_destination_v4() 3674 uinfo->iulp_local = (ire->ire_type & IRE_LOCAL) != 0; in ip_set_destination_v4() 3824 if (ire->ire_type & (IRE_LOCAL|IRE_LOOPBACK)) { in ip_get_pmtu() 5798 if (ip_type_v4(dst, ipst) == IRE_LOCAL) { in ip_massage_options() [all …]
|
H A D | ip_ftable.c | 201 if ((ire->ire_type & IRE_LOCAL) && zoneid != ALL_ZONES && in ire_ftable_lookup_v4() 1412 uint_t maskoff = (IRE_LOCAL|IRE_LOOPBACK|IRE_BROADCAST); in ire_route_recursive_impl_v4()
|
H A D | conn_opt.c | 2751 !(ixa->ixa_ire->ire_type & (IRE_LOCAL | IRE_LOOPBACK)) && in conn_connect() 2766 !(ixa->ixa_ire->ire_type & (IRE_LOCAL | IRE_LOOPBACK)) && in conn_connect()
|
H A D | ip_if.c | 4215 (void) ipif_allocate(ill, 0, IRE_LOCAL, in ip_ll_subnet_defaults() 5721 type = IRE_INTERFACE | IRE_LOCAL | IRE_LOOPBACK; in ip_rt_add() 5743 if (gw_ire->ire_type & (IRE_LOCAL|IRE_LOOPBACK)) { in ip_rt_add() 8039 IRE_LOCAL|IRE_LOOPBACK, NULL, zoneid, NULL, in ip_sioctl_tmyaddr() 8046 IRE_LOCAL|IRE_LOOPBACK, NULL, zoneid, NULL, in ip_sioctl_tmyaddr() 8056 IRE_LOCAL|IRE_LOOPBACK, NULL, zoneid, in ip_sioctl_tmyaddr() 9414 if ((ipif = ipif_allocate(ill, found_sep ? id : -1, IRE_LOCAL, in ip_sioctl_addif() 13785 ire_type = IRE_LOCAL; in ipif_lookup_on_name() 14385 if ((moveipif = ipif_allocate(ill, 0, IRE_LOCAL, B_TRUE, in ipif_up() 14389 if ((stubipif = ipif_allocate(ill, 0, IRE_LOCAL, B_TRUE, in ipif_up() [all …]
|
H A D | sadb.c | 1907 IRE_LOCAL) { in sadb_addrcheck() 1927 case IRE_LOCAL: in sadb_addrcheck() 2143 if (ire->ire_type & (IRE_LOCAL | IRE_LOOPBACK)) in sadb_addrset()
|
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/ |
H A D | net.c | 901 if (ire->ire_type == IRE_LOCAL) in get_ireflags() 929 (IRE_BROADCAST|IRE_LOCAL|IRE_MULTICAST|IRE_NOROUTE|IRE_IF_CLONE))) in netstat_irev4_cb() 1010 (IRE_BROADCAST|IRE_LOCAL|IRE_MULTICAST|IRE_NOROUTE|IRE_IF_CLONE))) in netstat_irev6_cb()
|
/illumos-gate/usr/src/uts/common/inet/ |
H A D | ip.h | 494 #define IRE_LOCAL 0x0004 /* Route entry for local address */ macro 522 #define IRE_ONLINK (IRE_IF_ALL|IRE_LOCAL|IRE_LOOPBACK| \
|
/illumos-gate/usr/src/cmd/mdb/common/modules/ip/ |
H A D | ip.c | 897 { "LOCAL", IRE_LOCAL, IRE_LOCAL }, in ire_format()
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/netstat/ |
H A D | netstat.c | 4693 if (rp->ipRouteInfo.re_ire_type == IRE_LOCAL) { /* Local */ in form_v4_route_flags() 4804 rp->ipRouteInfo.re_ire_type != IRE_LOCAL))) { in ire_report_item_v4() 4993 if (rp6->ipv6RouteInfo.re_ire_type == IRE_LOCAL) { /* Local */ in form_v6_route_flags() 5082 rp6->ipv6RouteInfo.re_ire_type != IRE_LOCAL))) { in ire_report_item_v6()
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/ |
H A D | table.c | 1449 (IRE_BROADCAST | IRE_CACHE | IRE_LOCAL)) in sync_kern()
|