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

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DmDNSEmbeddedAPI.h1845 // layer. These values are used within mDNSResponder and not sent across to the application. QC_addnocache is for
1846 // delivering a response without adding to the cache. QC_forceresponse is superset of QC_addnocache where in
1848 typedef enum { QC_rmv = 0, QC_add, QC_addnocache, QC_forceresponse, QC_dnssec , QC_nodnssec, QC_suppressed } QC_result; enumerator in enum:__anon79
H A DmDNS.c3997 if ((AddRecord == QC_addnocache && !q->RequestUnicast) ||
4239 AnswerCurrentQuestionWithResourceRecord(m, rr, QC_addnocache); // QC_addnocache means "don't expect remove events for this"
4647 AnswerCurrentQuestionWithResourceRecord(m, &m->rec.r, QC_addnocache);
H A DuDNS.c1776 if (AddRecord == QC_addnocache && answer->rdlength == 0) return; // Don't care about transient failure indications

Completed in 175 milliseconds