Lines Matching refs:ProbeCount
681 …LogMsg("SetNextAnnounceProbeTime: ProbeCount %d Next in %d %s", rr->ProbeCount, (rr->LastAPTime + … in SetNextAnnounceProbeTime()
716 if (rr->ProbeCount) in InitializeLastAPTime()
842 rr->ProbeCount = DefaultProbeCountForRecordType(rr->resrec.RecordType); in SetTargetToHostName()
918 rr->ProbeCount = 0; in ActivateUnicastRegistration()
1136 rr->ProbeCount = DefaultProbeCountForRecordType(rr->resrec.RecordType); in mDNS_Register_internal()
1257 rr->ProbeCount = 0; in mDNS_Register_internal()
1267 rr->ProbeCount = 0; in mDNS_Register_internal()
1290 rr->ProbeCount = 0; in mDNS_Register_internal()
1392 … = m->DuplicateRecords; r2; r2=r2->next) if (RecordIsLocalDuplicate(r2, rr)) r2->ProbeCount = 0xFF; in mDNS_Deregister_internal()
1417 dup->ProbeCount = rr->ProbeCount; in mDNS_Deregister_internal()
1590 if (r2->ProbeCount != 0xFF) r2 = r2->next; in mDNS_Deregister_internal()
3011 else if (ar->ProbeCount) in SendQueries()
3015 …LogSPS("SendQueries ARP Probe %d %s %s", ar->ProbeCount, InterfaceNameForID(m, ar->resrec.Interfac… in SendQueries()
3020 …LogSPS("SendQueries NDP Probe %d %s %s", ar->ProbeCount, InterfaceNameForID(m, ar->resrec.Interfac… in SendQueries()
3032 if (ar->ProbeCount > DefaultProbeCountForTypeUnique) in SendQueries()
3033 ar->ProbeCount = DefaultProbeCountForTypeUnique; in SendQueries()
3034 ar->ProbeCount--; in SendQueries()
3036 if (ar->ProbeCount == 0) in SendQueries()
3043 r2->ProbeCount = 0; in SendQueries()
3072 if (ar->resrec.RecordType == kDNSRecordTypeUnique && ar->ProbeCount == 0 && !ar->Acknowledged) in SendQueries()
3117 …mDNSBool ucast = (ar->ProbeCount >= DefaultProbeCountForTypeUnique-1) && m->CanReceiveUnicastOn535… in SendQueries()
3130 ar->resrec.name->c, DNSTypeName(ar->resrec.rrtype), ar->ProbeCount); in SendQueries()
5235 rr->ProbeCount = DefaultProbeCountForRecordType(rr->resrec.RecordType); in mDNSCoreMachineSleep()
5619 …ousProbe: %p Our Record %d %s %08lX %s", our->resrec.InterfaceID, our->ProbeCount, msg, our->resre… in ResolveSimultaneousProbe()
5627 our->ProbeCount = DefaultProbeCountForTypeUnique; in ResolveSimultaneousProbe()
5637 …Probe: %p Our Record %d ign: %08lX %s", our->resrec.InterfaceID, our->ProbeCount, our->resrec.rda… in ResolveSimultaneousProbe()
6733 if (rr->ProbeCount > DefaultProbeCountForTypeUnique) in mDNSCoreReceiveResponse()
6735 else if (rr->ProbeCount == DefaultProbeCountForTypeUnique) in mDNSCoreReceiveResponse()
6749 rr->ProbeCount = DefaultProbeCountForTypeUnique + 1; in mDNSCoreReceiveResponse()
6757 …LogMsg("mDNSCoreReceiveResponse: ProbeCount %d; will deregister %s", rr->ProbeCount, ARDisplayStri… in mDNSCoreReceiveResponse()
9548 rr->ProbeCount = DefaultProbeCountForRecordType(rr->resrec.RecordType); in mDNS_RegisterInterface()
10170 rr->ProbeCount = DefaultProbeCountForTypeUnique; in RestartARPProbing()