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

/illumos-gate/usr/src/lib/libbsm/common/
H A Dau_open.c146 au_tid_addr_t *host_info = &audit_info.ai_termid; local
208 if (host_info->at_type == AU_IPv6)
210 (in6_addr_t *)host_info->at_addr) ? 0 : 1;
212 have_valid_addr = (host_info->at_addr[0] ==
217 byte_count += sizeof (int32_t) + host_info->at_type;
245 adr_int32(&adr, (int32_t *)&host_info->at_type, 1);
246 adr_char(&adr, (char *)&host_info->at_addr[0],
247 (int)host_info->at_type);
H A Dau_to.c127 au_tid_addr_t *host_info = &audit_info.ai_termid; local
140 if (host_info->at_type == AU_IPv6)
141 if (IN6_IS_ADDR_UNSPECIFIED((in6_addr_t *)host_info->at_addr))
144 if (host_info->at_addr[0] == htonl(INADDR_ANY))
150 sizeof (int32_t) + host_info->at_type);
153 2 * sizeof (short) + sizeof (int32_t) + host_info->at_type);
164 adr_int32(&adr, (int32_t *)&host_info->at_type, 1);
165 adr_char(&adr, (char *)host_info->at_addr,
166 (int)host_info->at_type);
/illumos-gate/usr/src/lib/libwrap/
H A Dtcpd.h93 struct host_info { struct
108 struct host_info client[1]; /* client endpoint info */
109 struct host_info server[1]; /* server endpoint info */
212 * host_info structures serve as caches for the lookup results.
/illumos-gate/usr/src/cmd/syslogd/
H A Dsyslogd.h79 typedef struct host_info { struct

Completed in 61 milliseconds