Searched refs:hosts_access (Results 1 - 10 of 10) sorted by relevance

/illumos-gate/usr/src/man/man3/
H A DMakefile22 hosts_access.3
32 hosts_ctl.3 := LINKSRC = hosts_access.3
33 libwrap.3 := LINKSRC = hosts_access.3
34 request_init.3 := LINKSRC = hosts_access.3
35 request_set.3 := LINKSRC = hosts_access.3
/illumos-gate/usr/src/lib/libwrap/
H A Dllib-lwrap13 extern int hosts_access(struct request_info *);
H A Dhosts_ctl.c9 * library routines. It bundles its arguments then calls the hosts_access()
28 /* hosts_ctl - limited interface to the hosts_access() routine */
38 return (hosts_access(request_init(&request,
H A DMakefile.com31 OBJECTS = hosts_access.o options.o shell_cmd.o rfc931.o eval.o \
95 # the hosts_access.5 document, the wrappers can be configured to
132 # still do selective username lookups as documented in the hosts_access.5
H A Dhosts_access.c28 static char sccsid[] = "@(#) hosts_access.c 1.21 97/02/12 02:13:22";
104 /* hosts_access - host access control facility */
106 int hosts_access(request) function
122 * hosts_access() routine, bypassing the regular return from the
H A Dtcpd.h156 extern int hosts_access(); /* access control */
260 * jumping back into the hosts_access() routine. This is cleaner than
/illumos-gate/usr/src/cmd/tcpd/
H A Dtcpd.c118 if (!hosts_access(&request))
H A Dtcpdmatch.c322 verdict = hosts_access(request);
/illumos-gate/usr/src/man/man4/
H A DMakefile81 hosts_access.4 \
272 hosts.allow.4 := LINKSRC = hosts_access.4
273 hosts.deny.4 := LINKSRC = hosts_access.4
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/inetd/
H A Dinetd.c626 } else if (!hosts_access(&req)) {

Completed in 80 milliseconds