Lines Matching refs:mDNSPlatformOneSecond

2355 …olve.ReportTime            = NonZeroTime(mDNS_TimeNow(&mDNSStorage) + 130 * mDNSPlatformOneSecond);  in handle_resolve_request()
4290 ar->ThisAPInterval / mDNSPlatformOneSecond, in LogAuthRecords()
4291 (ar->LastAPTime + ar->ThisAPInterval - now) / mDNSPlatformOneSecond, in LogAuthRecords()
4292 ar->expire ? (ar->expire - now) / mDNSPlatformOneSecond : 0, in LogAuthRecords()
4300 ar->ThisAPInterval / mDNSPlatformOneSecond, in LogAuthRecords()
4301 ar->AnnounceCount ? (ar->LastAPTime + ar->ThisAPInterval - now) / mDNSPlatformOneSecond : 0, in LogAuthRecords()
4302 ar->TimeExpire ? (ar->TimeExpire - now) / mDNSPlatformOneSecond : 0, in LogAuthRecords()
4332 const mDNSs32 remain = cr->resrec.rroriginalttl - (now - cr->TimeRcvd) / mDNSPlatformOneSecond; in udsserver_info()
4386 mDNSs32 i = q->ThisQInterval / mDNSPlatformOneSecond; in udsserver_info()
4387 mDNSs32 n = (NextQSendTime(q) - now) / mDNSPlatformOneSecond; in udsserver_info()
4438 nat->retryPortMap ? (nat->retryPortMap - now) / mDNSPlatformOneSecond : 0, in udsserver_info()
4439 nat->retryInterval / mDNSPlatformOneSecond, in udsserver_info()
4440 nat->ExpiryTime ? (nat->ExpiryTime - now) / mDNSPlatformOneSecond : 0); in udsserver_info()
4443 (m->retryGetAddr - now) / mDNSPlatformOneSecond, in udsserver_info()
4444 m->retryIntervalGetAddr / mDNSPlatformOneSecond); in udsserver_info()
4707 if (nextevent - now > mDNSPlatformOneSecond) nextevent = now + mDNSPlatformOneSecond; in udsserver_idle()
4711 else if (now - r->time_blocked >= 10 * mDNSPlatformOneSecond * (r->unresponsiveness_reports+1)) in udsserver_idle()
4717 r->sd, (now - r->time_blocked) / mDNSPlatformOneSecond, num, num == 1 ? "y" : "ies"); in udsserver_idle()