Searched refs:AnswerCurrentQuestionWithResourceRecord (Results 1 – 2 of 2) sorted by relevance
/external/mdnsresponder/mDNSCore/ |
D | mDNS.c | 387 AnswerCurrentQuestionWithResourceRecord(m, &m->rec.r, QC_addnocache); in GenerateNegativeResponse() 3303 mDNSexport void AnswerCurrentQuestionWithResourceRecord(mDNS *const m, CacheRecord *const rr, const… in AnswerCurrentQuestionWithResourceRecord() function 3460 AnswerCurrentQuestionWithResourceRecord(m, rr, QC_add); in AnswerQuestionsForDNSServerChanges() 3479 AnswerCurrentQuestionWithResourceRecord(m, rr, QC_add); in CacheRecordDeferredAdd() 3567 AnswerCurrentQuestionWithResourceRecord(m, rr, QC_add); in CacheRecordAdd() 3599 …AnswerCurrentQuestionWithResourceRecord(m, rr, QC_addnocache); // QC_addnocache means "don't expec… in NoCacheAnswer() 3666 AnswerCurrentQuestionWithResourceRecord(m, rr, QC_rmv); in CacheRecordRmv() 3831 AnswerCurrentQuestionWithResourceRecord(m, &m->rec.r, QC_addnocache); in AnswerNewQuestion() 3924 AnswerCurrentQuestionWithResourceRecord(m, rr, QC_add); in AnswerNewQuestion() 8142 AnswerCurrentQuestionWithResourceRecord(m, rr, QC_rmv); in CacheRecordRmvEventsForCurrentQuestion()
|
D | mDNSEmbeddedAPI.h | 2738 extern void AnswerCurrentQuestionWithResourceRecord(mDNS *const m, CacheRecord *const rr, const QC_…
|