Searched refs:CACHE_HASH_SLOTS (Results 1 - 4 of 4) 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)
H A DmDNSEmbeddedAPI.h2203 #ifndef CACHE_HASH_SLOTS
2204 #define CACHE_HASH_SLOTS 499 macro
2370 CacheGroup *rrcache_hash[CACHE_HASH_SLOTS];
2371 mDNSs32 rrcache_nextcheck[CACHE_HASH_SLOTS];
2492 for ((SLOT) = 0; (SLOT) < CACHE_HASH_SLOTS; (SLOT)++) \
H A DmDNS.c4842 for (slot = 0; slot < CACHE_HASH_SLOTS; slot++)
5113 for (slot = 0; slot < CACHE_HASH_SLOTS; slot++)
14309 for (slot = 0; slot < CACHE_HASH_SLOTS; slot++)
15122 for (slot = 0; slot < CACHE_HASH_SLOTS; slot++)
H A Duds_daemon.c5784 for (slot = 0; slot < CACHE_HASH_SLOTS; slot++)

Completed in 151 milliseconds