Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/net/
DRouteInfo.java61 RTN_UNREACHABLE,
95 public static final int RTN_UNREACHABLE = 7; field in RouteInfo
137 case RTN_UNREACHABLE: in RouteInfo()
467 if (mType == RTN_UNREACHABLE) { in toString()
/frameworks/base/tests/net/common/java/android/net/
DRouteInfoTest.java19 import static android.net.RouteInfo.RTN_UNREACHABLE;
224 r = new RouteInfo(new IpPrefix(Inet4Address.ANY, 0), RTN_UNREACHABLE); in testHostAndDefaultRoutes()
230 r = new RouteInfo(new IpPrefix(Inet6Address.ANY, 0), RTN_UNREACHABLE); in testHostAndDefaultRoutes()
/frameworks/base/services/core/java/com/android/server/connectivity/
DVpn.java25 import static android.net.RouteInfo.RTN_UNREACHABLE;
884 lp.addRoute(new RouteInfo(new IpPrefix(Inet4Address.ANY, 0), RTN_UNREACHABLE)); in makeLinkProperties()
887 lp.addRoute(new RouteInfo(new IpPrefix(Inet6Address.ANY, 0), RTN_UNREACHABLE)); in makeLinkProperties()
921 if (route.getType() == RouteInfo.RTN_UNREACHABLE) continue; in providesRoutesToMostDestinations()
/frameworks/base/tests/net/java/com/android/server/connectivity/
DVpnTest.java31 import static android.net.RouteInfo.RTN_UNREACHABLE;
/frameworks/base/services/core/java/com/android/server/
DNetworkManagementService.java920 case RouteInfo.RTN_UNREACHABLE: in modifyRoute()
/frameworks/base/tests/net/java/com/android/server/
DConnectivityServiceTest.java70 import static android.net.RouteInfo.RTN_UNREACHABLE;
6422 lp.addRoute(new RouteInfo(new IpPrefix(Inet6Address.ANY, 0), RTN_UNREACHABLE)); in testLocalIpv4OnlyVpnDoesNotResultInInterfaceFilteringRule()
/frameworks/base/api/
Dtest-current.txt1422 field public static final int RTN_UNREACHABLE = 7; // 0x7
Dsystem-current.txt4159 field public static final int RTN_UNREACHABLE = 7; // 0x7