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

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DDNSCommon.h241 #define HashSlot(X) (DomainNameHashValue(X) % CACHE_HASH_SLOTS) macro
H A DmDNS.c2943 ScheduleNextCacheCheckTime(m, HashSlot(rr->resrec.name), NextCacheCheckEvent(rr));
2994 const mDNSu32 slot = HashSlot(&q->qname);
3088 CacheGroup *const cg = CacheGroupForName(m, HashSlot(name), namehash, name);
3098 CacheGroup *const cg = CacheGroupForName(m, HashSlot(&q->qname), q->qnamehash, &q->qname);
3270 const mDNSu32 slot = HashSlot(&q->qname);
4375 const mDNSu32 slot = HashSlot(r->resrec.name);
4605 mDNSu32 slot = HashSlot(&q->qname);
7102 mDNSu32 slot = HashSlot(pktrr->name);
7391 const mDNSu32 slot = HashSlot(&pktq.qname);
8024 const mDNSu32 slot = HashSlot(
[all...]
H A DuDNS.c4892 const mDNSu32 slot = HashSlot(&q->qname);

Completed in 282 milliseconds