HomeSort by: relevance | last modified time | path
    Searched refs:routes (Results 1 - 6 of 6) sorted by relevancy

  /src/usr.bin/rump_dhcpclient/
dhcp.c 70 * routes. For completeness, we also specify static routes,
341 struct rt *routes = NULL; local
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
    [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...]
if-options.h 96 struct rt *routes; member in struct:if_options
net.c 357 free_routes(struct rt *routes)
361 while (routes) {
362 r = routes->next;
363 free(routes);
364 routes = r;
  /src/distrib/miniroot/
upgrade.sh 216 adding additional routes, if needed. In addition, you might take this
install.sh 310 adding additional routes, if needed. In addition, you might take this

Completed in 20 milliseconds