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

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DmDNS.c627 // stopping if it reaches a NewQuestion -- brand-new questions are handled by AnswerNewQuestion().
3488 // We don't need to consider NewQuestions here because for those we'll set m->NextScheduledQuery in AnswerNewQuestion
4152 // counters here we'll end up double-incrementing them when we do it again in AnswerNewQuestion().
4601 mDNSlocal void AnswerNewQuestion(mDNS *const m) function
4609 verbosedebugf("AnswerNewQuestion: Answering %##s (%s)", q->qname.c, DNSTypeName(q->qtype));
4612 if (m->NewQuestions != q) { LogInfo("AnswerNewQuestion: Question deleted while doing CheckCacheExpiration"); goto exit; }
4631 if (m->lock_rrcache) LogMsg("AnswerNewQuestion ERROR! Cache already locked!");
4638 LogMsg("AnswerNewQuestion ERROR m->CurrentQuestion already set: %##s (%s)",
4644 LogMsg("AnswerNewQuestion: NoAnswer_Fail %##s (%s)", q->qname.c, DNSTypeName(q->qtype));
4655 LogInfo("AnswerNewQuestion
[all...]

Completed in 65 milliseconds