Searched refs:ThisAPInterval (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/contrib/mDNSResponder/mDNSCore/ |
H A D | uDNS.c | 69 …if ((m)->NextuDNSEvent - ((rr)->LastAPTime + (rr)->ThisAPInterval) >= 0) … 70 …(m)->NextuDNSEvent = ((rr)->LastAPTime + (rr)->ThisAPInterval); … 92 rr->ThisAPInterval = 7 * (remaining/10) + (random ? random : mDNSRandom(remaining/10)); in SetRecordRetry() 94 if (rr->ThisAPInterval < MIN_UPDATE_REFRESH_TIME) in SetRecordRetry() 95 rr->ThisAPInterval = MIN_UPDATE_REFRESH_TIME; in SetRecordRetry() 97 …rr->ThisAPInterval/mDNSPlatformOneSecond, (rr->expire - m->timenow)/mDNSPlatformOneSecond, ARDispl… in SetRecordRetry() 101 rr->ThisAPInterval = MIN_UPDATE_REFRESH_TIME; in SetRecordRetry() 103 …rr->ThisAPInterval/mDNSPlatformOneSecond, (rr->expire - m->timenow)/mDNSPlatformOneSecond, ARDispl… in SetRecordRetry() 110 …rr->ThisAPInterval = rr->ThisAPInterval * QuestionIntervalStep; // Same Retry logic as Unicast Que… in SetRecordRetry() 111 if (rr->ThisAPInterval < INIT_RECORD_REG_INTERVAL) in SetRecordRetry() [all …]
|
H A D | mDNS.c | 941 …hisRecord(RR,time) ((RR)->AnnounceCount && (time) - ((RR)->LastAPTime + (RR)->ThisAPInterval) >= 0) 1036 if ((rr->LastAPTime + rr->ThisAPInterval) - m->timenow > mDNSPlatformOneSecond * 10) in SetNextAnnounceProbeTime() 1038 … ProbeCount %d Next in %d %s", rr->ProbeCount, (rr->LastAPTime + rr->ThisAPInterval) - m->timenow,… in SetNextAnnounceProbeTime() 1041 if (m->NextScheduledProbe - (rr->LastAPTime + rr->ThisAPInterval) >= 0) in SetNextAnnounceProbeTime() 1042 m->NextScheduledProbe = (rr->LastAPTime + rr->ThisAPInterval); in SetNextAnnounceProbeTime() 1052 if (m->NextScheduledResponse - (rr->LastAPTime + rr->ThisAPInterval) >= 0) in SetNextAnnounceProbeTime() 1053 m->NextScheduledResponse = (rr->LastAPTime + rr->ThisAPInterval); in SetNextAnnounceProbeTime() 1060 …rr->ThisAPInterval = rr->AddressProxy.type ? mDNSPlatformOneSecond : DefaultAPIntervalForRecordTyp… in InitializeLastAPTime() 1115 rr->LastAPTime = m->SuppressProbes - rr->ThisAPInterval; in InitializeLastAPTime() 1120 …m->SuppressProbes - rr->ThisAPInterval + DefaultProbeIntervalForTypeUnique * DefaultProbeCountForT… in InitializeLastAPTime() [all …]
|
H A D | mDNSEmbeddedAPI.h | 1457 … mDNSs32 ThisAPInterval; // In platform time units: Current interval for announce/probe member
|
/illumos-gate/usr/src/contrib/mDNSResponder/mDNSShared/ |
H A D | uds_daemon.c | 5654 ar->ThisAPInterval / mDNSPlatformOneSecond, in LogOneAuthRecordToFD() 5655 (ar->LastAPTime + ar->ThisAPInterval - now) / mDNSPlatformOneSecond, in LogOneAuthRecordToFD() 5665 ar->ThisAPInterval / mDNSPlatformOneSecond, in LogOneAuthRecordToFD() 5666 … ar->AnnounceCount ? (ar->LastAPTime + ar->ThisAPInterval - now) / mDNSPlatformOneSecond : 0, in LogOneAuthRecordToFD()
|