Home
last modified time | relevance | path

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

/external/mdnsresponder/mDNSCore/
DmDNS.c571 #define DefaultProbeCountForTypeUnique ((mDNSu8)3) macro
572 …obeCountForRecordType(X) ((X) == kDNSRecordTypeUnique ? DefaultProbeCountForTypeUnique : (mDN…
759 …s - rr->ThisAPInterval + DefaultProbeIntervalForTypeUnique * DefaultProbeCountForTypeUnique + rr->… in InitializeLastAPTime()
3032 if (ar->ProbeCount > DefaultProbeCountForTypeUnique) in SendQueries()
3033 ar->ProbeCount = DefaultProbeCountForTypeUnique; in SendQueries()
3117 …mDNSBool ucast = (ar->ProbeCount >= DefaultProbeCountForTypeUnique-1) && m->CanReceiveUnicastOn535… in SendQueries()
5627 our->ProbeCount = DefaultProbeCountForTypeUnique; in ResolveSimultaneousProbe()
6733 if (rr->ProbeCount > DefaultProbeCountForTypeUnique) in mDNSCoreReceiveResponse()
6735 else if (rr->ProbeCount == DefaultProbeCountForTypeUnique) in mDNSCoreReceiveResponse()
6749 rr->ProbeCount = DefaultProbeCountForTypeUnique + 1; in mDNSCoreReceiveResponse()
[all …]