Home | History | Annotate | Download | only in connectivity

Lines Matching defs:routes

748         if (mConfig.routes != null) {
749 for (RouteInfo route : mConfig.routes) {
1633 config.addLegacyRoutes(profile.routes);
1952 // Set the routes if they are not set in the config.
1953 if (mConfig.routes == null || mConfig.routes.isEmpty()) {
1979 mConfig.routes.add(new RouteInfo(new IpPrefix(addr, 32), RTN_THROW));
1981 mConfig.routes.add(new RouteInfo(new IpPrefix(addr, 128), RTN_THROW));