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

/systemd/src/network/
H A Dnetworkd-dhcp4.c68 _cleanup_route_free_ Route *route_gw = NULL; local
80 r = route_new(&route_gw);
87 route_gw->family = AF_INET;
88 route_gw->dst.in = gateway;
89 route_gw->dst_prefixlen = 32;
90 route_gw->prefsrc.in = address;
91 route_gw->scope = RT_SCOPE_LINK;
92 route_gw->protocol = RTPROT_DHCP;
93 route_gw->priority = link->network->dhcp_route_metric;
95 r = route_configure(route_gw, lin
186 _cleanup_route_free_ Route *route_gw = NULL; local
[all...]

Completed in 7 milliseconds