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

  /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);
  /src/lib/libwrap/
tcpd.h 97 extern const char *hosts_allow_table; /* for verification mode redirection */
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/tcpdmatch/
tcpdmatch.c 89 hosts_allow_table = "hosts.allow";
158 (void) check_path(hosts_allow_table, &st);

Completed in 14 milliseconds