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

/freebsd-10.0-release/contrib/tcp_wrappers/
H A Dhosts_access.c89 static int table_match();
124 * table_match() function calls below.
132 if (table_match(hosts_allow_table, request))
134 if (table_match(hosts_deny_table, request))
139 /* table_match - match table entries with (daemon, client) pair */
141 static int table_match(table, request) function

Completed in 104 milliseconds