Searched refs:DefaultProbeCountForTypeUnique (Results 1 – 1 of 1) sorted by relevance
2289 #define DefaultProbeCountForTypeUnique ((mDNSu8)3) macro2290 …obeCountForRecordType(X) ((X) == kDNSRecordTypeUnique ? DefaultProbeCountForTypeUnique : (mDN…2442 …rr->LastAPTime += DefaultProbeIntervalForTypeUnique * DefaultProbeCountForTypeUnique + rr->ThisAPI… in InitializeLastAPTime()3795 …mDNSBool ucast = (rr->ProbeCount >= DefaultProbeCountForTypeUnique-1) && m->CanReceiveUnicastOn535… in SendQueries()5454 if (rr->ProbeCount <= DefaultProbeCountForTypeUnique) in mDNSCoreReceiveResponse()5461 rr->ProbeCount = DefaultProbeCountForTypeUnique + 1; in mDNSCoreReceiveResponse()