HomeSort by: relevance | last modified time | path
    Searched defs:hosts_allow_table (Results 1 - 2 of 2) sorted by relevancy

  /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);

Completed in 14 milliseconds