Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/mDNSResponder/mDNSCore/
H A DmDNS.c561 AnswerCurrentQuestionWithResourceRecord(m, &m->rec.r, qc); in GenerateNegativeResponseEx()
4236 mDNSexport void AnswerCurrentQuestionWithResourceRecord(mDNS *const m, CacheRecord *const rr, const… in AnswerCurrentQuestionWithResourceRecord() function
4448 AnswerCurrentQuestionWithResourceRecord(m, cr, QC_add); in CacheRecordDeferredAdd()
4547 AnswerCurrentQuestionWithResourceRecord(m, cr, QC_add); in CacheRecordAdd()
4579AnswerCurrentQuestionWithResourceRecord(m, cr, QC_addnocache); // QC_addnocache means "don't expe… in NoCacheAnswer()
4651 AnswerCurrentQuestionWithResourceRecord(m, cr, QC_rmv); in CacheRecordRmv()
5016 AnswerCurrentQuestionWithResourceRecord(m, &m->rec.r, QC_addnocache); in AnswerNewQuestion()
5065 AnswerCurrentQuestionWithResourceRecord(m, cr, QC_add); in AnswerNewQuestion()
11452 AnswerCurrentQuestionWithResourceRecord(m, cr, QC_rmv); in CacheRecordRmvEventsForCurrentQuestion()
H A DmDNSEmbeddedAPI.h3265 extern void AnswerCurrentQuestionWithResourceRecord(mDNS *const m, CacheRecord *const rr, const QC_…