HomeSort by: relevance | last modified time | path
    Searched refs:SuppressProbes (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/mDNSResponder/dist/mDNSCore/
mDNS.c 1162 LogRedact(MDNS_LOG_CATEGORY_DEFAULT, MDNS_LOG_DEFAULT, "SetNextAnnounceProbeTime: m->SuppressProbes %d m->timenow %d diff %d",
1163 m->SuppressProbes, m->timenow, m->SuppressProbes - m->timenow);
1186 // * If this is a record type that's going to probe, then we use the m->SuppressProbes time.
1187 // * Otherwise, if it's not going to probe, but m->SuppressProbes is set because we have other
1195 // * If it's not going to probe and m->SuppressProbes is not already set then we should announce immediately.
1201 if (m->SuppressProbes == 0 || m->SuppressProbes - m->timenow < 0)
1210 m->SuppressProbes = NonZeroTime(m->timenow + DefaultProbeIntervalForTypeUnique/2 + mDNSRandom(DefaultProbeIntervalForTypeUnique/2));
1213 if (m->SuppressProbes - m->NextScheduledProbe >= 0
    [all...]
mDNSEmbeddedAPI.h 2472 mDNSs32 SuppressProbes;
  /src/external/apache2/mDNSResponder/dist/mDNSShared/
uds_daemon.c 7810 LogTimerToFD(fd, "m->SuppressProbes ", m->SuppressProbes);

Completed in 75 milliseconds