Searched refs:RTN_UNREACHABLE (Results 1 – 8 of 8) sorted by relevance
/frameworks/base/core/java/android/net/ |
D | RouteInfo.java | 61 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/ |
D | RouteInfoTest.java | 19 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/ |
D | Vpn.java | 25 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/ |
D | VpnTest.java | 31 import static android.net.RouteInfo.RTN_UNREACHABLE;
|
/frameworks/base/services/core/java/com/android/server/ |
D | NetworkManagementService.java | 920 case RouteInfo.RTN_UNREACHABLE: in modifyRoute()
|
/frameworks/base/tests/net/java/com/android/server/ |
D | ConnectivityServiceTest.java | 70 import static android.net.RouteInfo.RTN_UNREACHABLE; 6422 lp.addRoute(new RouteInfo(new IpPrefix(Inet6Address.ANY, 0), RTN_UNREACHABLE)); in testLocalIpv4OnlyVpnDoesNotResultInInterfaceFilteringRule()
|
/frameworks/base/api/ |
D | test-current.txt | 1422 field public static final int RTN_UNREACHABLE = 7; // 0x7
|
D | system-current.txt | 4159 field public static final int RTN_UNREACHABLE = 7; // 0x7
|