Home
last modified time | relevance | path

Searched refs:hosts_access (Results 1 – 13 of 13) sorted by relevance

/illumos-gate/usr/src/pkg/manifests/
H A Dlibrary-security-tcp-wrapper.p5m45 file path=usr/share/man/man3/hosts_access.3
46 link path=usr/share/man/man3/hosts_ctl.3 target=hosts_access.3
47 link path=usr/share/man/man3/libwrap.3 target=hosts_access.3
48 link path=usr/share/man/man3/request_init.3 target=hosts_access.3
49 link path=usr/share/man/man3/request_set.3 target=hosts_access.3
51 link path=usr/share/man/man5/hosts.allow.5 target=hosts_access.5
52 link path=usr/share/man/man5/hosts.deny.5 target=hosts_access.5
53 file path=usr/share/man/man5/hosts_access.5
/illumos-gate/usr/src/man/man3/
H A DMakefile22 hosts_access.3
H A DManlink18 hosts_access.3
/illumos-gate/usr/src/lib/libwrap/
H A Dhosts_ctl.c37 return (hosts_access(request_init(&request,
H A DMakefile.com32 OBJECTS = hosts_access.o options.o shell_cmd.o rfc931.o eval.o \
H A Dmapfile-vers69 hosts_access;
H A Dtcpd.h156 extern int hosts_access(); /* access control */
H A Dhosts_access.c104 int hosts_access(request) in hosts_access() function
/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/man5/
H A DManlink34 hosts_access.5
H A DMakefile81 hosts_access.5 \
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/inetd/
H A Dinetd.c626 } else if (!hosts_access(&req)) { in tcp_wrappers_ok()