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

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DmDNS.c2915 #define NextCacheCheckEvent(RR) ((RR)->NextRequiredQuery + CacheCheckGracePeriod(RR))
2932 rr->NextRequiredQuery = RRExpireTime(rr);
2938 rr->NextRequiredQuery -= TicksTTL(rr)/20 * (MaxUnansweredQueries - rr->UnansweredQueries);
2939 rr->NextRequiredQuery += mDNSRandom((mDNSu32)TicksTTL(rr)/50);
2940 verbosedebugf("SetNextCacheCheckTimeForRecord: NextRequiredQuery in %ld sec CacheCheckGracePeriod %d ticks for %s",
2941 (rr->NextRequiredQuery - m->timenow) / mDNSPlatformOneSecond, CacheCheckGracePeriod(rr), CRDisplayString(m,rr));
3277 rr->NextRequiredQuery - (m->timenow + q->ThisQInterval) > 0) // and we'll ask at least once again before NextRequiredQuery
3317 // to their NextRequiredQuery to be worth batching them together with this one
3322 if (m->timenow + TicksTTL(cr)/50 - cr->NextRequiredQuery >
[all...]
H A DmDNSEmbeddedAPI.h1645 mDNSs32 NextRequiredQuery; // In platform time units member in struct:CacheRecord_struct
H A DDNSCommon.c3449 rr->NextRequiredQuery = m ? m->timenow : 0; // Will be updated to the real value when we call SetNextCacheCheckTimeForRecord()

Completed in 130 milliseconds