Home
last modified time | relevance | path

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

/netbsd-src/lib/libwrap/
H A Dhosts_access.c88 static int table_match(const char *, struct request_info *);
155 if (table_match(hosts_allow_table, request)) { in hosts_access()
159 if (table_match(hosts_deny_table, request)) { in hosts_access()
170 table_match(const char *table, struct request_info *request) in table_match() function