Searched refs:QC_addnocache (Results 1 – 3 of 3) sorted by relevance
1496 typedef enum { QC_rmv = 0, QC_add = 1, QC_addnocache = 2 } QC_result; enumerator
387 AnswerCurrentQuestionWithResourceRecord(m, &m->rec.r, QC_addnocache); in GenerateNegativeResponse()3353 if ((AddRecord == QC_addnocache && !q->RequestUnicast) || in AnswerCurrentQuestionWithResourceRecord()3599 …AnswerCurrentQuestionWithResourceRecord(m, rr, QC_addnocache); // QC_addnocache means "don't expec… in NoCacheAnswer()3831 AnswerCurrentQuestionWithResourceRecord(m, &m->rec.r, QC_addnocache); in AnswerNewQuestion()
1469 …if (AddRecord == QC_addnocache && answer->rdlength == 0) return; // Don't care about transient fai… in GetZoneData_QuestionCallback()