Searched refs:NextRequiredQuery (Results 1 - 3 of 3) sorted by relevance

/external/mdnsresponder/mDNSCore/
H A DmDNS.c2498 #define NextCacheCheckEvent(RR) ((RR)->NextRequiredQuery + CacheCheckGracePeriod(RR))
2515 rr->NextRequiredQuery = RRExpireTime(rr);
2521 rr->NextRequiredQuery -= TicksTTL(rr)/20 * (MaxUnansweredQueries - rr->UnansweredQueries);
2522 rr->NextRequiredQuery += mDNSRandom((mDNSu32)TicksTTL(rr)/50);
2523 verbosedebugf("SetNextCacheCheckTimeForRecord: NextRequiredQuery in %ld sec CacheCheckGracePeriod %d ticks for %s",
2524 (rr->NextRequiredQuery - m->timenow) / mDNSPlatformOneSecond, CacheCheckGracePeriod(rr), CRDisplayString(m,rr));
2825 rr->NextRequiredQuery - (m->timenow + q->ThisQInterval) > 0)// and we'll ask at least once again before NextRequiredQuery
2865 // to their NextRequiredQuery to be worth batching them together with this one
2868 if (m->timenow + TicksTTL(cr)/50 - cr->NextRequiredQuery >
[all...]
H A DmDNSEmbeddedAPI.h1329 mDNSs32 NextRequiredQuery; // In platform time units member in struct:CacheRecord_struct
H A DDNSCommon.c2152 rr->NextRequiredQuery = m ? m->timenow : 0; // Will be updated to the real value when we call SetNextCacheCheckTimeForRecord()

Completed in 85 milliseconds