Home | History | Annotate | Download | only in rump_dhcpclient

Lines Matching defs:routes

60 static struct rt *routes;
113 f = find_route(routes, rt, &l, NULL);
120 routes = f->next;
128 /* Don't set default routes if not asked to */
153 /* Don't set default routes if not asked to */
231 if (iface->state->options->routes != NULL) {
232 for (rt = iface->state->options->routes;
254 /* Some DHCP servers add set host routes by setting the gateway
357 if ((or = find_route(routes, rt, &rtl, NULL))) {
367 routes = or->next;
383 /* Remove old routes we used to manage */
384 for (rt = routes; rt; rt = rt->next) {
389 free_routes(routes);
390 routes = nrs;
452 if (!find_route(routes, rt, NULL, NULL))