Home
last modified time | relevance | path

Searched refs:IRE_OFFLINK (Results 1 – 10 of 10) 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()
1043 if ((ire->ire_type & IRE_OFFLINK) && 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()
1132 if ((ire->ire_type & IRE_OFFLINK) && in ire_lookup_v6()
1140 ire_type = (IRE_OFFLINK|IRE_ONLINK); in ire_lookup_v6()
H A Dip6_ire.c788 if (dst_ill != NULL && (ire->ire_type & IRE_OFFLINK)) { in ire_match_args_v6()
1238 if ((ire->ire_type & IRE_OFFLINK) && in ire_route_recursive_impl_v6()
1243 ire_type = (IRE_OFFLINK|IRE_ONLINK); in ire_route_recursive_impl_v6()
H A Dip_ftable.c884 (ire->ire_type & IRE_OFFLINK)) { in ire_round_robin()
1475 if ((ire->ire_type & IRE_OFFLINK) && in ire_route_recursive_impl_v4()
1483 ire_type = (IRE_OFFLINK|IRE_ONLINK); in ire_route_recursive_impl_v4()
H A Dtnet.c1316 } else if (ire->ire_type & IRE_OFFLINK) { in tsol_ire_match_gwattr()
1517 off_link = (ire->ire_type & IRE_OFFLINK); in tsol_ip_forward()
1921 } else if (ire->ire_type & IRE_OFFLINK) { in tsol_ire_init_gwattr()
H A Dip_ire.c900 if (dst_ill != NULL && (ire->ire_type & IRE_OFFLINK)) { in ire_walk_ill_match()
925 if ((ire->ire_type & IRE_OFFLINK) && zoneid != ALL_ZONES) { in ire_walk_ill_match()
1958 if (dst_ill != NULL && (ire->ire_type & IRE_OFFLINK)) { in ire_match_args()
2058 ire_type = (IRE_ONLINK | IRE_OFFLINK) & ~(IRE_LOCAL|IRE_LOOPBACK); in ire_alt_local()
H A Dip6_if.c702 type |= IRE_OFFLINK; in ip_rt_add_v6()
H A Dip_if.c5723 type |= IRE_OFFLINK; in ip_rt_add()
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dnet.c879 else if (ire->ire_type & IRE_OFFLINK) in get_ireflags()
/illumos-gate/usr/src/uts/common/inet/
H A Dip.h517 #define IRE_OFFLINK IRE_OFFSUBNET macro
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/netstat/
H A Dnetstat.c4673 } else if (rp->ipRouteInfo.re_ire_type & IRE_OFFLINK) { in form_v4_route_flags()
4975 } else if (rp6->ipv6RouteInfo.re_ire_type & IRE_OFFLINK) { in form_v6_route_flags()