Searched refs:RTN_UNREACHABLE (Results 1 – 10 of 10) sorted by relevance
/frameworks/base/tests/net/common/java/android/net/ |
D | RouteInfoTest.java | 19 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()
|
D | LinkPropertiesTest.java | 21 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/ |
D | RouteInfo.java | 62 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/base/services/core/java/com/android/server/connectivity/ |
D | Vpn.java | 26 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/ |
D | ConnectivityServiceTest.java | 77 import static android.net.RouteInfo.RTN_UNREACHABLE; 6663 lp.addRoute(new RouteInfo(new IpPrefix(Inet6Address.ANY, 0), RTN_UNREACHABLE)); in testFullyRoutedVpnResultsInInterfaceFilteringRules() 6706 lp.addRoute(new RouteInfo(new IpPrefix(Inet6Address.ANY, 0), RTN_UNREACHABLE)); in testLocalIpv4OnlyVpnDoesNotResultInInterfaceFilteringRule() 6758 lp.addRoute(new RouteInfo(new IpPrefix(Inet4Address.ANY, 0), RTN_UNREACHABLE)); in testVpnHandoverChangesInterfaceFilteringRule() 6771 lp.addRoute(new RouteInfo(new IpPrefix(Inet4Address.ANY, 0), RTN_UNREACHABLE)); in testUidUpdateChangesInterfaceFilteringRule() 7063 case RouteInfo.RTN_UNREACHABLE: in assertRouteInfoParcelMatches()
|
/frameworks/base/services/core/java/com/android/server/ |
D | ConnectivityService.java | 6086 case RouteInfo.RTN_UNREACHABLE: in convertRouteInfo()
|
/frameworks/base/api/ |
D | test-current.txt | 1561 field public static final int RTN_UNREACHABLE = 7; // 0x7
|
D | system-current.txt | 4707 field public static final int RTN_UNREACHABLE = 7; // 0x7
|
/frameworks/base/non-updatable-api/ |
D | system-current.txt | 4707 field public static final int RTN_UNREACHABLE = 7; // 0x7
|
/frameworks/base/config/ |
D | hiddenapi-greylist-max-o.txt | 45017 Landroid/net/RouteInfo;->RTN_UNREACHABLE:I
|