Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/auditd_plugins/syslog/
H A Dsysplugin.c109 #define HOSTHASHSIZE 128 macro
115 static hashtable_t hosthash[HOSTHASHSIZE];
351 HASH(hash_key, ix, HOSTHASHSIZE); in gethname()
881 if (init_hash(hosthash, 0, HOSTHASHSIZE, MAXHOSTNAMELEN)) in auditd_plugin_open()
908 free_hash(hosthash, HOSTHASHSIZE); in auditd_plugin_close()