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

/macosx-10.10/mDNSResponder-561.1.1/mDNSCore/
H A DuDNS.h105 extern void uDNS_CheckCurrentQuestion(mDNS *const m);
H A DuDNS.c293 // use the normal backoff which is done in uDNS_CheckCurrentQuestion when we send the packet out.
304 // any response, we need to keep retrying till we get a response. uDNS_CheckCurrentQuestion handles
310 // a negative cache response in uDNS_CheckCurrentQuestion.
1498 // Resetting to LLQ_InitialRequest will cause uDNS_CheckCurrentQuestion to call startLLQHandshake, which
4205 // Next call to uDNS_CheckCurrentQuestion() will do this as a non-private query
4674 mDNSexport void uDNS_CheckCurrentQuestion(mDNS *const m) function
4704 LogInfo("uDNS_CheckCurrentQuestion: Sent %d unanswered queries for %##s (%s) to %#a:%d (%##s)",
4772 //LogMsg("uDNS_CheckCurrentQuestion %p %d %p %##s (%s)", q, NextQSendTime(q) - m->timenow, private, q->qname.c, DNSTypeName(q->qtype));
4781 debugf("uDNS_CheckCurrentQuestion sending %p %##s (%s) %#a:%d UnansweredQueries %d",
4809 LogInfo("uDNS_CheckCurrentQuestion
[all...]

Completed in 131 milliseconds