Lines Matching defs:attempts
50 * The number of failed retry attempts after which the RADIUS server will be
116 * attempts - Number of transmission attempts for one server
118 int attempts;
121 * accu_attempts - Number of accumulated attempts
332 * transmission attempts of interim accounting update messages.
408 if (entry->attempts == 0)
429 if (entry->attempts == 0)
491 /* retransmit; remove entry if too many attempts */
495 "RADIUS: Removing un-ACKed message due to too many failed retransmit attempts");
499 entry->attempts++;
568 if (entry->attempts >= RADIUS_CLIENT_NUM_FAILOVER ||
569 (s < 0 && entry->attempts > 0)) {
750 entry->attempts = 1;
1586 entry->attempts = 0;