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

/external/mdnsresponder/mDNSCore/
H A DmDNS.c572 #define DefaultProbeCountForRecordType(X) ((X) == kDNSRecordTypeUnique ? DefaultProbeCountForTypeUnique : (mDNSu8)0) macro
841 // (If the record type is kDNSRecordTypeUnique (unconfirmed unique) then DefaultProbeCountForRecordType is non-zero.)
842 rr->ProbeCount = DefaultProbeCountForRecordType(rr->resrec.RecordType);
1136 rr->ProbeCount = DefaultProbeCountForRecordType(rr->resrec.RecordType);
5235 rr->ProbeCount = DefaultProbeCountForRecordType(rr->resrec.RecordType);
9548 rr->ProbeCount = DefaultProbeCountForRecordType(rr->resrec.RecordType);

Completed in 194 milliseconds