Searched refs:table_match (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/tcp_wrappers/
H A Dhosts_access.c90 static int table_match(char *table, struct request_info *request);
131 * table_match() function calls below.
139 if (table_match(hosts_allow_table, request))
141 if (table_match(hosts_deny_table, request))
146 /* table_match - match table entries with (daemon, client) pair */
148 static int table_match(table, request) function

Completed in 107 milliseconds