Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/mDNSResponder/mDNSCore/
H A DmDNSEmbeddedAPI.h1763 typedef enum { QC_rmv = 0, QC_add, QC_addnocache, QC_forceresponse, QC_suppressed } QC_result; enumerator
H A DmDNS.c4335 if ((AddRecord == QC_addnocache && !q->RequestUnicast) || in AnswerCurrentQuestionWithResourceRecord()
4579 …AnswerCurrentQuestionWithResourceRecord(m, cr, QC_addnocache); // QC_addnocache means "don't expe… in NoCacheAnswer()
5016 AnswerCurrentQuestionWithResourceRecord(m, &m->rec.r, QC_addnocache); in AnswerNewQuestion()
H A DuDNS.c1754 …if (AddRecord == QC_addnocache && answer->rdlength == 0) return; // Don't care about transient … in GetZoneData_QuestionCallback()