Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/tcp_wrappers/
H A Dtcpdchk.c64 char *hosts_allow_table = HOSTS_ALLOW; variable
111 hosts_allow_table = "hosts.allow";
155 (void) check_path(hosts_allow_table, &st);
175 parse_table(hosts_allow_table, &request);
H A Dtcpdmatch.c95 hosts_allow_table = "hosts.allow";
164 (void) check_path(hosts_allow_table, &st);
H A Dhosts_access.c77 char *hosts_allow_table = HOSTS_ALLOW; variable
138 if (table_match(hosts_allow_table, request))
H A Dtcpd.h98 extern char *hosts_allow_table; /* for verification mode redirection */