Home | History | Annotate | Download | only in radius

Lines Matching refs:sec

392 		if (now.sec >= entry->next_try &&
393 radius_client_retransmit(radius, entry, now.sec)) {
422 if (first < now.sec)
423 first = now.sec;
424 eloop_register_timeout(first - now.sec, 0,
429 (long int) (first - now.sec));
502 if (first < now.sec)
503 first = now.sec;
504 eloop_register_timeout(first - now.sec, 0, radius_client_timer, radius,
508 " %ld seconds", (long int) (first - now.sec));
541 entry->first_try = entry->last_attempt.sec;
779 roundtrip = (now.sec - req->last_attempt.sec) * 100 +
784 "request, round trip time %d.%02d sec",