Home | History | Annotate | Download | only in mDNSShared

Lines Matching refs:mDNSPlatformOneSecond

2361 	request->u.resolve.ReportTime            = NonZeroTime(mDNS_TimeNow(&mDNSStorage) + 130 * mDNSPlatformOneSecond);
4296 ar->ThisAPInterval / mDNSPlatformOneSecond,
4297 (ar->LastAPTime + ar->ThisAPInterval - now) / mDNSPlatformOneSecond,
4298 ar->expire ? (ar->expire - now) / mDNSPlatformOneSecond : 0,
4306 ar->ThisAPInterval / mDNSPlatformOneSecond,
4307 ar->AnnounceCount ? (ar->LastAPTime + ar->ThisAPInterval - now) / mDNSPlatformOneSecond : 0,
4308 ar->TimeExpire ? (ar->TimeExpire - now) / mDNSPlatformOneSecond : 0,
4338 const mDNSs32 remain = cr->resrec.rroriginalttl - (now - cr->TimeRcvd) / mDNSPlatformOneSecond;
4392 mDNSs32 i = q->ThisQInterval / mDNSPlatformOneSecond;
4393 mDNSs32 n = (NextQSendTime(q) - now) / mDNSPlatformOneSecond;
4444 nat->retryPortMap ? (nat->retryPortMap - now) / mDNSPlatformOneSecond : 0,
4445 nat->retryInterval / mDNSPlatformOneSecond,
4446 nat->ExpiryTime ? (nat->ExpiryTime - now) / mDNSPlatformOneSecond : 0);
4449 (m->retryGetAddr - now) / mDNSPlatformOneSecond,
4450 m->retryIntervalGetAddr / mDNSPlatformOneSecond);
4713 if (nextevent - now > mDNSPlatformOneSecond) nextevent = now + mDNSPlatformOneSecond;
4717 else if (now - r->time_blocked >= 10 * mDNSPlatformOneSecond * (r->unresponsiveness_reports+1))
4723 r->sd, (now - r->time_blocked) / mDNSPlatformOneSecond, num, num == 1 ? "y" : "ies");