OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hosts_access
(Results
1 - 12
of
12
) sorted by relevancy
/src/lib/libwrap/
Makefile
7
SRCS=
hosts_access
.c options.c shell_cmd.c rfc931.c eval.c hosts_ctl.c \
10
MAN=
hosts_access
.3
hosts_access
.5 hosts_options.5
11
MLINKS+=
hosts_access
.5 hosts.allow.5
12
MLINKS+=
hosts_access
.5 hosts.deny.5
13
MLINKS+=
hosts_access
.3 hosts_ctl.3
14
MLINKS+=
hosts_access
.3 request_init.3
15
MLINKS+=
hosts_access
.3 request_set.3
hosts_ctl.c
5
* library routines. It bundles its arguments then calls the
hosts_access
()
29
/* hosts_ctl - limited interface to the
hosts_access
() routine */
36
return (
hosts_access
(request_init(&request,
tcpd.h
72
extern int
hosts_access
/* access control */
74
extern int hosts_ctl /* limited interface to
hosts_access
*/
187
* jumping back into the
hosts_access
() routine. This is cleaner than
hosts_access.c
1
/* $NetBSD:
hosts_access
.c,v 1.24 2021/03/18 01:49:09 christos Exp $ */
25
static char sccsid[] = "@(#)
hosts_access
.c 1.21 97/02/12 02:13:22";
27
__RCSID("$NetBSD:
hosts_access
.c,v 1.24 2021/03/18 01:49:09 christos Exp $");
124
/*
hosts_access
- host access control facility */
127
hosts_access
(struct request_info *request)
function in typeref:typename:int
142
*
hosts_access
() routine, bypassing the regular return from the
/src/distrib/utils/libhack/
wrap.c
49
hosts_access
(struct request_info *ri)
function in typeref:typename:int
/src/usr.sbin/rpcbind/
security.c
128
if(!
hosts_access
(&req)) {
/src/usr.sbin/tcpdmatch/
tcpdmatch.c
330
verdict =
hosts_access
(request);
/src/usr.sbin/ypserv/ypserv/
ypserv.c
249
if (
hosts_access
(&req) == 0) {
/src/usr.sbin/lpr/lpd/
lpd.c
662
if (!
hosts_access
(&req))
/src/usr.sbin/inetd/
inetd.c
538
denied =
hosts_access
(&req) == 0;
/src/usr.sbin/syslogd/
tls.c
1387
if (!
hosts_access
(&req)) {
1388
logerror("access from %s denied by
hosts_access
", peername);
syslogd.c
847
reject = !
hosts_access
(&req);
Completed in 45 milliseconds
Indexes created Mon Oct 13 05:10:05 GMT 2025