host_info
au_tid_addr_t *host_info = &audit_info.ai_termid;
if (host_info->at_type == AU_IPv6)
(in6_addr_t *)host_info->at_addr) ? 0 : 1;
have_valid_addr = (host_info->at_addr[0] ==
byte_count += sizeof (int32_t) + host_info->at_type;
adr_int32(&adr, (int32_t *)&host_info->at_type, 1);
adr_char(&adr, (char *)&host_info->at_addr[0],
(int)host_info->at_type);
au_tid_addr_t *host_info = &audit_info.ai_termid;
if (host_info->at_type == AU_IPv6)
if (IN6_IS_ADDR_UNSPECIFIED((in6_addr_t *)host_info->at_addr))
if (host_info->at_addr[0] == htonl(INADDR_ANY))
sizeof (int32_t) + host_info->at_type);
2 * sizeof (short) + sizeof (int32_t) + host_info->at_type);
adr_int32(&adr, (int32_t *)&host_info->at_type, 1);
adr_char(&adr, (char *)host_info->at_addr,
(int)host_info->at_type);
struct host_info *host;
struct host_info *host;
struct host_info *host;
struct host_info *host;
struct host_info *host;
struct host_info *host;
struct host_info client[1]; /* client endpoint info */
struct host_info server[1]; /* server endpoint info */
struct host_info *host;
struct host_info *host;