Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DmDNS.c2289 #define DefaultProbeCountForTypeUnique ((mDNSu8)3) macro
2290 …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()