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

/osnet-11/usr/src/lib/auditd_plugins/remote/
H A Daudit_remote.c203 hostlist_print(hostlist_t *hostlist_node) argument
207 while (hostlist_node != NULL) {
209 hostlist_node->host->h_name));
210 hostlist_node = hostlist_node->next_host;

Completed in 22 milliseconds