Searched refs:sd_dhcp_route_get_destination_prefix_length (Results 1 – 4 of 4) sorted by relevance
84 int sd_dhcp_route_get_destination_prefix_length(sd_dhcp_route *route, uint8_t *length);
152 assert_se(sd_dhcp_route_get_destination_prefix_length(routes[i], &length) >= 0); in serialize_dhcp_routes()
1492 int sd_dhcp_route_get_destination_prefix_length(sd_dhcp_route *route, uint8_t *length) { in sd_dhcp_route_get_destination_prefix_length() function
454 … 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()