Lines Matching defs:uDNS_CheckCurrentQuestion
308 // use the normal backoff which is done in uDNS_CheckCurrentQuestion when we send the packet out.
319 // any response, we need to keep retrying till we get a response. uDNS_CheckCurrentQuestion handles
325 // a negative cache response in uDNS_CheckCurrentQuestion.
1519 // Resetting to LLQ_InitialRequest will cause uDNS_CheckCurrentQuestion to call startLLQHandshake, which
4244 // Next call to uDNS_CheckCurrentQuestion() will do this as a non-private query
4715 mDNSexport void uDNS_CheckCurrentQuestion(mDNS *const m)
4745 LogInfo("uDNS_CheckCurrentQuestion: Sent %d unanswered queries for %##s (%s) to %#a:%d (%##s)",
4817 //LogMsg("uDNS_CheckCurrentQuestion %p %d %p %##s (%s)", q, NextQSendTime(q) - m->timenow, private, q->qname.c, DNSTypeName(q->qtype));
4827 debugf("uDNS_CheckCurrentQuestion sending %p %##s (%s) %#a:%d UnansweredQueries %d",
4867 LogInfo("uDNS_CheckCurrentQuestion: private non polling question for %##s (%s) will be retried in %d ms", q->qname.c, DNSTypeName(q->qtype), q->ThisQInterval);
4876 debugf("uDNS_CheckCurrentQuestion: Increased ThisQInterval to %d for %##s (%s), cell %d", q->ThisQInterval, q->qname.c, DNSTypeName(q->qtype), q->qDNSServer->cellIntf);
4889 // passed to uDNS_CheckCurrentQuestion -- we only want one set of query packets hitting the wire --
4898 LogMsg("uDNS_CheckCurrentQuestion: ERROR!!: valid DNSServer bits not zero 0x%x, 0x%x for question %##s (%s)",
4907 LogInfo("uDNS_CheckCurrentQuestion: no DNS server for %##s (%s)", q->qname.c, DNSTypeName(q->qtype));
4935 LogMsg("uDNS_CheckCurrentQuestion DNS server %#a:%d for %##s is disabled", &q->qDNSServer->addr, mDNSVal16(q->qDNSServer->port), q->qname.c);
4944 LogInfo("uDNS_CheckCurrentQuestion: Purged resourcerecord %s", CRDisplayString(m, rr));
5194 uDNS_CheckCurrentQuestion(m);
5200 // We can't do this at the start of the loop because uDNS_CheckCurrentQuestion()