Lines Matching refs:namehash

2137 …acheGroupForName(const mDNS *const m, const mDNSu32 slot, const mDNSu32 namehash, const domainname…  in CacheGroupForName()  argument
2141 if (cg->namehash == namehash && SameDomainName(cg->name, name)) in CacheGroupForName()
2148 return(CacheGroupForName(m, slot, rr->namehash, rr->name)); in CacheGroupForRecord()
2329 r1->namehash == r2->namehash && in SameResourceRecordSignature()
2348 pktrr->resrec.namehash == authrr->resrec.namehash && in PacketRRMatchesSignature()
2358 …if (r1->rrtype != r2->rrtype || r1->rrclass != r2->rrclass || r1->namehash != r2->namehash || !Sam… in IdenticalResourceRecord()
2630 rr->resrec.namehash = DomainNameHashValue(rr->resrec.name); in mDNS_Register_internal()
2903 … rr->resrec.rdatahash == rr2->resrec.namehash && // ... whose name is the name of the SRV target in AddAdditionalsToResponseList()
3094 rr->resrec.rdatahash == r2->resrec.namehash && // ... whose name is the name of the SRV target in SendResponses()
3985 …xpireRecords(mDNS *const m, const domainname *const name, const mDNSu32 namehash, const mDNSu32 sl… in CheckForSoonToExpireRecords() argument
3990 CacheGroup *cg = CacheGroupForName(m, slot, namehash, name); in CheckForSoonToExpireRecords()
3993 if (rr->resrec.namehash == namehash && SameDomainName(rr->resrec.name, name)) in CheckForSoonToExpireRecords()
4284 if (rr->resrec.namehash == q->qnamehash && SameDomainName(rr->resrec.name, &q->qname)) in AnswerNewQuestion()
4435 cg->namehash = rr->namehash; in GetCacheGroup()
5591 … rr->DelayDelivery = CheckForSoonToExpireRecords(m, rr->resrec.name, rr->resrec.namehash, slot); in mDNSCoreReceiveResponse()
5648 r1->DelayDelivery = CheckForSoonToExpireRecords(m, r1->resrec.name, r1->resrec.namehash, slot); in mDNSCoreReceiveResponse()