Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DmDNS.c671 #define DefaultProbeCountForTypeUnique ((mDNSu8)3) macro
672 …obeCountForRecordType(X) ((X) == kDNSRecordTypeUnique ? DefaultProbeCountForTypeUnique : (mDN…
875 …s - rr->ThisAPInterval + DefaultProbeIntervalForTypeUnique * DefaultProbeCountForTypeUnique + rr->… in InitializeLastAPTime()
3494 if (ar->ProbeCount > DefaultProbeCountForTypeUnique) in SendQueries()
3495 ar->ProbeCount = DefaultProbeCountForTypeUnique; in SendQueries()
3610 …mDNSBool ucast = (ar->ProbeCount >= DefaultProbeCountForTypeUnique-1) && m->CanReceiveUnicastOn535… in SendQueries()
6975 our->ProbeCount = DefaultProbeCountForTypeUnique; in ResolveSimultaneousProbe()
9116 if (rr->ProbeCount > DefaultProbeCountForTypeUnique) in mDNSCoreReceiveResponse()
9118 else if (rr->ProbeCount == DefaultProbeCountForTypeUnique) in mDNSCoreReceiveResponse()
9132 rr->ProbeCount = DefaultProbeCountForTypeUnique + 1; in mDNSCoreReceiveResponse()
[all …]