Lines Matching refs:mDNSPlatformOneSecond

87                     rr->ThisAPInterval/mDNSPlatformOneSecond, (rr->expire - m->timenow)/mDNSPlatformOneSecond, ARDisplayString(m, rr));
93 rr->ThisAPInterval/mDNSPlatformOneSecond, (rr->expire - m->timenow)/mDNSPlatformOneSecond, ARDisplayString(m, rr));
789 if (lease > 999999999UL / mDNSPlatformOneSecond)
790 lease = 999999999UL / mDNSPlatformOneSecond;
791 n->ExpiryTime = NonZeroTime(m->timenow + lease * mDNSPlatformOneSecond);
1071 q->ThisQInterval = q->tcp ? 0 : (kLLQ_INIT_RESEND * q->ntries * mDNSPlatformOneSecond); // If using TCP, don't need to retransmit
1089 mDNSs32 lease = (mDNSs32)llq->llqlease * mDNSPlatformOneSecond;
1094 debugf("SetLLQTimer setting %##s (%s) to %d %d", q->qname.c, DNSTypeName(q->qtype), lease/mDNSPlatformOneSecond, q->ThisQInterval/mDNSPlatformOneSecond);
1120 q->expire = m->timenow + ((mDNSs32)llq->llqlease * mDNSPlatformOneSecond);
1338 if (q->ThisQInterval < (256 * mDNSPlatformOneSecond)) // Now we have a TCP connection open, make sure we wait at least 256 seconds before retrying
1339 q->ThisQInterval = (256 * mDNSPlatformOneSecond);
1657 q->ThisQInterval = mDNSPlatformOneSecond * 5; // If TCP failed (transient networking glitch) try again in five seconds
1700 q->ThisQInterval = (kLLQ_INIT_RESEND * mDNSPlatformOneSecond);
2546 m->NextSRVUpdate = NonZeroTime(m->timenow + 5 * mDNSPlatformOneSecond);
2736 RecreateNATMappings(m, mDNSPlatformOneSecond * waitSeconds);
3666 our_elapsed = (m->timenow - m->LastNATReplyLocalTime) / mDNSPlatformOneSecond;
3758 client_delta = (m->timenow - m->LastNATReplyLocalTime) / mDNSPlatformOneSecond;
3777 mDNSu32 waitTicks = strippedOpCode ? 0 : mDNSRandom(PCP_WAITSECS_AFTER_EPOCH_INVALID * mDNSPlatformOneSecond);
4046 mDNSs32 expire = m->timenow + (mDNSs32)lease * mDNSPlatformOneSecond;
4047 mDNSu32 random = mDNSRandom((mDNSs32)lease * mDNSPlatformOneSecond/10);
4092 LogMsg("Unable to refresh LLQ %##s (%s) - will retry in %d seconds", q->qname.c, DNSTypeName(q->qtype), LLQ_POLL_INTERVAL / mDNSPlatformOneSecond);
4863 if (q->ThisQInterval < (3 * mDNSPlatformOneSecond))
5093 (cur->ExpiryTime - m->timenow + mDNSPlatformOneSecond/2) / mDNSPlatformOneSecond : 0;