Home
last modified time | relevance | path

Searched refs:ThisAPInterval (Results 1 – 4 of 4) sorted by relevance

/external/mdnsresponder/mDNSCore/
DuDNS.c72 rr->ThisAPInterval = 7 * (remaining/10) + (random ? random : mDNSRandom(remaining/10)); in SetRecordRetry()
74 if (rr->ThisAPInterval < MIN_UPDATE_REFRESH_TIME) in SetRecordRetry()
75 rr->ThisAPInterval = MIN_UPDATE_REFRESH_TIME; in SetRecordRetry()
77 …rr->ThisAPInterval/mDNSPlatformOneSecond, (rr->expire - m->timenow)/mDNSPlatformOneSecond, ARDispl… in SetRecordRetry()
81 rr->ThisAPInterval = MIN_UPDATE_REFRESH_TIME; in SetRecordRetry()
83 …rr->ThisAPInterval/mDNSPlatformOneSecond, (rr->expire - m->timenow)/mDNSPlatformOneSecond, ARDispl… in SetRecordRetry()
90 …rr->ThisAPInterval = rr->ThisAPInterval * QuestionIntervalStep; // Same Retry logic as Unicast Que… in SetRecordRetry()
91 if (rr->ThisAPInterval < INIT_RECORD_REG_INTERVAL) in SetRecordRetry()
92 rr->ThisAPInterval = INIT_RECORD_REG_INTERVAL; in SetRecordRetry()
93 if (rr->ThisAPInterval > MAX_RECORD_REG_INTERVAL) in SetRecordRetry()
[all …]
DmDNS.c597 …hisRecord(RR,time) ((RR)->AnnounceCount && (time) - ((RR)->LastAPTime + (RR)->ThisAPInterval) >= 0)
679 if ((rr->LastAPTime + rr->ThisAPInterval) - m->timenow > mDNSPlatformOneSecond * 10) in SetNextAnnounceProbeTime()
681 … ProbeCount %d Next in %d %s", rr->ProbeCount, (rr->LastAPTime + rr->ThisAPInterval) - m->timenow,… 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()
703 …rr->ThisAPInterval = rr->AddressProxy.type ? mDNSPlatformOneSecond : DefaultAPIntervalForRecordTyp… in InitializeLastAPTime()
756 rr->LastAPTime = m->SuppressProbes - rr->ThisAPInterval; in InitializeLastAPTime()
759 …m->SuppressProbes - rr->ThisAPInterval + DefaultProbeIntervalForTypeUnique * DefaultProbeCountForT… in InitializeLastAPTime()
[all …]
DmDNSEmbeddedAPI.h1234 mDNSs32 ThisAPInterval; // In platform time units: Current interval for announce/probe member
/external/mdnsresponder/mDNSShared/
Duds_daemon.c4296 ar->ThisAPInterval / mDNSPlatformOneSecond, in LogAuthRecords()
4297 (ar->LastAPTime + ar->ThisAPInterval - now) / mDNSPlatformOneSecond, in LogAuthRecords()
4306 ar->ThisAPInterval / mDNSPlatformOneSecond, in LogAuthRecords()
4307 ar->AnnounceCount ? (ar->LastAPTime + ar->ThisAPInterval - now) / mDNSPlatformOneSecond : 0, in LogAuthRecords()