Lines Matching refs:ProbeCount
2466 rr->ProbeCount = DefaultProbeCountForRecordType(rr->resrec.RecordType); in SetTargetToHostName()
2576 rr->ProbeCount = DefaultProbeCountForRecordType(rr->resrec.RecordType); in mDNS_Register_internal()
2668 rr->ProbeCount = 0; in mDNS_Register_internal()
2739 …DuplicateRecords; r2; r2=r2->next) if (RecordIsLocalDuplicate(r2, rr)) r2->ProbeCount = 0xFF; in mDNS_Deregister_internal()
2756 dup->ProbeCount = rr->ProbeCount; in mDNS_Deregister_internal()
2854 if (r2->ProbeCount != 0xFF) r2 = r2->next; in mDNS_Deregister_internal()
3729 else if (rr->ProbeCount) in SendQueries()
3734 rr->ProbeCount--; in SendQueries()
3749 r2->ProbeCount = 0; in SendQueries()
3759 if (rr->resrec.RecordType == kDNSRecordTypeUnique && rr->ProbeCount == 0) in SendQueries()
3795 …mDNSBool ucast = (rr->ProbeCount >= DefaultProbeCountForTypeUnique-1) && m->CanReceiveUnicastOn535… in SendQueries()
3808 rr->resrec.name->c, DNSTypeName(rr->resrec.rrtype), rr->ProbeCount); in SendQueries()
4668 rr->ProbeCount = DefaultProbeCountForRecordType(rr->resrec.RecordType); in mDNSCoreMachineSleep()
5454 if (rr->ProbeCount <= DefaultProbeCountForTypeUnique) in mDNSCoreReceiveResponse()
5461 rr->ProbeCount = DefaultProbeCountForTypeUnique + 1; in mDNSCoreReceiveResponse()
6655 rr->ProbeCount = DefaultProbeCountForRecordType(rr->resrec.RecordType); in mDNS_RegisterInterface()