Home
last modified time | relevance | path

Searched refs:host_info (Results 1 – 8 of 8) 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; in au_close() local
208 if (host_info->at_type == AU_IPv6) in au_close()
210 (in6_addr_t *)host_info->at_addr) ? 0 : 1; in au_close()
212 have_valid_addr = (host_info->at_addr[0] == in au_close()
217 byte_count += sizeof (int32_t) + host_info->at_type; in au_close()
245 adr_int32(&adr, (int32_t *)&host_info->at_type, 1); in au_close()
246 adr_char(&adr, (char *)&host_info->at_addr[0], in au_close()
247 (int)host_info->at_type); in au_close()
H A Dau_to.c127 au_tid_addr_t *host_info = &audit_info.ai_termid; in au_to_header_ex() local
140 if (host_info->at_type == AU_IPv6) in au_to_header_ex()
141 if (IN6_IS_ADDR_UNSPECIFIED((in6_addr_t *)host_info->at_addr)) in au_to_header_ex()
144 if (host_info->at_addr[0] == htonl(INADDR_ANY)) in au_to_header_ex()
150 sizeof (int32_t) + host_info->at_type); in au_to_header_ex()
153 2 * sizeof (short) + sizeof (int32_t) + host_info->at_type); in au_to_header_ex()
164 adr_int32(&adr, (int32_t *)&host_info->at_type, 1); in au_to_header_ex()
165 adr_char(&adr, (char *)host_info->at_addr, in au_to_header_ex()
166 (int)host_info->at_type); in au_to_header_ex()
/illumos-gate/usr/src/lib/libwrap/
H A Deval.c64 struct host_info *host; in eval_hostaddr()
77 struct host_info *host; in eval_hostname()
90 struct host_info *host; in eval_hostinfo()
H A Dtcpd.h93 struct host_info { struct
108 struct host_info client[1]; /* client endpoint info */ argument
109 struct host_info server[1]; /* server endpoint info */
H A Dsocket.c135 struct host_info *host; in sock_hostaddr()
151 struct host_info *host; in sock_hostname()
H A Dtli.c231 struct host_info *host; in tli_hostaddr()
248 struct host_info *host; in tli_hostname()
H A Dhosts_access.c259 struct host_info *host;
/illumos-gate/usr/src/cmd/syslogd/
H A Dsyslogd.h77 typedef struct host_info { struct