Lines Matching refs:retrans
382 * If the retrans time in the public portion of the resolver context
383 * (an integer) has changed, update the corresponding retrans time
387 if (EXT(statp).ext->retrans.tv_sec != statp->retrans)
388 EXT(statp).ext->retrans = evConsTime(statp->retrans, 0);
974 nanoseconds = EXT(statp).ext->retrans.tv_sec;
976 nanoseconds += EXT(statp).ext->retrans.tv_nsec;
978 nanoseconds = statp->retrans;
989 seconds = (statp->retrans << tries);