Searched refs:table_match (Results 1 – 1 of 1) sorted by relevance
89 static int table_match();131 if (table_match(hosts_allow_table, request))133 if (table_match(hosts_deny_table, request))140 static int table_match(table, request) in table_match() function