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

  /src/external/apache2/mDNSResponder/dist/mDNSCore/
mDNS.c 1160 LogRedact(MDNS_LOG_CATEGORY_DEFAULT, MDNS_LOG_DEFAULT, "SetNextAnnounceProbeTime: ProbeCount %d Next in %d " PRI_S,
1161 rr->ProbeCount, (rr->LastAPTime + rr->ThisAPInterval) - m->timenow, ARDisplayString(m, rr));
1197 if (rr->ProbeCount)
1342 rr->ProbeCount = DefaultProbeCountForRecordType(rr->resrec.RecordType);
1422 rr->ProbeCount = 0;
1816 rr->ProbeCount = DefaultProbeCountForRecordType(rr->resrec.RecordType);
1945 rr->ProbeCount = 0;
1956 rr->ProbeCount = 0;
1981 // Setting ProbeCount to zero will cause SendQueries() to advance this record to
1984 rr->ProbeCount = 0
    [all...]
mDNSEmbeddedAPI.h 1486 mDNSu8 ProbeCount; // Number of probes remaining before this record is valid (kDNSRecordTypeUnique)

Completed in 43 milliseconds