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

/freebsd-10-stable/contrib/tcp_wrappers/
H A Dtcpdchk.c67 char *hosts_allow_table = HOSTS_ALLOW; variable
114 hosts_allow_table = "hosts.allow";
158 (void) check_path(hosts_allow_table, &st);
178 parse_table(hosts_allow_table, &request);
H A Dtcpd.h98 extern char *hosts_allow_table; /* for verification mode redirection */
H A Dtcpdmatch.c97 hosts_allow_table = "hosts.allow";
166 (void) check_path(hosts_allow_table, &st);
H A Dhosts_access.c78 char *hosts_allow_table = HOSTS_ALLOW; variable
138 if (table_match(hosts_allow_table, request))

Completed in 61 milliseconds