Searched defs:attempt (Results 1 - 1 of 1) sorted by relevance

/systemd/src/libsystemd-network/
H A Dsd-dhcp-client.c99 unsigned int attempt; member in struct:sd_dhcp_client
384 client->attempt = 1;
834 if (client->attempt < 64)
835 client->attempt *= 2;
837 next_timeout = time_now + (client->attempt - 1) * USEC_PER_SEC;
872 client->attempt = 1;
874 if (client->attempt >= 64)
882 if (r < 0 && client->attempt >= 64)
892 if (r < 0 && client->attempt >= 64)
1058 client->attempt
[all...]

Completed in 14 milliseconds