Searched refs:connectedRoute (Results 1 – 2 of 2) sorted by relevance
204 RouteInfo connectedRoute = new RouteInfo(ipAddress, null, iface); in getRoutes() local205 routes.add(connectedRoute); in getRoutes()209 if (gateway != null && !connectedRoute.matches(gateway)) { in getRoutes()
150 final RouteInfo connectedRoute = new RouteInfo(new IpPrefix(ADDRSTR), null, IFACE); in testToLinkProperties() local153 expected.addRoute(connectedRoute); in testToLinkProperties()195 expected.removeRoute(connectedRoute); in testToLinkProperties()