Home
last modified time | relevance | path

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

/external/mdnsresponder/mDNSCore/
DmDNS.c386 …MakeNegativeCacheRecord(m, &m->rec.r, &q->qname, q->qnamehash, q->qtype, q->qclass, 60, mDNSInterf… in GenerateNegativeResponse()
423 q->qnamehash = DomainNameHashValue(&q->qname); // and namehash in AnswerQuestionByFollowingCNAME()
2580 const CacheGroup *const cg = CacheGroupForName(m, slot, q->qnamehash, &q->qname); in BuildQuestion()
2680 CacheGroup *const cg = CacheGroupForName(m, HashSlot(&q->qname), q->qnamehash, &q->qname); in FindSPSInCache1()
2819 const CacheGroup *const cg = CacheGroupForName(m, slot, q->qnamehash, &q->qname); in AccelerateThisQuery()
2957 !(RRTypeIsAddressType(q->qtype) && CacheHasAddressTypeForName(m, &q->qname, q->qnamehash))) in SendQueries()
2967 ReconfirmAntecedents(m, &q->qname, q->qnamehash, 0); in SendQueries()
3378 …MakeNegativeCacheRecord(m, &neg, &q->qname, q->qnamehash, q->qtype, q->qclass, 1, rr->resrec.Inter… in AnswerCurrentQuestionWithResourceRecord()
3436 cg = CacheGroupForName(m, slot, q->qnamehash, &q->qname); in AnswerQuestionsForDNSServerChanges()
3664 ReconfirmAntecedents(m, &q->qname, q->qnamehash, 0); in CacheRecordRmv()
[all …]
DDNSCommon.c1267 return(rr->namehash == q->qnamehash && SameDomainName(rr->name, &q->qname)); in ResourceRecordAnswersQuestion()
1343 return(rr->namehash == q->qnamehash && SameDomainName(rr->name, &q->qname)); in LocalOnlyRecordAnswersQuestion()
1369 return(rr->namehash == q->qnamehash && SameDomainName(rr->name, &q->qname)); in AnyTypeRecordAnswersQuestion()
1391 return(rr->namehash == q->qnamehash && SameDomainName(rr->name, &q->qname)); in ResourceRecordAnswersUnicastResponse()
2419 question->qnamehash = DomainNameHashValue(&question->qname); in getQuestion()
DuDNS.c868 …(q->TargetQID) && q->LongLived && q->qtype == pktQ.qtype && q->qnamehash == pktQ.qnamehash && Same… in uDNS_recvLLQResponse()
4306 CacheGroup *const cg = CacheGroupForName(m, slot, q->qnamehash, &q->qname); in uDNS_CheckCurrentQuestion()
4354 …MakeNegativeCacheRecord(m, &m->rec.r, &q->qname, q->qnamehash, q->qtype, q->qclass, (WABQuestion(&… in uDNS_CheckCurrentQuestion()
DmDNSEmbeddedAPI.h1507 mDNSu32 qnamehash; member