HomeSort by: relevance | last modified time | path
    Searched defs:table_match (Results 1 - 1 of 1) sorted by relevancy

  /src/lib/libwrap/
hosts_access.c 88 static int table_match(const char *, struct request_info *);
143 * table_match() function calls below.
155 if (table_match(hosts_allow_table, request)) {
159 if (table_match(hosts_deny_table, request)) {
167 /* table_match - match table entries with (daemon, client) pair */
170 table_match(const char *table, struct request_info *request) function in typeref:typename:int

Completed in 59 milliseconds