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

/external/mdnsresponder/mDNSCore/
H A DuDNS.h88 extern void uDNS_CheckCurrentQuestion(mDNS *const m);
H A DuDNS.c240 // 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) function
4192 LogInfo("uDNS_CheckCurrentQuestion: Sent %d unanswered queries for %##s (%s) to %#a:%d (%##s)",
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 sendin
[all...]

Completed in 103 milliseconds