Home
last modified time | relevance | path

Searched refs:IRE_ONLINK (Results 1 – 9 of 9) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_rts.c1001 ire_type = (IRE_ONLINK|IRE_OFFLINK) & ~IRE_IF_CLONE; in ire_lookup_v4()
1014 if (ire->ire_type & IRE_ONLINK) in ire_lookup_v4()
1051 ire_type = (IRE_OFFLINK|IRE_ONLINK); in ire_lookup_v4()
1085 ire_type = (IRE_ONLINK|IRE_OFFLINK) & ~IRE_IF_CLONE; in ire_lookup_v6()
1101 if (ire->ire_type & IRE_ONLINK) in ire_lookup_v6()
1140 ire_type = (IRE_OFFLINK|IRE_ONLINK); in ire_lookup_v6()
H A Dip_ire.c614 if ((ire->ire_type & IRE_ONLINK) && ire->ire_masklen == max_masklen) in ire_determine_nce_capable()
879 if (ire->ire_type & IRE_ONLINK) { in ire_walk_ill_match()
1926 if (ire->ire_type & IRE_ONLINK) { in ire_match_args()
2058 ire_type = (IRE_ONLINK | IRE_OFFLINK) & ~(IRE_LOCAL|IRE_LOOPBACK); in ire_alt_local()
2765 if (ire->ire_type & IRE_ONLINK) in ire_nexthop()
3352 ASSERT(nexthop->ire_type & IRE_ONLINK); in ire_revalidate_nce()
H A Dip6_ire.c756 if (ire->ire_type & IRE_ONLINK) { in ire_match_args_v6()
1243 ire_type = (IRE_OFFLINK|IRE_ONLINK); in ire_route_recursive_impl_v6()
H A Dip_ftable.c1271 ire_type = IRE_ONLINK; in ip_select_route()
1483 ire_type = (IRE_OFFLINK|IRE_ONLINK); in ire_route_recursive_impl_v4()
H A Dconn_opt.c1259 ire = ire_ftable_lookup_v4(addr, 0, 0, IRE_ONLINK, NULL, zoneid, in conn_opt_set_ip()
1689 0, 0, IRE_ONLINK, NULL, zoneid, in conn_opt_set_ipv6()
H A Dip6.c1573 if (ire->ire_type & IRE_ONLINK) { in ip_send_potential_redirect_v6()
2244 uinfo->iulp_localnet = (ire->ire_type & IRE_ONLINK) != 0; in ip_set_destination_v6()
H A Dip.c2645 ire = ire_ftable_lookup_v4(gateway, 0, 0, IRE_ONLINK, NULL, in icmp_redirect_v4()
3107 if ((ire->ire_type & IRE_ONLINK) || in ip_send_potential_redirect_v4()
3672 uinfo->iulp_localnet = (ire->ire_type & IRE_ONLINK) != 0; in ip_set_destination_v4()
11030 else if (ire->ire_type & IRE_ONLINK) in ip_snmp_get2_v4()
11155 else if (ire->ire_type & IRE_ONLINK) in ip_snmp_get2_v6_route()
H A Dip_if.c8156 if ((ire->ire_type & IRE_ONLINK) && in ip_sioctl_tonlink()
/illumos-gate/usr/src/uts/common/inet/
H A Dip.h522 #define IRE_ONLINK (IRE_IF_ALL|IRE_LOCAL|IRE_LOOPBACK| \ macro