Searched refs:RTN_UNREACHABLE (Results 1 – 3 of 3) sorted by relevance
70 public static final int RTN_UNREACHABLE = 7; field in RouteInfo105 case RTN_UNREACHABLE: in RouteInfo()412 if (mType == RTN_UNREACHABLE) { in toString()
22 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()
29 import static android.net.RouteInfo.RTN_UNREACHABLE;978 case RouteInfo.RTN_UNREACHABLE: in modifyRoute()