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

/osnet-11/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.c183 * static hostlist_t.
186 freehostlist(hostlist_t **hostlist_ptr)
188 hostlist_t *h, *n;
203 hostlist_print(hostlist_t *hostlist_node)
216 hostlist_equal(hostlist_t *hosts_a, hostlist_t *hosts_b)
218 hostlist_t *hosts_a_ptr;
219 hostlist_t *hosts_b_ptr;
269 parsehosts(char *hosts_str, hostlist_t **hostlist_new, char **error)
279 hostlist_t *lasthos
[all...]

Completed in 22 milliseconds