Home
last modified time | relevance | path

Searched refs:sd_dhcp_route_get_gateway (Results 1 – 4 of 4) sorted by relevance

/systemd-251/src/systemd/
Dsd-dhcp-lease.h85 int sd_dhcp_route_get_gateway(sd_dhcp_route *route, struct in_addr *gateway);
/systemd-251/src/libsystemd-network/
Dnetwork-internal.c151 assert_se(sd_dhcp_route_get_gateway(routes[i], &gw) >= 0); in serialize_dhcp_routes()
Dsd-dhcp-lease.c1500 int sd_dhcp_route_get_gateway(sd_dhcp_route *route, struct in_addr *gateway) { in sd_dhcp_route_get_gateway() function
/systemd-251/src/network/
Dnetworkd-dhcp4.c461 r = sd_dhcp_route_get_gateway(classless_routes[i], ret_default_gw); in dhcp4_request_static_routes()
492 r = sd_dhcp_route_get_gateway(routes[i], &gw); in dhcp4_request_static_routes()