Searched defs:static_routes (Results 1 - 1 of 1) sorted by relevance

/systemd/src/network/
H A Dnetworkd-dhcp4.c55 _cleanup_free_ sd_dhcp_route **static_routes = NULL; local
116 n = sd_dhcp_lease_get_routes(link->dhcp_lease, &static_routes);
131 assert_se(sd_dhcp_route_get_gateway(static_routes[i], &route->gw.in) >= 0);
132 assert_se(sd_dhcp_route_get_destination(static_routes[i], &route->dst.in) >= 0);
133 assert_se(sd_dhcp_route_get_destination_prefix_length(static_routes[i], &route->dst_prefixlen) >= 0);

Completed in 101 milliseconds