Searched refs:hosts_allow_table (Results 1 - 4 of 4) sorted by relevance

/netbsd-6-1-5-RELEASE/usr.sbin/tcpdchk/
H A Dtcpdchk.c74 char *hosts_allow_table = HOSTS_ALLOW; variable
126 hosts_allow_table = "hosts.allow";
170 (void) check_path(hosts_allow_table, &st);
190 parse_table(hosts_allow_table, &request);
/netbsd-6-1-5-RELEASE/usr.sbin/tcpdmatch/
H A Dtcpdmatch.c92 hosts_allow_table = "hosts.allow";
161 (void) check_path(hosts_allow_table, &st);
/netbsd-6-1-5-RELEASE/lib/libwrap/
H A Dtcpd.h101 extern char *hosts_allow_table; /* for verification mode redirection */
H A Dhosts_access.c75 char *hosts_allow_table = HOSTS_ALLOW; variable
133 if (table_match(hosts_allow_table, request))

Completed in 79 milliseconds