Home | History | Annotate | Download | only in mDNSCore

Lines Matching refs:uDNS_CheckCurrentQuestion

240 			// use the normal backoff which is done in uDNS_CheckCurrentQuestion when we send the packet out.
251 // any response, we need to keep retrying till we get a response. uDNS_CheckCurrentQuestion handles
262 // 2. uDNS_CheckCurrentQuestion will create a new cache entry and answer this question
265 // because uDNS_CheckCurrentQuestion will try resending the queries. Hence, to be consistent, we
1209 // Resetting to LLQ_InitialRequest will cause uDNS_CheckCurrentQuestion to call startLLQHandshake, which
3723 // Next call to uDNS_CheckCurrentQuestion() will do this as a non-private query
4163 mDNSexport void uDNS_CheckCurrentQuestion(mDNS *const m)
4192 LogInfo("uDNS_CheckCurrentQuestion: Sent %d unanswered queries for %##s (%s) to %#a:%d (%##s)",
4222 LogInfo("uDNS_checkCurrentQuestion: Retrying question %p %##s (%s) DNS Server %#a:%d ThisQInterval %d",
4253 //LogMsg("uDNS_CheckCurrentQuestion %p %d %p %##s (%s)", q, NextQSendTime(q) - m->timenow, private, q->qname.c, DNSTypeName(q->qtype));
4262 debugf("uDNS_CheckCurrentQuestion sending %p %##s (%s) %#a:%d UnansweredQueries %d",
4286 LogInfo("uDNS_CheckCurrentQuestion: private non polling question for %##s (%s) will be retried in %d ms", q->qname.c, DNSTypeName(q->qtype), q->ThisQInterval);
4301 // passed to uDNS_CheckCurrentQuestion -- we only want one set of query packets hitting the wire --
4314 LogMsg("uDNS_CheckCurrentQuestion: ERROR!!: valid DNSServer bits not zero 0x%x, 0x%x for question %##s (%s)",
4323 LogInfo("uDNS_CheckCurrentQuestion: no DNS server for %##s (%s)", q->qname.c, DNSTypeName(q->qtype));
4340 LogInfo("uDNS_checkCurrentQuestion: Tried all DNS servers, retry question %p SuppressUnusable %d %##s (%s) with DNS Server %#a:%d after 60 seconds, ThisQInterval %d",
4348 LogMsg("uDNS_CheckCurrentQuestion DNS server %#a:%d for %##s is disabled", &q->qDNSServer->addr, mDNSVal16(q->qDNSServer->port), q->qname.c);
4598 uDNS_CheckCurrentQuestion(m);
4604 // We can't do this at the start of the loop because uDNS_CheckCurrentQuestion()