Home | History | Annotate | Download | only in rump_dhcpclient

Lines Matching defs:routes

70 		 * routes. For completeness, we also specify static routes,
341 struct rt *routes = NULL;
352 free_routes(routes);
361 routes = rt = xzalloc(sizeof(*routes));
377 return routes;
381 /* This calculates the netmask that we should use for static routes.
412 * Otherwise we add static routes and then routers. */
419 struct rt *routes = NULL;
429 routes = decode_rfc3442_rt(len, p);
430 if (routes && !(*opts & DHCPCD_CSR_WARNED)) {
432 return routes;
436 /* OK, get our static routes first. */
445 routes = route = xmalloc(sizeof(*routes));
464 routes = route = xzalloc(sizeof(*route));
470 return routes;