Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/auditd_plugins/syslog/
H A Dsysplugin.c107 #define HOSTHASHSIZE 128 macro
113 static hashtable_t hosthash[HOSTHASHSIZE];
349 HASH(hash_key, ix, HOSTHASHSIZE); in gethname()
879 if (init_hash(hosthash, 0, HOSTHASHSIZE, MAXHOSTNAMELEN)) in auditd_plugin_open()
906 free_hash(hosthash, HOSTHASHSIZE); in auditd_plugin_close()