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

/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DmDNS.c2391 //LogMsg("ProbeCount %d Next %ld %s",
2392 // rr->ProbeCount, (rr->LastAPTime + rr->ThisAPInterval) - m->timenow, ARDisplayString(m, rr));
2466 rr->ProbeCount = DefaultProbeCountForRecordType(rr->resrec.RecordType);
2576 rr->ProbeCount = DefaultProbeCountForRecordType(rr->resrec.RecordType);
2665 // Setting ProbeCount to zero will cause SendQueries() to advance this record to
2668 rr->ProbeCount = 0;
2739 for (r2 = m->DuplicateRecords; r2; r2=r2->next) if (RecordIsLocalDuplicate(r2, rr)) r2->ProbeCount = 0xFF;
2756 dup->ProbeCount = rr->ProbeCount;
2854 if (r2->ProbeCount !
[all...]
H A DmDNSEmbeddedAPI.h1613 mDNSu8 ProbeCount; // Number of probes remaining before this record is valid (kDNSRecordTypeUnique) member in struct:AuthRecord_struct

Completed in 125 milliseconds