Home
last modified time | relevance | path

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

/freebsd/contrib/tcp_wrappers/
H A Dtcpdchk.c64 char *hosts_allow_table = HOSTS_ALLOW; variable
109 hosts_allow_table = "hosts.allow"; in main()
153 (void) check_path(hosts_allow_table, &st); in main()
173 parse_table(hosts_allow_table, &request); in main()
H A Dtcpdmatch.c93 hosts_allow_table = "hosts.allow";
162 (void) check_path(hosts_allow_table, &st);
H A Dhosts_access.c75 char *hosts_allow_table = HOSTS_ALLOW; variable
135 if (table_match(hosts_allow_table, request)) in hosts_access()
H A Dtcpd.h99 extern char *hosts_allow_table; /* for verification mode redirection */