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

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DmDNS.c679 #define DefaultProbeCountForTypeUnique ((mDNSu8)3) macro
680 #define DefaultProbeCountForRecordType(X) ((X) == kDNSRecordTypeUnique ? DefaultProbeCountForTypeUnique : (mDNSu8)0)
883 rr->LastAPTime = m->SuppressProbes - rr->ThisAPInterval + DefaultProbeIntervalForTypeUnique * DefaultProbeCountForTypeUnique + rr->ThisAPInterval / 2;
3536 // than DefaultProbeCountForTypeUnique. Here we detect that state and reset ar->ProbeCount back to the right value.
3537 if (ar->ProbeCount > DefaultProbeCountForTypeUnique)
3538 ar->ProbeCount = DefaultProbeCountForTypeUnique;
3653 mDNSBool ucast = (ar->ProbeCount >= DefaultProbeCountForTypeUnique-1) && m->CanReceiveUnicastOn5353 && intf->SupportsUnicastMDNSResponse;
7078 our->ProbeCount = DefaultProbeCountForTypeUnique;
9100 if (rr->ProbeCount > DefaultProbeCountForTypeUnique)
9102 else if (rr->ProbeCount == DefaultProbeCountForTypeUnique)
[all...]

Completed in 96 milliseconds