Home
last modified time | relevance | path

Searched refs:hosts_allow_table (Results 1 – 6 of 6) 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);
H A Dmapfile-intf-tcpdchk49 hosts_allow_table { FLAGS = INTERPOSE };
/illumos-gate/usr/src/lib/libwrap/
H A Dhosts_access.c75 char *hosts_allow_table = HOSTS_ALLOW; variable
129 if (table_match(hosts_allow_table, request))
H A Dmapfile-vers71 hosts_allow_table {
H A Dtcpd.h178 extern char *hosts_allow_table; /* for verification mode redirection */