Home
last modified time | relevance | path

Searched refs:pktq (Results 1 – 2 of 2) sorted by relevance

/external/mdnsresponder/mDNSCore/
DmDNS.c5780 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()
[all …]
DuDNS.c3437 DNSQuestion pktq; in uDNS_ReceiveTestQuestionResponse() local
3443 ptr = getQuestion(msg, ptr, end, mDNSInterface_Any, &pktq); in uDNS_ReceiveTestQuestionResponse()
3445 if (pktq.qtype != kDNSType_PTR || pktq.qclass != kDNSClass_IN) return(mDNSfalse); in uDNS_ReceiveTestQuestionResponse()
3446 if (!SameDomainName(&pktq.qname, DNSRelayTestQuestion)) return(mDNSfalse); in uDNS_ReceiveTestQuestionResponse()