Searched refs:SuppressProbes (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/mDNSResponder-522.92.1/mDNSCore/
H A DmDNS.c796 LogMsg("SetNextAnnounceProbeTime: m->SuppressProbes %d m->timenow %d diff %d", m->SuppressProbes, m->timenow, m->SuppressProbes - m->timenow);
819 // * If this is a record type that's going to probe, then we use the m->SuppressProbes time.
820 // * Otherwise, if it's not going to probe, but m->SuppressProbes is set because we have other
828 // * If it's not going to probe and m->SuppressProbes is not already set then we should announce immediately.
833 if (m->SuppressProbes == 0 || m->SuppressProbes - m->timenow < 0)
841 m->SuppressProbes = NonZeroTime(m->timenow + DefaultProbeIntervalForTypeUnique/2 + mDNSRandom(DefaultProbeIntervalForTypeUnique/2));
844 if (m->SuppressProbes
[all...]
H A DmDNSEmbeddedAPI.h2363 mDNSs32 SuppressProbes; member in struct:mDNS_struct
/macosx-10.9.5/mDNSResponder-522.92.1/mDNSShared/
H A Duds_daemon.c5901 LogTimer("m->SuppressProbes ", m->SuppressProbes);

Completed in 386 milliseconds