Home
last modified time | relevance | path

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

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