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

/freebsd-13-stable/lib/libwrap/
H A DMakefile11 MAN= hosts_access.3
12 MAN+= hosts_access.5 hosts_options.5
13 MLINKS= hosts_access.3 hosts_ctl.3 \
14 hosts_access.3 request_init.3 \
15 hosts_access.3 request_set.3 \
35 hosts_access.c hosts_ctl.c misc.c myvsyslog.c options.c \
/freebsd-13-stable/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.c120 if (!hosts_access(&request))
H A Dtcpd.h82 int hosts_access(struct request_info *); /* access control */
170 * jumping back into the hosts_access() routine. This is cleaner than
H A Dtcpdmatch.c385 verdict = hosts_access(request);
H A Dhosts_access.c23 static char sccsid[] = "@(#) hosts_access.c 1.21 97/02/12 02:13:22";
112 /* hosts_access - host access control facility */
114 int hosts_access(request) function
130 * hosts_access() routine, bypassing the regular return from the
/freebsd-13-stable/libexec/tftpd/
H A Dtftpd.c300 if (hosts_access(&req) == 0) {
311 allow_ro = hosts_access(&req);
314 allow_wo = hosts_access(&req);
/freebsd-13-stable/usr.sbin/rpcbind/
H A Dsecurity.c112 if(!hosts_access(&req)) {
/freebsd-13-stable/crypto/openssh/
H A Dsshd.c2157 if (!hosts_access(&req)) {
/freebsd-13-stable/usr.sbin/inetd/
H A Dinetd.c767 denied = !hosts_access(&req);
/freebsd-13-stable/contrib/bsnmp/snmpd/
H A Dmain.c233 /* hosts_access(3) request */
1052 * In case of AF_INET{6} peer, do hosts_access(5) check.
1059 if (hosts_access(&req) == 0) {
1622 * Initialize hosts_access(3) handler.

Completed in 203 milliseconds