Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/mDNSResponder/mDNSCore/
H A DmDNSEmbeddedAPI.h1435 mDNSs32 ProbingConflictCount; // Number of conflicting records observed during probing. member
H A DmDNS.c1075 rr->ProbingConflictCount = 0; in InitializeLastAPTime()
1285 rr->ProbingConflictCount = 0; in ActivateUnicastRegistration()
9402 … if ((rr->ProbingConflictCount == 0) || (m->MPktNum != rr->LastConflictPktNum)) in mDNSCoreReceiveResponse()
9405 rr->ProbingConflictCount++; in mDNSCoreReceiveResponse()
9408 … (rr->ProbingConflictCount <= kMaxAllowedMCastProbingConflicts)) in mDNSCoreReceiveResponse()
9412 … rr->ProbeCount, kProbingConflictPauseDuration, rr->ProbingConflictCount, in mDNSCoreReceiveResponse()