Searched refs:n_attempts (Results 1 - 2 of 2) sorted by relevance

/systemd/src/resolve/
H A Dresolved-dns-transaction.h104 unsigned n_attempts; member in struct:DnsTransaction
H A Dresolved-dns-transaction.c1155 assert(t->n_attempts > 0);
1156 return (1 << (t->n_attempts - 1)) * USEC_PER_SEC;
1181 if (t->n_attempts >= TRANSACTION_ATTEMPTS_MAX(t->scope->protocol)) {
1193 t->n_attempts++;
1483 t->n_attempts = 0;

Completed in 17 milliseconds