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

/freebsd-10.2-release/lib/libwrap/
H A DMakefile10 MAN= hosts_access.3
11 MAN+= hosts_access.5 hosts_options.5
12 MLINKS= hosts_access.3 hosts_ctl.3 \
13 hosts_access.3 request_init.3 \
14 hosts_access.3 request_set.3 \
34 hosts_access.c hosts_ctl.c misc.c myvsyslog.c options.c \
/freebsd-10.2-release/contrib/tcp_wrappers/
H A Dhosts_ctl.c3 * library routines. It bundles its arguments then calls the hosts_access()
22 /* hosts_ctl - limited interface to the hosts_access() routine */
32 return (hosts_access(request_init(&request,
H A Dmiscd.c107 if (!hosts_access(&request))
H A Dtcpd.c119 if (!hosts_access(&request))
H A Dtcpd.h75 extern int hosts_access(); /* access control */
172 * jumping back into the hosts_access() routine. This is cleaner than
H A Dtcpdmatch.c387 verdict = hosts_access(request);
H A Dhosts_access.c19 * $FreeBSD: releng/10.2/contrib/tcp_wrappers/hosts_access.c 201782 2010-01-08 10:54:15Z sobomax $
23 static char sccsid[] = "@(#) hosts_access.c 1.21 97/02/12 02:13:22";
105 /* hosts_access - host access control facility */
107 int hosts_access(request) function
123 * hosts_access() routine, bypassing the regular return from the
/freebsd-10.2-release/libexec/tftpd/
H A Dtftpd.c294 if (hosts_access(&req) == 0) {
305 allow_ro = hosts_access(&req);
308 allow_wo = hosts_access(&req);
/freebsd-10.2-release/contrib/netbsd-tests/fs/nfs/nfsservice/rpcbind/
H A Dsecurity.c113 if(!hosts_access(&req)) {
/freebsd-10.2-release/usr.sbin/rpcbind/
H A Dsecurity.c115 if(!hosts_access(&req)) {
/freebsd-10.2-release/crypto/openssh/
H A Dsshd.c2104 if (!hosts_access(&req)) {
H A Dconfigure9756 hosts_access(0);
/freebsd-10.2-release/usr.sbin/inetd/
H A Dinetd.c761 denied = !hosts_access(&req);
/freebsd-10.2-release/contrib/bsnmp/snmpd/
H A Dmain.c228 /* hosts_access(3) request */
1230 * In case of AF_INET{6} peer, do hosts_access(5) check.
1237 if (hosts_access(&req) == 0) {
1779 * Initialize hosts_access(3) handler.

Completed in 140 milliseconds