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