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

/illumos-gate/usr/src/lib/auditd_plugins/remote/
H A Daudit_remote.h73 typedef struct hostlist_s hostlist_t; typedef in typeref:struct:hostlist_s
75 hostlist_t *next_host;
H A Daudit_remote.c184 freehostlist(hostlist_t **hostlist_ptr)
186 hostlist_t *h, *n;
213 hostlist_t *lasthost = NULL;
214 hostlist_t *hosts_new = NULL;
215 hostlist_t *newhost;
337 newhost = malloc(sizeof (hostlist_t));
561 hostlist_t *start_host;

Completed in 210 milliseconds