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

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DuDNS.c308 // 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) function
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
[all...]

Completed in 222 milliseconds