Home
last modified time | relevance | path

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

/onnv-gate/usr/src/uts/common/inet/ip/
H A Dip_rts.c996 ire_type = (IRE_ONLINK|IRE_OFFLINK) & ~IRE_IF_CLONE; in ire_lookup_v4()
1009 if (ire->ire_type & IRE_ONLINK) in ire_lookup_v4()
1046 ire_type = (IRE_OFFLINK|IRE_ONLINK); in ire_lookup_v4()
1080 ire_type = (IRE_ONLINK|IRE_OFFLINK) & ~IRE_IF_CLONE; in ire_lookup_v6()
1096 if (ire->ire_type & IRE_ONLINK) in ire_lookup_v6()
1135 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.c757 if (ire->ire_type & IRE_ONLINK) { in ire_match_args_v6()
1245 ire_type = (IRE_OFFLINK|IRE_ONLINK); in ire_route_recursive_impl_v6()
H A Dip_ftable.c1265 ire_type = IRE_ONLINK; in ip_select_route()
1477 ire_type = (IRE_OFFLINK|IRE_ONLINK); in ire_route_recursive_impl_v4()
H A Dconn_opt.c1223 ire = ire_ftable_lookup_v4(addr, 0, 0, IRE_ONLINK, NULL, zoneid, in conn_opt_set_ip()
1639 0, 0, IRE_ONLINK, NULL, zoneid, in conn_opt_set_ipv6()
H A Dip6.c1583 if (ire->ire_type & IRE_ONLINK) { in ip_send_potential_redirect_v6()
2254 uinfo->iulp_localnet = (ire->ire_type & IRE_ONLINK) != 0; in ip_set_destination_v6()
H A Dip.c2638 ire = ire_ftable_lookup_v4(gateway, 0, 0, IRE_ONLINK, NULL, in icmp_redirect_v4()
3079 if ((ire->ire_type & IRE_ONLINK) || in ip_send_potential_redirect_v4()
3644 uinfo->iulp_localnet = (ire->ire_type & IRE_ONLINK) != 0; in ip_set_destination_v4()
10931 else if (ire->ire_type & IRE_ONLINK) in ip_snmp_get2_v4()
11056 else if (ire->ire_type & IRE_ONLINK) in ip_snmp_get2_v6_route()
H A Dip_if.c8151 if ((ire->ire_type & IRE_ONLINK) && in ip_sioctl_tonlink()
/onnv-gate/usr/src/uts/common/inet/
H A Dip.h518 #define IRE_ONLINK (IRE_IF_ALL|IRE_LOCAL|IRE_LOOPBACK| \ macro