Lines Matching defs:route
43 Route *route;
163 LIST_FOREACH(routes, route, network->static_routes) {
164 if (!route->family) {
210 Route *route;
248 while ((route = network->static_routes))
249 route_free(route);
367 Route *route;
369 r = route_new_static(network, 0, &route);
373 r = inet_pton(AF_INET, "169.254.0.0", &route->dst.in);
379 route->family = AF_INET;
380 route->dst_prefixlen = 16;
381 route->scope = RT_SCOPE_LINK;
382 route->priority = IPV4LL_ROUTE_METRIC;
383 route->protocol = RTPROT_STATIC;
508 log_syntax(unit, LOG_ERR, filename, line, r, "Failed to extract search or route domain, ignoring: %s", rvalue);
533 log_syntax(unit, LOG_ERR, filename, line, 0, "'localhost' domain names may not be configure as search or route domains, ignoring assignment: %s", domain);
1011 [DHCP_USE_DOMAINS_ROUTE] = "route",