Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/auditd_plugins/remote/
H A Daudit_remote.c191 n = h->next_host; in freehostlist()
345 newhost->next_host = NULL; in parsehosts()
347 lasthost->next_host = newhost; in parsehosts()
348 lasthost = lasthost->next_host; in parsehosts()
651 current_host = current_host->next_host; in auditd_plugin()
H A Daudit_remote.h75 hostlist_t *next_host; member