Searched refs:hosts_access (Results 1 – 13 of 13) sorted by relevance
22 hosts_access.332 hosts_ctl.3 := LINKSRC = hosts_access.333 libwrap.3 := LINKSRC = hosts_access.334 request_init.3 := LINKSRC = hosts_access.335 request_set.3 := LINKSRC = hosts_access.3
50 file path=usr/share/man/man3/hosts_access.351 file path=usr/share/man/man4/hosts_access.458 link path=usr/share/man/man3/hosts_ctl.3 target=hosts_access.359 link path=usr/share/man/man3/libwrap.3 target=hosts_access.360 link path=usr/share/man/man3/request_init.3 target=hosts_access.361 link path=usr/share/man/man3/request_set.3 target=hosts_access.362 link path=usr/share/man/man4/hosts.allow.4 target=hosts_access.463 link path=usr/share/man/man4/hosts.deny.4 target=hosts_access.4
81 hosts_access.4 \267 hosts.allow.4 := LINKSRC = hosts_access.4268 hosts.deny.4 := LINKSRC = hosts_access.4
38 return (hosts_access(request_init(&request,
13 extern int hosts_access(struct request_info *);
41 hosts_access;
31 OBJECTS = hosts_access.o options.o shell_cmd.o rfc931.o eval.o \
156 extern int hosts_access(); /* access control */
106 int hosts_access(request) in hosts_access() function
118 if (!hosts_access(&request))
322 verdict = hosts_access(request);
1540 if (!hosts_access(&req)) { in main()
626 } else if (!hosts_access(&req)) { in tcp_wrappers_ok()