Home | History | Annotate | Download | only in net

Lines Matching defs:routes

506      * Make sure this LinkProperties instance contains routes that cover the local subnet
517 * Returns all the routes on this link and all the links stacked above it.
521 List<RouteInfo> routes = new ArrayList<>();
522 routes.addAll(mRoutes);
524 routes.addAll(stacked.getAllRoutes());
526 return routes;
646 String routes = " Routes: [";
647 for (RouteInfo route : mRoutes) routes += route.toString() + ",";
648 routes += "] ";
659 return "{" + ifaceName + linkAddresses + routes + dns + domainName + mtu
884 * Compares this {@code LinkProperties} Routes against the target
1047 * Compares all routes in this LinkProperties with another LinkProperties,
1050 * @param target a LinkProperties with the new list of routes
1051 * @return the differences between the routes.
1057 * routes which are common between mRoutes and target
1058 * leaving the routes that are different. And route address which