Searched refs:RouteKey (Results 1 – 3 of 3) sorted by relevance
565 public static class RouteKey { class in RouteInfo570 RouteKey(@NonNull IpPrefix destination, @Nullable InetAddress gateway, in RouteKey() method in RouteInfo.RouteKey579 if (!(o instanceof RouteKey)) { in equals()582 RouteKey p = (RouteKey) o; in equals()605 public RouteKey getRouteKey() { in getRouteKey()606 return new RouteKey(mDestination, mGateway, mInterface); in getRouteKey()
398 RouteInfo.RouteKey k1, k2; in testRouteKey()
6112 final CompareOrUpdateResult<RouteInfo.RouteKey, RouteInfo> routeDiff = in updateRoutes()