Searched refs:IRE_ONLINK (Results 1 – 9 of 9) sorted by relevance
/illumos-gate/usr/src/uts/common/inet/ip/ |
H A D | ip_rts.c | 1001 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 D | ip_ire.c | 614 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 D | ip6_ire.c | 756 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 D | ip_ftable.c | 1271 ire_type = IRE_ONLINK; in ip_select_route() 1483 ire_type = (IRE_OFFLINK|IRE_ONLINK); in ire_route_recursive_impl_v4()
|
H A D | conn_opt.c | 1259 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 D | ip6.c | 1573 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 D | ip.c | 2645 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 D | ip_if.c | 8156 if ((ire->ire_type & IRE_ONLINK) && in ip_sioctl_tonlink()
|
/illumos-gate/usr/src/uts/common/inet/ |
H A D | ip.h | 522 #define IRE_ONLINK (IRE_IF_ALL|IRE_LOCAL|IRE_LOOPBACK| \ macro
|