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

/osnet-11/usr/src/lib/auditd_plugins/remote/
H A Daudit_remote.c281 hostlist_t *newhost; local
412 newhost = malloc(sizeof (hostlist_t));
413 if (newhost == NULL) {
418 newhost->host = hostentry;
419 newhost->port = htons(port);
420 newhost->mech = mech_oid;
421 newhost->next_host = NULL;
423 lasthost->next_host = newhost;
426 lasthost = newhost;
427 hosts_new = newhost;
[all...]

Completed in 21 milliseconds