Home
last modified time | relevance | path

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

/frameworks/base/tests/net/common/java/android/net/
DRouteInfoTest.java19 import static android.net.RouteInfo.RTN_UNREACHABLE;
89 RTN_UNREACHABLE); in testConstructor()
95 RTN_UNREACHABLE); in testConstructor()
310 r = new RouteInfo(new IpPrefix(Inet4Address.ANY, 0), RTN_UNREACHABLE); in testHostAndDefaultRoutes()
320 r = new RouteInfo(new IpPrefix(Inet6Address.ANY, 0), RTN_UNREACHABLE); in testHostAndDefaultRoutes()
363 r = new RouteInfo(Prefix("192.0.2.0/24"), Address("192.0.2.1"), "wlan0", RTN_UNREACHABLE); in testParceling()
370 RTN_UNREACHABLE, 1450 /* mtu */); in testMtuParceling()
407 RTN_UNREACHABLE, 1450).getRouteKey(); in testRouteKey()
DLinkPropertiesTest.java21 import static android.net.RouteInfo.RTN_UNREACHABLE;
1272 lp.addRoute(new RouteInfo(new IpPrefix(Inet4Address.ANY, 0), RTN_UNREACHABLE)); in testHasIpv4UnreachableDefaultRoute()
1283 lp.addRoute(new RouteInfo(new IpPrefix(Inet6Address.ANY, 0), RTN_UNREACHABLE)); in testHasIpv6UnreachableDefaultRoute()
/frameworks/base/core/java/android/net/
DRouteInfo.java62 RTN_UNREACHABLE,
96 public static final int RTN_UNREACHABLE = 7; field in RouteInfo
168 case RTN_UNREACHABLE: in RouteInfo()
434 return mType == RTN_UNREACHABLE && mDestination.getPrefixLength() == 0; in isUnreachableDefaultRoute()
522 if (mType == RTN_UNREACHABLE) { in toString()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/util/
DNetdWrapper.java190 case RouteInfo.RTN_UNREACHABLE: in modifyRoute()
/frameworks/base/services/core/java/com/android/server/connectivity/
DVpn.java26 import static android.net.RouteInfo.RTN_UNREACHABLE;
1043 lp.addRoute(new RouteInfo(new IpPrefix(Inet4Address.ANY, 0), RTN_UNREACHABLE));
1046 lp.addRoute(new RouteInfo(new IpPrefix(Inet6Address.ANY, 0), RTN_UNREACHABLE));
2460 mConfig.routes.add(new RouteInfo(route.getDestination(), RTN_UNREACHABLE));
/frameworks/base/tests/net/java/com/android/server/
DConnectivityServiceTest.java77 import static android.net.RouteInfo.RTN_UNREACHABLE;
6655 lp.addRoute(new RouteInfo(new IpPrefix(Inet6Address.ANY, 0), RTN_UNREACHABLE)); in testFullyRoutedVpnResultsInInterfaceFilteringRules()
6698 lp.addRoute(new RouteInfo(new IpPrefix(Inet6Address.ANY, 0), RTN_UNREACHABLE)); in testLocalIpv4OnlyVpnDoesNotResultInInterfaceFilteringRule()
6750 lp.addRoute(new RouteInfo(new IpPrefix(Inet4Address.ANY, 0), RTN_UNREACHABLE)); in testVpnHandoverChangesInterfaceFilteringRule()
6763 lp.addRoute(new RouteInfo(new IpPrefix(Inet4Address.ANY, 0), RTN_UNREACHABLE)); in testUidUpdateChangesInterfaceFilteringRule()
7055 case RouteInfo.RTN_UNREACHABLE: in assertRouteInfoParcelMatches()
/frameworks/base/services/core/java/com/android/server/
DConnectivityService.java6101 case RouteInfo.RTN_UNREACHABLE: in convertRouteInfo()
/frameworks/base/api/
Dtest-current.txt2154 field public static final int RTN_UNREACHABLE = 7; // 0x7
Dsystem-current.txt6384 field public static final int RTN_UNREACHABLE = 7; // 0x7
/frameworks/base/non-updatable-api/
Dsystem-current.txt6332 field public static final int RTN_UNREACHABLE = 7; // 0x7