Searched refs:RouteKey (Results 1 – 3 of 3) sorted by relevance
561 public static class RouteKey { class in RouteInfo566 RouteKey(@NonNull IpPrefix destination, @Nullable InetAddress gateway, in RouteKey() method in RouteInfo.RouteKey575 if (!(o instanceof RouteKey)) { in equals()578 RouteKey p = (RouteKey) o; in equals()601 public RouteKey getRouteKey() { in getRouteKey()602 return new RouteKey(mDestination, mGateway, mInterface); in getRouteKey()
398 RouteInfo.RouteKey k1, k2; in testRouteKey()
7076 final CompareOrUpdateResult<RouteInfo.RouteKey, RouteInfo> routeDiff = in updateRoutes()