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

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DmDNS.c805 LogMsg("SetNextAnnounceProbeTime: ProbeCount %d Next in %d %s", rr->ProbeCount, (rr->LastAPTime + rr->ThisAPInterval) - m->timenow, ARDisplayString(m, rr));
840 if (rr->ProbeCount)
958 rr->ProbeCount = DefaultProbeCountForRecordType(rr->resrec.RecordType);
1035 rr->ProbeCount = 0;
1322 rr->ProbeCount = DefaultProbeCountForRecordType(rr->resrec.RecordType);
1446 rr->ProbeCount = 0;
1457 rr->ProbeCount = 0;
1478 // Setting ProbeCount to zero will cause SendQueries() to advance this record to
1481 rr->ProbeCount
[all...]
H A DmDNSEmbeddedAPI.h1531 mDNSu8 ProbeCount; // Number of probes remaining before this record is valid (kDNSRecordTypeUnique) member in struct:AuthRecord_struct

Completed in 76 milliseconds