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

/macosx-10.9.5/mDNSResponder-522.92.1/mDNSCore/
H A DmDNSEmbeddedAPI.h1841 // layer. These values are used within mDNSResponder and not sent across to the application. QC_addnocache is for
1842 // delivering a response without adding to the cache. QC_forceresponse is superset of QC_addnocache where in
1844 typedef enum { QC_rmv = 0, QC_add, QC_addnocache, QC_forceresponse, QC_dnssec , QC_nodnssec, QC_suppressed } QC_result; enumerator in enum:__anon10952
H A DmDNS.c3920 if ((AddRecord == QC_addnocache && !q->RequestUnicast) ||
4161 AnswerCurrentQuestionWithResourceRecord(m, rr, QC_addnocache); // QC_addnocache means "don't expect remove events for this"
4567 AnswerCurrentQuestionWithResourceRecord(m, &m->rec.r, QC_addnocache);
H A DuDNS.c1755 if (AddRecord == QC_addnocache && answer->rdlength == 0) return; // Don't care about transient failure indications

Completed in 314 milliseconds