Home
last modified time | relevance | path

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

/systemd-251/src/systemd/
Dsd-dhcp-lease.h84 int sd_dhcp_route_get_destination_prefix_length(sd_dhcp_route *route, uint8_t *length);
/systemd-251/src/libsystemd-network/
Dnetwork-internal.c152 assert_se(sd_dhcp_route_get_destination_prefix_length(routes[i], &length) >= 0); in serialize_dhcp_routes()
Dsd-dhcp-lease.c1492 int sd_dhcp_route_get_destination_prefix_length(sd_dhcp_route *route, uint8_t *length) { in sd_dhcp_route_get_destination_prefix_length() function
/systemd-251/src/network/
Dnetworkd-dhcp4.c454 … r = sd_dhcp_route_get_destination_prefix_length(classless_routes[i], &prefixlen); in dhcp4_request_static_routes()
500 r = sd_dhcp_route_get_destination_prefix_length(routes[i], &route->dst_prefixlen); in dhcp4_request_static_routes()