Searched refs:QC_addnocache (Results 1 – 4 of 4) sorted by relevance
/external/openscreen/osp/impl/discovery/mdns/ |
D | mdns_responder_adapter_impl.cc | 838 OSP_DCHECK_EQ(added, QC_addnocache); in AQueryCallback() 870 OSP_DCHECK_EQ(added, QC_addnocache); in AaaaQueryCallback() 901 OSP_DCHECK_EQ(added, QC_addnocache); in PtrQueryCallback() 936 OSP_DCHECK_EQ(added, QC_addnocache); in SrvQueryCallback() 967 OSP_DCHECK_EQ(added, QC_addnocache); in TxtQueryCallback()
|
/external/mdnsresponder/mDNSCore/ |
D | mDNSEmbeddedAPI.h | 1507 typedef enum { QC_rmv = 0, QC_add = 1, QC_addnocache = 2 } QC_result; enumerator
|
D | mDNS.c | 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()
|
D | uDNS.c | 1469 …if (AddRecord == QC_addnocache && answer->rdlength == 0) return; // Don't care about transient fai… in GetZoneData_QuestionCallback()
|