Home | History | Annotate | Download | only in mDNSCore

Lines Matching refs:qtype

1089                const mDNSu16 qtype, mDNSQuestionCallback *const callback, void *const context)
1094 q->qtype = qtype;
1096 q->LongLived = (qtype == kDNSType_PTR);
1097 q->ExpectUnique = (qtype != kDNSType_PTR);
1236 // RR type CNAME matches any query type. QTYPE ANY matches any RR type. QCLASS ANY matches any RR class.
1237 if (!RRTypeAnswersQuestionType(rr,q->qtype)) return(mDNSfalse);
1263 // RR type CNAME matches any query type. QTYPE ANY matches any RR type. QCLASS ANY matches any RR class.
1264 if (!RRTypeAnswersQuestionType(rr,q->qtype)) return(mDNSfalse);
1339 // RR type CNAME matches any query type. QTYPE ANY matches any RR type. QCLASS ANY matches any RR class.
1340 if (!RRTypeAnswersQuestionType(rr,q->qtype)) return(mDNSfalse);
1386 // RR type CNAME matches any query type. QTYPE ANY matches any RR type. QCLASS ANY matches any RR class.
1387 if (!RRTypeAnswersQuestionType(rr,q->qtype)) return(mDNSfalse);
2420 question->qtype = (mDNSu16)((mDNSu16)ptr[0] << 8 | ptr[1]); // Get type
2578 if (ptr) LogMsg("%2d %##s %s", i, q.qname.c, DNSTypeName(q.qtype));
2769 m->NewQuestions->qname.c, DNSTypeName(m->NewQuestions->qtype));
2773 m->NewLocalOnlyQuestions->qname.c, DNSTypeName(m->NewLocalOnlyQuestions->qtype));