Symbol: IRE_OFFLINK
usr/src/cmd/cmd-inet/usr.bin/netstat/netstat.c
4673
} else if (rp->ipRouteInfo.re_ire_type & IRE_OFFLINK) {
usr/src/cmd/cmd-inet/usr.bin/netstat/netstat.c
4975
} else if (rp6->ipv6RouteInfo.re_ire_type & IRE_OFFLINK) {
usr/src/cmd/mdb/common/modules/genunix/net.c
881
else if (ire->ire_type & IRE_OFFLINK)
usr/src/uts/common/inet/ip/ip6_if.c
702
type |= IRE_OFFLINK;
usr/src/uts/common/inet/ip/ip6_ire.c
1238
if ((ire->ire_type & IRE_OFFLINK) &&
usr/src/uts/common/inet/ip/ip6_ire.c
1243
ire_type = (IRE_OFFLINK|IRE_ONLINK);
usr/src/uts/common/inet/ip/ip6_ire.c
788
if (dst_ill != NULL && (ire->ire_type & IRE_OFFLINK)) {
usr/src/uts/common/inet/ip/ip_ftable.c
1475
if ((ire->ire_type & IRE_OFFLINK) &&
usr/src/uts/common/inet/ip/ip_ftable.c
1483
ire_type = (IRE_OFFLINK|IRE_ONLINK);
usr/src/uts/common/inet/ip/ip_ftable.c
884
(ire->ire_type & IRE_OFFLINK)) {
usr/src/uts/common/inet/ip/ip_if.c
5725
type |= IRE_OFFLINK;
usr/src/uts/common/inet/ip/ip_ire.c
1958
if (dst_ill != NULL && (ire->ire_type & IRE_OFFLINK)) {
usr/src/uts/common/inet/ip/ip_ire.c
2058
ire_type = (IRE_ONLINK | IRE_OFFLINK) & ~(IRE_LOCAL|IRE_LOOPBACK);
usr/src/uts/common/inet/ip/ip_ire.c
900
if (dst_ill != NULL && (ire->ire_type & IRE_OFFLINK)) {
usr/src/uts/common/inet/ip/ip_ire.c
925
if ((ire->ire_type & IRE_OFFLINK) && zoneid != ALL_ZONES) {
usr/src/uts/common/inet/ip/ip_rts.c
1001
ire_type = (IRE_ONLINK|IRE_OFFLINK) & ~IRE_IF_CLONE;
usr/src/uts/common/inet/ip/ip_rts.c
1043
if ((ire->ire_type & IRE_OFFLINK) &&
usr/src/uts/common/inet/ip/ip_rts.c
1051
ire_type = (IRE_OFFLINK|IRE_ONLINK);
usr/src/uts/common/inet/ip/ip_rts.c
1085
ire_type = (IRE_ONLINK|IRE_OFFLINK) & ~IRE_IF_CLONE;
usr/src/uts/common/inet/ip/ip_rts.c
1132
if ((ire->ire_type & IRE_OFFLINK) &&
usr/src/uts/common/inet/ip/ip_rts.c
1140
ire_type = (IRE_OFFLINK|IRE_ONLINK);
usr/src/uts/common/inet/ip/tnet.c
1316
} else if (ire->ire_type & IRE_OFFLINK) {
usr/src/uts/common/inet/ip/tnet.c
1517
off_link = (ire->ire_type & IRE_OFFLINK);
usr/src/uts/common/inet/ip/tnet.c
1921
} else if (ire->ire_type & IRE_OFFLINK) {