Searched refs:hasGateway (Results 1 – 9 of 9) sorted by relevance
181 return !route.hasGateway() && prefix.equals(route.getDestination()); in isDirectlyConnectedRoute()
417 public boolean hasGateway() { in hasGateway() method in RouteInfo
1250 return (!bestRoute.hasGateway() || hasGlobalIpv6Address()); in isReachable()
470 if (!ri.hasGateway()) continue; in pushUpstreamParameters()
193 if (route.hasGateway()) { in NetworkDiagnostics()
914 if (route.hasGateway()) { in modifyRoute()2085 if (routeInfo.hasGateway()) { in addLegacyRouteForNetId()
5643 if (route.hasGateway()) continue; in updateRoutes()5654 if (route.hasGateway() == false) continue; in updateRoutes()
42223 HSPLandroid/net/RouteInfo;->hasGateway()Z
28912 method public boolean hasGateway();