Home | History | Annotate | Download | only in mDNSCore

Lines Matching refs:mDNS_StartQuery_internal

425 		// this as unicast. Setting the mDNSInterface_Unicast tells mDNS_StartQuery_internal
433 mDNS_StartQuery_internal(m, q); // start new query
434 // Record how many times we've done this. We need to do this *after* mDNS_StartQuery_internal,
435 // because mDNS_StartQuery_internal re-initializes CNAMEReferrals to zero
4732 mDNS_StartQuery_internal(m, q);
4919 mDNS_StartQuery_internal(m, &intf->NetWakeResolve[sps]);
5116 mDNS_StartQuery_internal(m, &intf->NetWakeResolve[i]);
8278 // so that we redo the duplicate checks in mDNS_StartQuery_internal. A SuppressUnusable question
8309 mDNS_StartQuery_internal(m, q);
8313 mDNSexport mStatus mDNS_StartQuery_internal(mDNS *const m, DNSQuestion *const question)
8317 LogMsg("mDNS_StartQuery_internal: Warning! Target.type = %ld port = %u (Client forgot to initialize before calling mDNS_StartQuery? for question %##s)",
8444 LogInfo("mDNS_StartQuery_internal: Delaying answering for %d ticks while cache stabilizes for %##s (%s)",
8457 // mDNS_StartQuery_internal -- this code may itself issue queries (e.g. SOA,
8467 // We set the timeout whenever mDNS_StartQuery_internal is called. This means if we have
8478 LogInfo("mDNS_StartQuery_internal
8486 LogInfo("mDNS_StartQuery_internal: question %p %##s (%s) Timeout %d, DNS Server %#a:%d",
8673 status = mDNS_StartQuery_internal(m, question);
8765 return(mDNS_StartQuery_internal(m, question));
9018 // We use mDNS_StartQuery_internal here because we're already holding the lock
9019 status = mDNS_StartQuery_internal(m, &query->qSRV);
9020 if (status == mStatus_NoError) status = mDNS_StartQuery_internal(m, &query->qTXT);