Symbol: IRE_HOST
usr/src/cmd/cmd-inet/usr.sbin/route.c
730
ire_type != IRE_HOST &&
usr/src/cmd/mdb/common/modules/ip/ip.c
905
{ "HOST", IRE_HOST, IRE_HOST },
usr/src/cmd/rpcsvc/rpc.bootparamd/bootparam_ip_route.c
380
IRE_HOST) &&
usr/src/uts/common/inet/ip.h
516
#define IRE_OFFSUBNET (IRE_DEFAULT | IRE_PREFIX | IRE_HOST)
usr/src/uts/common/inet/ip/ip.c
1162
{ IRE_HOST, "HOST" },
usr/src/uts/common/inet/ip/ip.c
2703
IRE_HOST,
usr/src/uts/common/inet/ip/ip.c
2737
prev_ire = ire_ftable_lookup_v4(dst, 0, src, IRE_HOST, NULL,
usr/src/uts/common/inet/ip/ip.c
3470
if (!(ire->ire_type & IRE_HOST))
usr/src/uts/common/inet/ip/ip.c
6441
IRE_HOST | IRE_INTERFACE, NULL, ALL_ZONES, NULL,
usr/src/uts/common/inet/ip/ip.c
6445
IRE_HOST | IRE_INTERFACE, NULL, ALL_ZONES, NULL,
usr/src/uts/common/inet/ip/ip.c
6574
IRE_HOST | IRE_INTERFACE, NULL, ALL_ZONES, NULL,
usr/src/uts/common/inet/ip/ip.c
6578
IRE_HOST | IRE_INTERFACE, NULL, ALL_ZONES, NULL,
usr/src/uts/common/inet/ip/ip6.c
1148
IRE_HOST,
usr/src/uts/common/inet/ip/ip6.c
1217
redir_ire = ire_ftable_lookup_v6(dst, 0, src, IRE_HOST,
usr/src/uts/common/inet/ip/ip6.c
2042
if (!(ire->ire_type & IRE_HOST))
usr/src/uts/common/inet/ip/ip6_if.c
1029
type = IRE_HOST;
usr/src/uts/common/inet/ip/ip6_if.c
743
type = IRE_HOST;
usr/src/uts/common/inet/ip/ip6_ire.c
102
case IRE_HOST:
usr/src/uts/common/inet/ip/ip_if.c
5767
type = IRE_HOST;
usr/src/uts/common/inet/ip/ip_if.c
6062
type = IRE_HOST;
usr/src/uts/common/inet/ip/ip_ire.c
519
case IRE_HOST:
usr/src/uts/common/inet/ip_ire.h
79
(IRE_HOST | IRE_PREFIX | IRE_DEFAULT | IRE_IF_ALL | IRE_BROADCAST))