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

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DmDNS.c4501 mDNSlocal mDNSBool AnswerQuestionWithLORecord(mDNS *const m, DNSQuestion *q, mDNSBool checkOnly) function
4508 LogMsg("AnswerQuestionWithLORecord ERROR m->CurrentRecord already set %s", ARDisplayString(m, m->CurrentRecord));
4532 LogInfo("AnswerQuestionWithLORecord: question %##s (%s) answered by %s", q->qname.c, DNSTypeName(q->qtype),
4547 LogInfo("AnswerQuestionWithLORecord: Question deleted while while answering LocalOnly record answers");
4553 LogInfo("AnswerQuestionWithLORecord: Question %p %##s (%s) answered using local auth records LOAddressAnswers %d",
4570 LogInfo("AnswerQuestionWithLORecord: Question %p %##s (%s) will be answered using new local auth records "
4661 if (AnswerQuestionWithLORecord(m, q, mDNSfalse))
11031 // Set m->CurrentQuestion as it is required by AnswerQuestionWithLORecord.
11033 ret = AnswerQuestionWithLORecord(m, q, mDNStrue);

Completed in 87 milliseconds