Home
last modified time | relevance | path

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

/titanic_44/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
/titanic_44/usr/src/pkg/manifests/
H A Dlibrary-security-tcp-wrapper.mf50 file path=usr/share/man/man3/hosts_access.3
51 file path=usr/share/man/man4/hosts_access.4
58 link path=usr/share/man/man3/hosts_ctl.3 target=hosts_access.3
59 link path=usr/share/man/man3/libwrap.3 target=hosts_access.3
60 link path=usr/share/man/man3/request_init.3 target=hosts_access.3
61 link path=usr/share/man/man3/request_set.3 target=hosts_access.3
62 link path=usr/share/man/man4/hosts.allow.4 target=hosts_access.4
63 link path=usr/share/man/man4/hosts.deny.4 target=hosts_access.4
/titanic_44/usr/src/man/man4/
H A DMakefile81 hosts_access.4 \
267 hosts.allow.4 := LINKSRC = hosts_access.4
268 hosts.deny.4 := LINKSRC = hosts_access.4
/titanic_44/usr/src/lib/libwrap/
H A Dhosts_ctl.c38 return (hosts_access(request_init(&request,
H A Dllib-lwrap13 extern int hosts_access(struct request_info *);
H A Dmapfile-vers41 hosts_access;
H A DMakefile.com31 OBJECTS = hosts_access.o options.o shell_cmd.o rfc931.o eval.o \
H A Dtcpd.h156 extern int hosts_access(); /* access control */
H A Dhosts_access.c106 int hosts_access(request) in hosts_access() function
/titanic_44/usr/src/cmd/tcpd/
H A Dtcpd.c118 if (!hosts_access(&request))
H A Dtcpdmatch.c322 verdict = hosts_access(request);
/titanic_44/usr/src/cmd/ssh/sshd/
H A Dsshd.c1540 if (!hosts_access(&req)) { in main()
/titanic_44/usr/src/cmd/cmd-inet/usr.lib/inetd/
H A Dinetd.c626 } else if (!hosts_access(&req)) { in tcp_wrappers_ok()