Searched refs:max_attempts (Results 1 – 1 of 1) sorted by relevance
108 uint64_t max_attempts; member637 int sd_dhcp_client_set_max_attempts(sd_dhcp_client *client, uint64_t max_attempts) { in sd_dhcp_client_set_max_attempts() argument640 client->max_attempts = max_attempts; in sd_dhcp_client_set_max_attempts()1281 if (client->attempt >= client->max_attempts) in client_timeout_resend()1310 } else if (client->attempt >= client->max_attempts) in client_timeout_resend()1317 if (r < 0 && client->attempt >= client->max_attempts) in client_timeout_resend()1327 if (r < 0 && client->attempt >= client->max_attempts) in client_timeout_resend()2259 .max_attempts = UINT64_MAX, in sd_dhcp_client_new()