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

/osnet-11/usr/src/lib/libwrap/
H A Dhosts_access.c89 static int table_match();
123 * table_match() function calls below.
131 if (table_match(hosts_allow_table, request))
133 if (table_match(hosts_deny_table, request))
138 /* table_match - match table entries with (daemon, client) pair */
140 static int table_match(table, request) function

Completed in 15 milliseconds