Searched refs:sd_dhcp_route_get_destination (Results 1 - 4 of 4) sorted by relevance

/systemd/src/systemd/
H A Dsd-dhcp-lease.h59 int sd_dhcp_route_get_destination(sd_dhcp_route *route, struct in_addr *destination);
/systemd/src/network/
H A Dnetworkd-dhcp4.c132 assert_se(sd_dhcp_route_get_destination(static_routes[i], &route->dst.in) >= 0);
172 assert_se(sd_dhcp_route_get_destination(routes[i], &route->dst.in) >= 0);
/systemd/src/libsystemd-network/
H A Dnetwork-internal.c452 assert_se(sd_dhcp_route_get_destination(routes[i], &dest) >= 0);
H A Dsd-dhcp-lease.c1156 int sd_dhcp_route_get_destination(sd_dhcp_route *route, struct in_addr *destination) { function

Completed in 999 milliseconds