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

/osnet-11/usr/src/lib/libbsm/common/
H A Dau_open.c164 au_tid_addr_t *host_info = &audit_info.ai_termid; local
226 if (host_info->at_type == AU_IPv6)
228 (in6_addr_t *)host_info->at_addr) ? 0 : 1;
230 have_valid_addr = (host_info->at_addr[0] ==
235 byte_count += sizeof (int32_t) + host_info->at_type;
262 adr_int32(&adr, (int32_t *)&host_info->at_type, 1);
263 adr_char(&adr, (char *)&host_info->at_addr[0],
264 (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);
/osnet-11/usr/src/lib/libwrap/
H A Dtcpd.h87 struct host_info { struct
102 struct host_info client[1]; /* client endpoint info */
103 struct host_info server[1]; /* server endpoint info */
205 * host_info structures serve as caches for the lookup results.

Completed in 26 milliseconds