Searched refs:ThisAPInterval (Results 1 – 4 of 4) sorted by relevance
/titanic_50/usr/src/cmd/cmd-inet/usr.lib/mdnsd/ |
H A D | uDNS.c | 56 …if ((m)->NextuDNSEvent - ((rr)->LastAPTime + (rr)->ThisAPInterval) >= 0) … 57 …(m)->NextuDNSEvent = ((rr)->LastAPTime + (rr)->ThisAPInterval); … 79 rr->ThisAPInterval = 7 * (remaining/10) + (random ? random : mDNSRandom(remaining/10)); in SetRecordRetry() 81 if (rr->ThisAPInterval < MIN_UPDATE_REFRESH_TIME) in SetRecordRetry() 82 rr->ThisAPInterval = MIN_UPDATE_REFRESH_TIME; in SetRecordRetry() 84 …rr->ThisAPInterval/mDNSPlatformOneSecond, (rr->expire - m->timenow)/mDNSPlatformOneSecond, ARDispl… in SetRecordRetry() 88 rr->ThisAPInterval = MIN_UPDATE_REFRESH_TIME; in SetRecordRetry() 90 …rr->ThisAPInterval/mDNSPlatformOneSecond, (rr->expire - m->timenow)/mDNSPlatformOneSecond, ARDispl… in SetRecordRetry() 97 …rr->ThisAPInterval = rr->ThisAPInterval * QuestionIntervalStep; // Same Retry logic as Unicast Que… in SetRecordRetry() 98 if (rr->ThisAPInterval < INIT_RECORD_REG_INTERVAL) in SetRecordRetry() [all …]
|
H A D | mDNS.c | 701 …hisRecord(RR,time) ((RR)->AnnounceCount && (time) - ((RR)->LastAPTime + (RR)->ThisAPInterval) >= 0) 795 if ((rr->LastAPTime + rr->ThisAPInterval) - m->timenow > mDNSPlatformOneSecond * 10) in SetNextAnnounceProbeTime() 797 … ProbeCount %d Next in %d %s", rr->ProbeCount, (rr->LastAPTime + rr->ThisAPInterval) - m->timenow,… in SetNextAnnounceProbeTime() 800 if (m->NextScheduledProbe - (rr->LastAPTime + rr->ThisAPInterval) >= 0) in SetNextAnnounceProbeTime() 801 m->NextScheduledProbe = (rr->LastAPTime + rr->ThisAPInterval); in SetNextAnnounceProbeTime() 811 if (m->NextScheduledResponse - (rr->LastAPTime + rr->ThisAPInterval) >= 0) in SetNextAnnounceProbeTime() 812 m->NextScheduledResponse = (rr->LastAPTime + rr->ThisAPInterval); in SetNextAnnounceProbeTime() 819 …rr->ThisAPInterval = rr->AddressProxy.type ? mDNSPlatformOneSecond : DefaultAPIntervalForRecordTyp… in InitializeLastAPTime() 872 rr->LastAPTime = m->SuppressProbes - rr->ThisAPInterval; in InitializeLastAPTime() 875 …m->SuppressProbes - rr->ThisAPInterval + DefaultProbeIntervalForTypeUnique * DefaultProbeCountForT… in InitializeLastAPTime() [all …]
|
H A D | uds_daemon.c | 5531 ar->ThisAPInterval / mDNSPlatformOneSecond, in LogOneAuthRecord() 5532 (ar->LastAPTime + ar->ThisAPInterval - now) / mDNSPlatformOneSecond, in LogOneAuthRecord() 5539 ar->ThisAPInterval / mDNSPlatformOneSecond, in LogOneAuthRecord() 5540 … ar->AnnounceCount ? (ar->LastAPTime + ar->ThisAPInterval - now) / mDNSPlatformOneSecond : 0, in LogOneAuthRecord() 5590 ar->ThisAPInterval / mDNSPlatformOneSecond, in LogAuthRecords() 5591 … ar->AnnounceCount ? (ar->LastAPTime + ar->ThisAPInterval - now) / mDNSPlatformOneSecond : 0, in LogAuthRecords()
|
H A D | mDNSEmbeddedAPI.h | 1551 … mDNSs32 ThisAPInterval; // In platform time units: Current interval for announce/probe member
|