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

/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DmDNSEmbeddedAPI.h2077 #define CACHE_HASH_SLOTS 499 macro
2167 CacheGroup *rrcache_hash[CACHE_HASH_SLOTS];
2195 for ((SLOT) = 0; (SLOT) < CACHE_HASH_SLOTS; (SLOT)++) \
H A DmDNS.c2447 #define HashSlot(X) (DomainNameHashValue(X) % CACHE_HASH_SLOTS)
4364 for (slot = 0; slot < CACHE_HASH_SLOTS; slot++)
4508 for (slot = 0; slot < CACHE_HASH_SLOTS; slot++)
7256 for (slot = 0; slot < CACHE_HASH_SLOTS; slot++) m->rrcache_hash[slot] = mDNSNULL;
7311 for (slot = 0; slot < CACHE_HASH_SLOTS; slot++)
H A Duds_daemon.c1182 for (slot = 0; slot < CACHE_HASH_SLOTS; slot++)

Completed in 124 milliseconds