Searched defs:hosts (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/lib/auditd_plugins/remote/
H A Daudit_remote.c85 static struct hostlist_s *hosts; variable in typeref:struct:hostlist_s
221 /* compare the amount of hosts in the hostlists */
436 DPRINT((dfile, "Configured %d hosts:\n", num_of_hosts));
621 * - if all hosts where tried tries again for retries number of times
726 current_host = hosts;
737 "the audit record to all hosts defined as p_hosts "
874 *error = strdup(gettext("no hosts configured"));
901 if (!hostlist_equal(hosts, hosts_new)) {
906 freehostlist(&hosts);
910 hosts
[all...]
/osnet-11/usr/src/lib/libresolv2/common/irs/
H A Dirpmarshall.c2038 char **hosts, **users, **domains; local
2047 &hosts, &users, &domains,
2058 STRVAL(hosts[i]),
2066 irp_marshall_ng_next(hosts[i], users[i],
2074 if (irp_marshall_ng_next(hosts[i], users[i],
/osnet-11/usr/src/lib/libnsl/nss/
H A Dnetdir_inet.c28 * all the Solaris frontends to lookup hosts, services, and netdir information
37 * dictates hosts/serv lookup policy.
588 /* Failover case, try hosts db for v4 address */
1024 /* Failover case, try hosts db for v4 address */
2163 int hosts, servs, i, j; local
2173 for (hn = he->h_aliases, hosts = 1; hn && *hn; hn++, hosts++) {};
2180 if ((hs = calloc(hosts * servs, sizeof (struct nd_hostserv))) == 0) {
2185 result->h_cnt = servs * hosts;
2188 for (i = 0, hn = he->h_aliases; i < hosts;
[all...]

Completed in 27 milliseconds