Searched refs:ThisAPInterval (Results 1 – 3 of 3) sorted by relevance
2306 …hisRecord(RR,time) ((RR)->AnnounceCount && (time) - ((RR)->LastAPTime + (RR)->ThisAPInterval) >= 0)2393 if (m->NextScheduledProbe - (rr->LastAPTime + rr->ThisAPInterval) >= 0) in SetNextAnnounceProbeTime()2394 m->NextScheduledProbe = (rr->LastAPTime + rr->ThisAPInterval); in SetNextAnnounceProbeTime()2398 if (m->NextScheduledResponse - (rr->LastAPTime + rr->ThisAPInterval) >= 0) in SetNextAnnounceProbeTime()2399 m->NextScheduledResponse = (rr->LastAPTime + rr->ThisAPInterval); in SetNextAnnounceProbeTime()2428 rr->LastAPTime = m->SuppressProbes - rr->ThisAPInterval; in InitializeLastAPTime()2442 …ime += DefaultProbeIntervalForTypeUnique * DefaultProbeCountForTypeUnique + rr->ThisAPInterval / 2; in InitializeLastAPTime()2477 rr->ThisAPInterval = DefaultAPIntervalForRecordType(rr->resrec.RecordType); in SetTargetToHostName()2590 rr->ThisAPInterval = DefaultAPIntervalForRecordType(rr->resrec.RecordType); in mDNS_Register_internal()2764 dup->ThisAPInterval = rr->ThisAPInterval; in mDNS_Deregister_internal()[all …]
947 …if (SendErr == mStatus_TransientErr || rr->ThisAPInterval < INIT_UCAST_POLL_INTERVAL) rr->ThisAPI… in SetRecordRetry()948 …else if (rr->ThisAPInterval*2 <= MAX_UCAST_POLL_INTERVAL) rr->ThisAPI… in SetRecordRetry()949 …else if (rr->ThisAPInterval != MAX_UCAST_POLL_INTERVAL) rr->ThisAPI… in SetRecordRetry()2538 …srs->RR_SRV.ThisAPInterval = INIT_UCAST_POLL_INTERVAL - 1; // reset retry delay for future refres… in hndlServiceUpdateReply()2638 …else rr->ThisAPInterval = INIT_UCAST_POLL_INTERVAL - 1; // reset retry delay for future refreshes… in hndlRecordUpdateReply()4924 if (rr->LastAPTime + rr->ThisAPInterval - timenow < 0) in CheckRecordRegistrations()4937 …if (rr->LastAPTime + rr->ThisAPInterval - nextevent < 0) nextevent = rr->LastAPTime + rr->ThisAPIn… in CheckRecordRegistrations()4970 if (srs->RR_SRV.LastAPTime + srs->RR_SRV.ThisAPInterval - timenow < 0) in CheckServiceRegistrations()4983 if (nextevent - srs->RR_SRV.LastAPTime + srs->RR_SRV.ThisAPInterval > 0) in CheckServiceRegistrations()4984 nextevent = srs->RR_SRV.LastAPTime + srs->RR_SRV.ThisAPInterval; in CheckServiceRegistrations()[all …]
1630 mDNSs32 ThisAPInterval; // In platform time units: Current interval for announce/probe member