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

/illumos-gate/usr/src/lib/auditd_plugins/remote/
H A Daudit_remote.c216 struct hostent *hostentry; local
279 hostentry = getipnodebyname(hostname, AF_INET6, 0, &error_num);
280 if (!hostentry) {
281 hostentry = getipnodebyname(hostname, AF_INET, 0,
284 if (!hostentry) {
294 DPRINT((dfile, "hostentry: h_name=%s, addr_len=%d, addr=%s\n",
295 hostentry->h_name, hostentry->h_length,
296 inet_ntop(hostentry->h_addrtype,
297 hostentry
[all...]

Completed in 72 milliseconds