Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DDNSCommon.h241 #define HashSlot(X) (DomainNameHashValue(X) % CACHE_HASH_SLOTS) macro
H A DmDNS.c2897 ScheduleNextCacheCheckTime(m, HashSlot(rr->resrec.name), NextCacheCheckEvent(rr)); in SetNextCacheCheckTimeForRecord()
2948 const mDNSu32 slot = HashSlot(&q->qname); in BuildQuestion()
3042 CacheGroup *const cg = CacheGroupForName(m, HashSlot(name), namehash, name); in CacheHasAddressTypeForName()
3052 CacheGroup *const cg = CacheGroupForName(m, HashSlot(&q->qname), q->qnamehash, &q->qname); in FindSPSInCache1()
3227 const mDNSu32 slot = HashSlot(&q->qname); in AccelerateThisQuery()
4306 const mDNSu32 slot = HashSlot(r->resrec.name); in ReleaseCacheRecord()
4536 mDNSu32 slot = HashSlot(&q->qname); in AnswerNewQuestion()
6999 mDNSu32 slot = HashSlot(pktrr->name); in FindIdenticalRecordInCache()
7288 const mDNSu32 slot = HashSlot(&pktq.qname); in ProcessQuery()
7887 const mDNSu32 slot = HashSlot(name); in ExpectingMulticastResponseForRecord()
[all …]
H A DuDNS.c4854 const mDNSu32 slot = HashSlot(&q->qname); in uDNS_CheckCurrentQuestion()