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

/external/mdnsresponder/mDNSCore/
H A DmDNS.c571 #define DefaultProbeCountForTypeUnique ((mDNSu8)3) macro
572 #define DefaultProbeCountForRecordType(X) ((X) == kDNSRecordTypeUnique ? DefaultProbeCountForTypeUnique : (mDNSu8)0)
759 rr->LastAPTime = m->SuppressProbes - rr->ThisAPInterval + DefaultProbeIntervalForTypeUnique * DefaultProbeCountForTypeUnique + rr->ThisAPInterval / 2;
3031 // than DefaultProbeCountForTypeUnique. Here we detect that state and reset ar->ProbeCount back to the right value.
3032 if (ar->ProbeCount > DefaultProbeCountForTypeUnique)
3033 ar->ProbeCount = DefaultProbeCountForTypeUnique;
3117 mDNSBool ucast = (ar->ProbeCount >= DefaultProbeCountForTypeUnique-1) && m->CanReceiveUnicastOn5353;
5627 our->ProbeCount = DefaultProbeCountForTypeUnique;
6733 if (rr->ProbeCount > DefaultProbeCountForTypeUnique)
6735 else if (rr->ProbeCount == DefaultProbeCountForTypeUnique)
[all...]

Completed in 499 milliseconds