Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/mDNSResponder/mDNSCore/
H A DmDNSEmbeddedAPI.h1366 #ifndef AUTH_HASH_SLOTS
1367 #define AUTH_HASH_SLOTS 499 macro
1370 …for ((SLOT) = 0; (SLOT) < AUTH_HASH_SLOTS; (SLOT)++) …
1382 AuthGroup *rrauth_hash[AUTH_HASH_SLOTS];
H A DmDNS.c344 for (slot = 0; slot < AUTH_HASH_SLOTS; slot++) in GetAuthEntity()
379 const mDNSu32 slot = namehash % AUTH_HASH_SLOTS; in AuthGroupForName()
396 const mDNSu32 slot = rr->namehash % AUTH_HASH_SLOTS; in GetAuthGroup()
5596 for (slot = 0; slot < AUTH_HASH_SLOTS; slot++) in mDNS_Execute()
5663 for (slot = 0; slot < AUTH_HASH_SLOTS; slot++) in mDNS_Execute()
14587 for (slot = 0; slot < AUTH_HASH_SLOTS; slot++) in mDNS_InitStorage()
/illumos-gate/usr/src/contrib/mDNSResponder/mDNSShared/
H A Duds_daemon.c5589 for (slot = 0; slot < AUTH_HASH_SLOTS; slot++) in LogEtcHostsToFD()
5625 for (slot = 0; slot < AUTH_HASH_SLOTS; slot++) in LogLocalOnlyAuthRecordsToFD()