Searched refs:IRE_ONLINK (Results 1 – 9 of 9) sorted by relevance
/titanic_50/usr/src/uts/common/inet/ip/ |
H A D | ip_rts.c | 996 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 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 | 757 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 D | ip_ftable.c | 1270 ire_type = IRE_ONLINK; in ip_select_route() 1482 ire_type = (IRE_OFFLINK|IRE_ONLINK); in ire_route_recursive_impl_v4()
|
H A D | conn_opt.c | 1229 ire = ire_ftable_lookup_v4(addr, 0, 0, IRE_ONLINK, NULL, zoneid, in conn_opt_set_ip() 1645 0, 0, IRE_ONLINK, NULL, zoneid, in conn_opt_set_ipv6()
|
H A D | ip6.c | 1583 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 D | ip.c | 2641 ire = ire_ftable_lookup_v4(gateway, 0, 0, IRE_ONLINK, NULL, in icmp_redirect_v4() 3082 if ((ire->ire_type & IRE_ONLINK) || in ip_send_potential_redirect_v4() 3647 uinfo->iulp_localnet = (ire->ire_type & IRE_ONLINK) != 0; in ip_set_destination_v4() 10966 else if (ire->ire_type & IRE_ONLINK) in ip_snmp_get2_v4() 11091 else if (ire->ire_type & IRE_ONLINK) in ip_snmp_get2_v6_route()
|
H A D | ip_if.c | 8148 if ((ire->ire_type & IRE_ONLINK) && in ip_sioctl_tonlink()
|
/titanic_50/usr/src/uts/common/inet/ |
H A D | ip.h | 521 #define IRE_ONLINK (IRE_IF_ALL|IRE_LOCAL|IRE_LOOPBACK| \ macro
|