• Home
  • Raw
  • Download

Lines Matching refs:mDNSPlatformOneSecond

77 …rr->ThisAPInterval/mDNSPlatformOneSecond, (rr->expire - m->timenow)/mDNSPlatformOneSecond, ARDispl…  in SetRecordRetry()
83 …rr->ThisAPInterval/mDNSPlatformOneSecond, (rr->expire - m->timenow)/mDNSPlatformOneSecond, ARDispl… in SetRecordRetry()
534 if (lease > 999999999UL / mDNSPlatformOneSecond) in natTraversalHandlePortMapReply()
535 lease = 999999999UL / mDNSPlatformOneSecond; in natTraversalHandlePortMapReply()
536 n->ExpiryTime = NonZeroTime(m->timenow + lease * mDNSPlatformOneSecond); in natTraversalHandlePortMapReply()
775 …q->ThisQInterval = q->tcp ? 0 : (kLLQ_INIT_RESEND * q->ntries * mDNSPlatformOneSecond); // If usi… in sendChallengeResponse()
793 mDNSs32 lease = (mDNSs32)llq->llqlease * mDNSPlatformOneSecond; in SetLLQTimer()
798 …%d", q->qname.c, DNSTypeName(q->qtype), lease/mDNSPlatformOneSecond, q->ThisQInterval/mDNSPlatform… in SetLLQTimer()
824 q->expire = m->timenow + ((mDNSs32)llq->llqlease * mDNSPlatformOneSecond); in recvSetupResponse()
1034 …if (q->ThisQInterval < (256 * mDNSPlatformOneSecond)) // Now we have a TCP connection open, make s… in tcpCallback()
1035 q->ThisQInterval = (256 * mDNSPlatformOneSecond); in tcpCallback()
1344 …q->ThisQInterval = mDNSPlatformOneSecond * 5; // If TCP failed (transient networking glitch) try a… in startLLQHandshake()
1387 q->ThisQInterval = (kLLQ_INIT_RESEND * mDNSPlatformOneSecond); in startLLQHandshake()
2227 m->NextSRVUpdate = NonZeroTime(m->timenow + 5 * mDNSPlatformOneSecond); in FoundStaticHostname()
2399 m->retryGetAddr = m->timenow + (v4addr ? 0 : mDNSPlatformOneSecond * 5); in mDNS_SetPrimaryInterfaceInfo()
3304 our_elapsed = (m->timenow - m->LastNATReplyLocalTime) / mDNSPlatformOneSecond; in uDNS_ReceiveNATPMPPacket()
3537 mDNSs32 expire = m->timenow + (mDNSs32)lease * mDNSPlatformOneSecond; in uDNS_ReceiveMsg()
3538 mDNSu32 random = mDNSRandom((mDNSs32)lease * mDNSPlatformOneSecond/10); in uDNS_ReceiveMsg()
3583 …etry in %d seconds", q->qname.c, DNSTypeName(q->qtype), LLQ_POLL_INTERVAL / mDNSPlatformOneSecond); in sendLLQRefresh()
4282 if (q->ThisQInterval < (3 * mDNSPlatformOneSecond)) in uDNS_CheckCurrentQuestion()
4498 (cur->ExpiryTime - m->timenow + mDNSPlatformOneSecond/2) / mDNSPlatformOneSecond : 0; in CheckNATMappings()