Home
last modified time | relevance | path

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

/systemd-251/src/libsystemd-network/
Dsd-dhcp-client.c108 uint64_t max_attempts; member
637 int sd_dhcp_client_set_max_attempts(sd_dhcp_client *client, uint64_t max_attempts) { in sd_dhcp_client_set_max_attempts() argument
640 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()