Home
last modified time | relevance | path

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

/titanic_50/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 };
/titanic_50/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 Dmapfile-vers43 hosts_allow_table;
H A Dtcpd.h178 extern char *hosts_allow_table; /* for verification mode redirection */