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

/osnet-11/usr/src/lib/auditd_plugins/remote/
H A Daudit_remote.c279 hostlist_t *lasthost = NULL; local
422 if (lasthost != NULL) {
423 lasthost->next_host = newhost;
424 lasthost = lasthost->next_host;
426 lasthost = newhost;

Completed in 21 milliseconds