Searched refs:DefaultProbeCountForTypeUnique (Results 1 – 1 of 1) sorted by relevance
906 #define DefaultProbeCountForTypeUnique ((mDNSu8)3) macro907 …obeCountForRecordType(X) ((X) == kDNSRecordTypeUnique ? DefaultProbeCountForTypeUnique : (mDN…1120 …s - rr->ThisAPInterval + DefaultProbeIntervalForTypeUnique * DefaultProbeCountForTypeUnique + rr->… in InitializeLastAPTime()3817 if (ar->ProbeCount > DefaultProbeCountForTypeUnique) in SendQueries()3818 ar->ProbeCount = DefaultProbeCountForTypeUnique; in SendQueries()3930 …mDNSBool ucast = (ar->ProbeCount >= DefaultProbeCountForTypeUnique-1) && m->CanReceiveUnicastOn535… in SendQueries()7500 our->ProbeCount = DefaultProbeCountForTypeUnique; in ResolveSimultaneousProbe()9372 if (rr->ProbeCount > DefaultProbeCountForTypeUnique) in mDNSCoreReceiveResponse()9374 else if (rr->ProbeCount == DefaultProbeCountForTypeUnique) in mDNSCoreReceiveResponse()9388 rr->ProbeCount = DefaultProbeCountForTypeUnique + 1; in mDNSCoreReceiveResponse()[all …]