Home
last modified time | relevance | path

Searched refs:AUTH_HASH_SLOTS (Results 1 – 4 of 4) sorted by relevance

/titanic_50/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DmDNSEmbeddedAPI.h105 #define AUTH_HASH_SLOTS 1 macro
1465 #ifndef AUTH_HASH_SLOTS
1466 #define AUTH_HASH_SLOTS 499 macro
1469 …for ((SLOT) = 0; (SLOT) < AUTH_HASH_SLOTS; (SLOT)++) …
1481 AuthGroup *rrauth_hash[AUTH_HASH_SLOTS];
H A DDNSCommon.h240 #define AuthHashSlot(X) (DomainNameHashValue(X) % AUTH_HASH_SLOTS)
H A Duds_daemon.c5461 for (slot = 0; slot < AUTH_HASH_SLOTS; slot++) in LogEtcHosts()
5496 for (slot = 0; slot < AUTH_HASH_SLOTS; slot++) in LogLocalOnlyAuthRecords()
H A DmDNS.c223 for (slot = 0; slot < AUTH_HASH_SLOTS; slot++) in GetAuthEntity()
5116 for (slot = 0; slot < AUTH_HASH_SLOTS; slot++) in mDNS_Execute()
5183 for (slot = 0; slot < AUTH_HASH_SLOTS; slot++) in mDNS_Execute()
14265 for (slot = 0; slot < AUTH_HASH_SLOTS; slot++) in mDNS_Init()