Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DmDNS.c4929 DNSQuestion pktq, *q; in ProcessQuery() local
4930 ptr = getQuestion(query, ptr, end, InterfaceID, &pktq); // get the question... in ProcessQuery()
4942 …QuestionNeedsMulticastResponse = QueryWasMulticast && !LegacyQuery && !(pktq.qclass & kDNSQClass_U… in ProcessQuery()
4944 pktq.qclass &= ~kDNSQClass_UnicastResponse; in ProcessQuery()
4957 …if (ResourceRecordAnswersQuestion(&rr->resrec, &pktq) && (QueryWasMulticast || QueryWasLocalUnicas… in ProcessQuery()
4960 ResolveSimultaneousProbe(m, query, end, &pktq, rr); in ProcessQuery()
4994 const mDNSu32 slot = HashSlot(&pktq.qname); in ProcessQuery()
4995 CacheGroup *cg = CacheGroupForName(m, slot, pktq.qnamehash, &pktq.qname); in ProcessQuery()
5001 … if (ResourceRecordAnswersQuestion(&rr->resrec, &pktq) && rr->resrec.rdlength <= SmallRecordLimit) in ProcessQuery()
5026 if (q->qtype == pktq.qtype && in ProcessQuery()
[all …]