Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/net/
DRouteInfo.java70 public static final int RTN_UNREACHABLE = 7; field in RouteInfo
105 case RTN_UNREACHABLE: in RouteInfo()
412 if (mType == RTN_UNREACHABLE) { in toString()
/frameworks/base/services/core/java/com/android/server/connectivity/
DVpn.java22 import static android.net.RouteInfo.RTN_UNREACHABLE;
378 lp.addRoute(new RouteInfo(new IpPrefix(Inet4Address.ANY, 0), RTN_UNREACHABLE)); in makeLinkProperties()
381 lp.addRoute(new RouteInfo(new IpPrefix(Inet6Address.ANY, 0), RTN_UNREACHABLE)); in makeLinkProperties()
/frameworks/base/services/core/java/com/android/server/
DNetworkManagementService.java29 import static android.net.RouteInfo.RTN_UNREACHABLE;
978 case RouteInfo.RTN_UNREACHABLE: in modifyRoute()