Searched refs:ProbeCount (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/mDNSResponder-522.92.1/mDNSCore/
H A DmDNS.c795 LogMsg("SetNextAnnounceProbeTime: ProbeCount %d Next in %d %s", rr->ProbeCount, (rr->LastAPTime + rr->ThisAPInterval) - m->timenow, ARDisplayString(m, rr));
830 if (rr->ProbeCount)
948 rr->ProbeCount = DefaultProbeCountForRecordType(rr->resrec.RecordType);
1025 rr->ProbeCount = 0;
1290 rr->ProbeCount = DefaultProbeCountForRecordType(rr->resrec.RecordType);
1413 rr->ProbeCount = 0;
1424 rr->ProbeCount = 0;
1445 // Setting ProbeCount to zero will cause SendQueries() to advance this record to
1448 rr->ProbeCount
[all...]
H A DmDNSEmbeddedAPI.h1526 mDNSu8 ProbeCount; // Number of probes remaining before this record is valid (kDNSRecordTypeUnique) member in struct:AuthRecord_struct

Completed in 143 milliseconds