Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/mDNSResponder/mDNSCore/
H A DmDNS.c755 mDNSBool followcname; in AnswerLocalQuestionWithLocalAuthRecord() local
763 followcname = FollowCNAME(q, &rr->resrec, AddRecord); in AnswerLocalQuestionWithLocalAuthRecord()
781 if (!followcname || q->ReturnIntermed) in AnswerLocalQuestionWithLocalAuthRecord()
791 if (followcname && m->CurrentQuestion == q) in AnswerLocalQuestionWithLocalAuthRecord()
4239 const mDNSBool followcname = FollowCNAME(q, &rr->resrec, AddRecord); in AnswerCurrentQuestionWithResourceRecord() local
4271 if ((AddRecord == QC_add) && Question_uDNS(q) && !followcname && !q->metrics.answered) in AnswerCurrentQuestionWithResourceRecord()
4379 if (q->QuestionCallback && !q->NoAnswer && (!followcname || q->ReturnIntermed)) in AnswerCurrentQuestionWithResourceRecord()
4425 if (followcname) AnswerQuestionByFollowingCNAME(m, q, &rr->resrec); in AnswerCurrentQuestionWithResourceRecord()