Home
last modified time | relevance | path

Searched refs:NoAnswer (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DmDNS.c564 if (q->QuestionCallback && !q->NoAnswer) in AnswerLocalQuestionWithLocalAuthRecord()
3944 if (q->QuestionCallback && !q->NoAnswer && (!followcname || q->ReturnIntermed)) in AnswerCurrentQuestionWithResourceRecord()
4573 if (q->NoAnswer == NoAnswer_Fail) in AnswerNewQuestion()
4577 q->NoAnswer = NoAnswer_Normal; // Temporarily turn off answer suppression in AnswerNewQuestion()
4580 if (m->CurrentQuestion == q) q->NoAnswer = NoAnswer_Fail; // Restore NoAnswer state in AnswerNewQuestion()
5332 question->NoAnswer = NoAnswer_Suspended; in ActivateUnicastQuery()
11564 question->NoAnswer = NoAnswer_Normal; in InitWABState()
H A DmDNSEmbeddedAPI.h1957 …mDNSu8 NoAnswer; // Set if we want to suppress answers until tunnel setup h… member