Searched refs:host_info (Results 1 - 8 of 8) sorted by relevance

/osnet-11/usr/src/lib/libwrap/
H A Dllib-lwrap13 extern char *eval_hostname(struct host_info *);
28 extern char *eval_hostaddr(struct host_info *);
29 extern char *eval_hostinfo(struct host_info *);
31 extern void sock_hostname(struct host_info *host);
32 extern void sock_hostaddr(struct host_info *);
H A Deval.c10 * the sockets or TLI programming interfaces. The request_info and host_info
65 struct host_info *host;
78 struct host_info *host;
91 struct host_info *host;
H A Dsocket.c134 struct host_info *host;
150 struct host_info *host;
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.
H A Dtli.c235 struct host_info *host;
252 struct host_info *host;
H A Dhosts_access.c261 struct host_info *host;
/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);

Completed in 30 milliseconds