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

/illumos-gate/usr/src/lib/auditd_plugins/syslog/
H A Dsysplugin.c113 static hashtable_t hosthash[HOSTHASHSIZE]; variable
362 if ((key == hosthash[ix].ht_key) &&
363 (hosthash[ix].ht_type == tid->at_type)) {
367 if (hosthash[ix].ht_ip[i] != tid->at_addr[i]) {
373 } else if (key == hosthash[ix].ht_key) {
377 hosthash[ix].ht_key = key;
378 hosthash[ix].ht_type = tid->at_type;
381 hosthash[ix].ht_ip[0] = tid->at_addr[0];
384 (void) memcpy((char *)hosthash[ix].ht_ip,
393 hosthash[i
[all...]

Completed in 44 milliseconds