Lines Matching defs:attempts
74 /* semi-exponential timeout back off; x .. attempts, y .. timeout */
562 int attempts = 0;
599 current_host->host->h_name, attempts + 1, retries));
618 attempts++;
631 "retry %d connection %s:%d %s", attempts + 1,
641 ext_error, attempts + 1);
645 if (attempts < retries) {
647 timeout = BOFF_TIMEOUT(attempts, timeout);
657 attempts = 0;
661 if (current_host == start_host && attempts == 0) {