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

/illumos-gate/usr/src/cmd/tcpd/
H A Dtcpdchk.c62 char *hosts_allow_table = HOSTS_ALLOW; variable
109 hosts_allow_table = "hosts.allow";
153 (void) check_path(hosts_allow_table, &st);
173 parse_table(hosts_allow_table, &request);
H A Dtcpdmatch.c86 hosts_allow_table = "hosts.allow";
155 (void) check_path(hosts_allow_table, &st);
/illumos-gate/usr/src/lib/libwrap/
H A Dhosts_access.c77 char *hosts_allow_table = HOSTS_ALLOW; variable
131 if (table_match(hosts_allow_table, request))
H A Dtcpd.h178 extern char *hosts_allow_table; /* for verification mode redirection */

Completed in 1184 milliseconds