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

/netbsd-6-1-5-RELEASE/lib/libwrap/
H A Dhosts_access.c87 static int table_match __P((char *, struct request_info *));
125 * table_match() function calls below.
133 if (table_match(hosts_allow_table, request))
135 if (table_match(hosts_deny_table, request))
140 /* table_match - match table entries with (daemon, client) pair */
142 static int table_match(table, request) function

Completed in 59 milliseconds