Home | History | Annotate | Download | only in mDNSCore

Lines Matching refs:pktq

5780 		DNSQuestion pktq, *q;
5781 ptr = getQuestion(query, ptr, end, InterfaceID, &pktq); // get the question...
5793 QuestionNeedsMulticastResponse = QueryWasMulticast && !LegacyQuery && !(pktq.qclass & kDNSQClass_UnicastResponse);
5795 pktq.qclass &= ~kDNSQClass_UnicastResponse;
5809 if (AnyTypeRecordAnswersQuestion(&rr->resrec, &pktq) && (QueryWasMulticast || QueryWasLocalUnicast || rr->AllowRemoteQuery))
5811 if (RRTypeAnswersQuestionType(&rr->resrec, pktq.qtype))
5814 ResolveSimultaneousProbe(m, query, end, &pktq, rr);
5871 const mDNSu32 slot = HashSlot(&pktq.qname);
5872 CacheGroup *cg = CacheGroupForName(m, slot, pktq.qnamehash, &pktq.qname);
5881 if (SameNameRecordAnswersQuestion(&cr->resrec, &pktq) && cr->resrec.rdlength <= SmallRecordLimit)
5910 if (q->qtype == pktq.qtype &&
5911 q->qclass == pktq.qclass &&
5912 q->qnamehash == pktq.qnamehash && SameDomainName(&q->qname, &pktq.qname))