Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/mDNSResponder/mDNSCore/
H A DuDNS.c101 rr->ThisAPInterval = MIN_UPDATE_REFRESH_TIME; 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()
112 rr->ThisAPInterval = INIT_RECORD_REG_INTERVAL; in SetRecordRetry()
113 if (rr->ThisAPInterval > MAX_RECORD_REG_INTERVAL) in SetRecordRetry()
114 rr->ThisAPInterval = MAX_RECORD_REG_INTERVAL; in SetRecordRetry()
2052 rr->ThisAPInterval = INIT_RECORD_REG_INTERVAL; in CompleteRecordNatMap()
2103 rr->ThisAPInterval = INIT_RECORD_REG_INTERVAL; in CompleteRecordNatMap()
2311 rr->ThisAPInterval = INIT_RECORD_REG_INTERVAL; in UpdateOneSRVRecord()
3553 rr->ThisAPInterval = INIT_RECORD_REG_INTERVAL; in hndlRecordUpdateReply()
[all …]
H A DmDNS.c1115 rr->LastAPTime = m->SuppressProbes - rr->ThisAPInterval; in InitializeLastAPTime()
1120 …m->SuppressProbes - rr->ThisAPInterval + DefaultProbeIntervalForTypeUnique * DefaultProbeCountForT… in InitializeLastAPTime()
1122 rr->LastAPTime = m->timenow - rr->ThisAPInterval; in InitializeLastAPTime()
1290 rr->ThisAPInterval = INIT_RECORD_REG_INTERVAL; in ActivateUnicastRegistration()
1291 rr->LastAPTime = m->timenow - rr->ThisAPInterval; in ActivateUnicastRegistration()
1986 dup->ThisAPInterval = rr->ThisAPInterval; in mDNS_Deregister_internal()
2095 rr->ThisAPInterval = mDNSPlatformOneSecond * 2; in mDNS_Deregister_internal()
2779 rr->ThisAPInterval *= 2; in SendResponses()
2894 rr->ThisAPInterval *= 2; in SendResponses()
12543 rr->ThisAPInterval *= 4; in mDNS_Update()
[all …]
H A DmDNSEmbeddedAPI.h1457 … mDNSs32 ThisAPInterval; // In platform time units: Current interval for announce/probe member
/illumos-gate/usr/src/contrib/mDNSResponder/mDNSShared/
H A Duds_daemon.c5654 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()