Home | History | Annotate | Download | only in dhcpcd-6.8.2

Lines Matching full:routes

56 /* Linux has had loopback routes in the local table since 2.2 */
318 ipv4_freerts(struct rt_head *routes)
322 while ((rt = TAILQ_FIRST(routes))) {
323 TAILQ_REMOVE(routes, rt, next);
371 /* Don't set default routes if not asked to */
506 if (ifp->options->routes && TAILQ_FIRST(ifp->options->routes)) {
509 TAILQ_FOREACH(rt, ifp->options->routes, next) {
527 /* Some DHCP servers add set host routes by setting the gateway
656 * our routes are managed correctly. */
680 if (dnr == NULL) /* failed to malloc all new routes */
727 /* Remove old routes we used to manage */
813 TAILQ_INIT(&state->routes);
868 /* Find any freshly added routes, such as the subnet route.
1096 ipv4_freerts(&state->routes);