Home | Sort by: relevance | last modified time | path |
/src/lib/libwrap/ | |
hosts_access.c | 76 const char *hosts_allow_table = HOSTS_ALLOW; variable in typeref:typename:const char * 155 if (table_match(hosts_allow_table, request)) { |
/src/usr.sbin/tcpdchk/ | |
tcpdchk.c | 74 const char *hosts_allow_table = HOSTS_ALLOW; variable in typeref:typename:const char * 123 hosts_allow_table = "hosts.allow"; 167 (void) check_path(hosts_allow_table, &st); 187 parse_table(hosts_allow_table, &request); |