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

/external/mdnsresponder/mDNSCore/
H A DmDNSEmbeddedAPI.h1496 typedef enum { QC_rmv = 0, QC_add = 1, QC_addnocache = 2 } QC_result; enumerator in enum:__anon26819
H A DmDNS.c387 AnswerCurrentQuestionWithResourceRecord(m, &m->rec.r, QC_addnocache);
3353 if ((AddRecord == QC_addnocache && !q->RequestUnicast) ||
3599 AnswerCurrentQuestionWithResourceRecord(m, rr, QC_addnocache); // QC_addnocache means "don't expect remove events for this"
3831 AnswerCurrentQuestionWithResourceRecord(m, &m->rec.r, QC_addnocache);
H A DuDNS.c1469 if (AddRecord == QC_addnocache && answer->rdlength == 0) return; // Don't care about transient failure indications

Completed in 118 milliseconds