Lines Matching refs:SuppressProbes
798 …Time: m->SuppressProbes %d m->timenow %d diff %d", m->SuppressProbes, m->timenow, m->SuppressProbe… in SetNextAnnounceProbeTime()
835 if (m->SuppressProbes == 0 || m->SuppressProbes - m->timenow < 0) in InitializeLastAPTime()
843 …m->SuppressProbes = NonZeroTime(m->timenow + DefaultProbeIntervalForTypeUnique/2 + mDNSRandom(Defa… in InitializeLastAPTime()
846 if (m->SuppressProbes - m->NextScheduledProbe >= 0) in InitializeLastAPTime()
847 m->SuppressProbes = NonZeroTime(m->NextScheduledProbe); in InitializeLastAPTime()
848 …if (m->SuppressProbes - m->timenow < 0) // Make sure we don't set m->SuppressProbes excessivel… in InitializeLastAPTime()
849 m->SuppressProbes = m->timenow; in InitializeLastAPTime()
852 if (m->SuppressProbes - m->NextScheduledQuery >= 0) in InitializeLastAPTime()
853 m->SuppressProbes = NonZeroTime(m->NextScheduledQuery); in InitializeLastAPTime()
854 …if (m->SuppressProbes - m->timenow < 0) // Make sure we don't set m->SuppressProbes excessivel… in InitializeLastAPTime()
855 m->SuppressProbes = m->timenow; in InitializeLastAPTime()
858 if (m->SuppressSending && m->SuppressProbes - m->SuppressSending < 0) in InitializeLastAPTime()
859 m->SuppressProbes = NonZeroTime(m->SuppressSending); in InitializeLastAPTime()
861 if (m->SuppressProbes - m->timenow > mDNSPlatformOneSecond * 8) in InitializeLastAPTime()
864 m->SuppressProbes - m->timenow, in InitializeLastAPTime()
869 …m->SuppressProbes = NonZeroTime(m->timenow + DefaultProbeIntervalForTypeUnique/2 + mDNSRandom(Defa… in InitializeLastAPTime()
872 rr->LastAPTime = m->SuppressProbes - rr->ThisAPInterval; in InitializeLastAPTime()
874 else if (m->SuppressProbes && m->SuppressProbes - m->timenow >= 0) in InitializeLastAPTime()
875 …rr->LastAPTime = m->SuppressProbes - rr->ThisAPInterval + DefaultProbeIntervalForTypeUnique * Defa… in InitializeLastAPTime()
1505 m->SuppressProbes = NonZeroTime(m->timenow + mDNSPlatformOneSecond * 5); in RecordProbeFailure()
5034 if (m->SuppressProbes && m->timenow - m->SuppressProbes >= 0) m->SuppressProbes = 0; in mDNS_Execute()
6974 m->SuppressProbes = NonZeroTime(m->timenow + mDNSPlatformOneSecond); in ResolveSimultaneousProbe()
12899 if (m->SuppressProbes == 0 || in mDNS_RegisterInterface()
12900 m->SuppressProbes - NonZeroTime(m->timenow + probedelay) < 0) in mDNS_RegisterInterface()
12901 m->SuppressProbes = NonZeroTime(m->timenow + probedelay); in mDNS_RegisterInterface()
14282 m->SuppressProbes = 0; in mDNS_Init()