Home | History | Annotate | Download | only in dhcpcd

Lines Matching defs:routes

65 static struct rt *routes;
466 f = find_route(routes, rt, &l, NULL);
473 routes = f->next;
481 /* Don't set default routes if not asked to */
507 /* Don't set default routes if not asked to */
583 if (iface->state->options->routes != NULL) {
584 for (rt = iface->state->options->routes;
606 /* Some DHCP servers add set host routes by setting the gateway
713 if ((or = find_route(routes, rt, &rtl, NULL))) {
725 routes = or->next;
742 /* Remove old routes we used to manage */
743 for (rt = routes; rt; rt = rt->next) {
748 free_routes(routes);
749 routes = nrs;
827 if (!find_route(routes, rt, NULL, NULL))