Searched refs:IRR_INCOMPLETE (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/uts/common/inet/ip/ |
H A D | ip_rts.c | 1052 tsl, match_flags, IRR_INCOMPLETE, 0, ipst, v4setsrcp, in ire_lookup_v4() 1056 tsl, match_flags, IRR_INCOMPLETE, 0, ipst, v4setsrcp, in ire_lookup_v4() 1141 match_flags, IRR_INCOMPLETE, 0, ipst, v6setsrcp, gwattrp, in ire_lookup_v6() 1145 tsl, match_flags, IRR_INCOMPLETE, 0, ipst, v6setsrcp, in ire_lookup_v6()
|
H A D | ip6_ire.c | 1207 if (i > 0 && (irr_flags & IRR_INCOMPLETE)) { in ire_route_recursive_impl_v6() 1392 (irr_flags & IRR_INCOMPLETE)); in ire_route_recursive_impl_v6()
|
H A D | ip_ftable.c | 1439 if (i > 0 && (irr_flags & IRR_INCOMPLETE)) { in ire_route_recursive_impl_v4() 1632 (irr_flags & IRR_INCOMPLETE)); in ire_route_recursive_impl_v4()
|
/titanic_41/usr/src/uts/common/inet/ |
H A D | ip.h | 534 #define IRR_INCOMPLETE 2 /* OK to return incomplete chain */ macro
|