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

/external/mdnsresponder/mDNSCore/
H A DmDNS.c682 LogMsg("SetNextAnnounceProbeTime: m->SuppressProbes %d m->timenow %d diff %d", m->SuppressProbes, m->timenow, m->SuppressProbes - m->timenow);
705 // * If this is a record type that's going to probe, then we use the m->SuppressProbes time.
706 // * Otherwise, if it's not going to probe, but m->SuppressProbes is set because we have other
714 // * If it's not going to probe and m->SuppressProbes is not already set then we should announce immediately.
719 if (m->SuppressProbes == 0 || m->SuppressProbes - m->timenow < 0)
727 m->SuppressProbes = NonZeroTime(m->timenow + DefaultProbeIntervalForTypeUnique/2 + mDNSRandom(DefaultProbeIntervalForTypeUnique/2));
730 if (m->SuppressProbes
[all...]
H A DmDNSEmbeddedAPI.h1871 mDNSs32 SuppressProbes; member in struct:mDNS_struct
/external/mdnsresponder/mDNSShared/
H A Duds_daemon.c4560 LogTimer("m->SuppressProbes ", m->SuppressProbes);

Completed in 861 milliseconds