Home
last modified time | relevance | path

Searched refs:IRE_IF_ALL (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/
H A Dip_ire.h79 (IRE_HOST | IRE_PREFIX | IRE_DEFAULT | IRE_IF_ALL | IRE_BROADCAST))
H A Dip.h514 #define IRE_IF_ALL (IRE_IF_NORESOLVER | IRE_IF_RESOLVER | \ macro
522 #define IRE_ONLINK (IRE_IF_ALL|IRE_LOCAL|IRE_LOOPBACK| \
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_rts.c1045 ire_type = IRE_IF_ALL; in ire_lookup_v4()
1134 ire_type = IRE_IF_ALL; in ire_lookup_v6()
H A Dip6_ire.c1240 ire_type = IRE_IF_ALL; in ire_route_recursive_impl_v6()
H A Dip_ftable.c1477 ire_type = IRE_IF_ALL; in ire_route_recursive_impl_v4()
H A Dtnet.c1248 IRE_IF_ALL | IRE_MULTICAST | IRE_NOROUTE))) in tsol_ire_match_gwattr()
H A Dip_ire.c678 IRE_IF_ALL | IRE_MULTICAST | IRE_NOROUTE)) != 0) { in ire_init_common()
H A Dip.c2658 !(ire->ire_type & IRE_IF_ALL) || in icmp_redirect_v4()