Lines Matching refs:TicksTTL
711 #define TicksTTL(RR) ((mDNSs32)(RR)->resrec.rroriginalttl * mDNSPlatformOneSecond)
712 #define RRExpireTime(RR) ((RR)->TimeRcvd + TicksTTL(RR))
2911 ((RR)->UnansweredQueries < MaxUnansweredQueries) ? (TicksTTL(rr)/50) : \
2938 rr->NextRequiredQuery -= TicksTTL(rr)/20 * (MaxUnansweredQueries - rr->UnansweredQueries);
2939 rr->NextRequiredQuery += mDNSRandom((mDNSu32)TicksTTL(rr)/50);
3005 rr->TimeRcvd + TicksTTL(rr)/2 - m->timenow > // and its half-way-to-expiry time is at least 1 second away
3276 rr->TimeRcvd + TicksTTL(rr)/2 - m->timenow >= 0 && // and it is less than half-way to expiry
3322 if (m->timenow + TicksTTL(cr)/50 - cr->NextRequiredQuery >= 0)
3326 ExpireDupSuppressInfoOnInterface(q->DupSuppress, m->timenow - TicksTTL(cr)/20, cr->resrec.InterfaceID);
3814 if (m->timenow + TicksTTL(cr)/50 - cr->NextRequiredQuery >= 0)
7572 if (m->timenow - (rr->LastMCTime + TicksTTL(rr)/4) >= 0)
8832 rr->TimeRcvd = m->timenow - TicksTTL(rr) - 1;