Home | History | Annotate | Download | only in dhcpcd

Lines Matching defs:routes

73 		 * routes. For completeness, we also specify static routes,
559 struct rt *routes = NULL;
570 free_routes(routes);
579 routes = rt = xzalloc(sizeof(*routes));
595 return routes;
745 /* This calculates the netmask that we should use for static routes.
776 * Otherwise we add static routes and then routers. */
783 struct rt *routes = NULL;
793 routes = decode_rfc3442_rt(len, p);
794 if (routes) {
797 "%s: using Classless Static Routes",
801 return routes;
805 /* OK, get our static routes first. */
814 routes = route = xmalloc(sizeof(*routes));
833 routes = route = xzalloc(sizeof(*route));
839 return routes;