/src/usr.bin/rump_dhcpclient/ |
configure.c | 60 static struct rt *routes; variable in typeref:struct:rt * 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 [all...] |
configure.c | 60 static struct rt *routes; variable in typeref:struct:rt * 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 [all...] |
dhcp.c | 70 * routes. For completeness, we also specify static routes, 341 struct rt *routes = NULL; local in function:decode_rfc3442_rt 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 local in function:get_option_routes [all...] |
if-options.h | 96 struct rt *routes; member in struct:if_options
|
dhcp.c | 70 * routes. For completeness, we also specify static routes, 341 struct rt *routes = NULL; local in function:decode_rfc3442_rt 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 local in function:get_option_routes [all...] |
if-options.h | 96 struct rt *routes; member in struct:if_options
|