Lines Matching refs:LastAPTime
597 #define TimeToAnnounceThisRecord(RR,time) ((RR)->AnnounceCount && (time) - ((RR)->LastAPTime + (RR)…
679 if ((rr->LastAPTime + rr->ThisAPInterval) - m->timenow > mDNSPlatformOneSecond * 10) in SetNextAnnounceProbeTime()
681 …LogMsg("SetNextAnnounceProbeTime: ProbeCount %d Next in %d %s", rr->ProbeCount, (rr->LastAPTime + … in SetNextAnnounceProbeTime()
684 if (m->NextScheduledProbe - (rr->LastAPTime + rr->ThisAPInterval) >= 0) in SetNextAnnounceProbeTime()
685 m->NextScheduledProbe = (rr->LastAPTime + rr->ThisAPInterval); in SetNextAnnounceProbeTime()
695 if (m->NextScheduledResponse - (rr->LastAPTime + rr->ThisAPInterval) >= 0) in SetNextAnnounceProbeTime()
696 m->NextScheduledResponse = (rr->LastAPTime + rr->ThisAPInterval); in SetNextAnnounceProbeTime()
756 rr->LastAPTime = m->SuppressProbes - rr->ThisAPInterval; in InitializeLastAPTime()
759 …rr->LastAPTime = m->SuppressProbes - rr->ThisAPInterval + DefaultProbeIntervalForTypeUnique * Defa… in InitializeLastAPTime()
761 rr->LastAPTime = m->timenow - rr->ThisAPInterval; in InitializeLastAPTime()
769 if (rr->AddressProxy.type) rr->LastAPTime = m->timenow; in InitializeLastAPTime()
778 rr->LastAPTime = m->timenow - rr->ThisAPInterval + mDNSPlatformOneSecond * 10; in InitializeLastAPTime()
921 rr->LastAPTime = m->timenow - rr->ThisAPInterval; in ActivateUnicastRegistration()
936 if (m->NextuDNSEvent - (rr->LastAPTime + rr->ThisAPInterval) >= 0) in ActivateUnicastRegistration()
937 m->NextuDNSEvent = (rr->LastAPTime + rr->ThisAPInterval); in ActivateUnicastRegistration()
1427 dup->LastAPTime = rr->LastAPTime; in mDNS_Deregister_internal()
1529 rr->LastAPTime = m->timenow - rr->ThisAPInterval; in mDNS_Deregister_internal()
2099 r2->LastAPTime = m->timenow; in SendResponses()
2111 rr->LastAPTime = m->timenow; in SendResponses()
2213 rr->LastAPTime = m->timenow; in SendResponses()
2286 else if (rr->LastAPTime == m->timenow) numAnnounce++; else numAnswer++; in SendResponses()
3006 if (m->timenow - (ar->LastAPTime + ar->ThisAPInterval) < 0) in SendQueries()
3029 ar->LastAPTime = m->timenow; in SendQueries()
3062 ar->LastAPTime = m->timenow - DefaultAnnounceIntervalForTypeUnique; in SendQueries()
4859 …rd_uDNS(rr) && mDNSSameOpaque16(rr->updateid, id) && m->timenow - (rr->LastAPTime + rr->ThisAPInte… in SendSPSRegistrationForOwner()
4875 rr->LastAPTime = m->timenow; in SendSPSRegistrationForOwner()
4877 if (m->NextScheduledResponse - (rr->LastAPTime + rr->ThisAPInterval) >= 0) in SendSPSRegistrationForOwner()
4878 m->NextScheduledResponse = (rr->LastAPTime + rr->ThisAPInterval); in SendSPSRegistrationForOwner()
4970 …if (!AuthRecord_uDNS(rr) && !mDNSOpaque16IsZero(rr->updateid) && m->timenow - (rr->LastAPTime + rr… in RetrySPSRegistrations()
5401 (ar->LastAPTime + ar->ThisAPInterval - now) / mDNSPlatformOneSecond, in mDNSCoreIntervalToNextWake()
9134 rr->LastAPTime = rr->UpdateBlocked - rr->ThisAPInterval; in mDNS_Update()
10178 if (rr->AnnounceCount == InitialAnnounceCount && m->timenow - rr->LastAPTime >= 0) in RestartARPProbing()
10184 …rr->LastAPTime = m->timenow + mDNSPlatformOneSecond * 9; // Send first packet at rr->LastAPTim… in RestartARPProbing()
11322 rr->LastAPTime = m->timenow - rr->ThisAPInterval; in DeregLoop()