Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libwrap/
H A Dhosts_access.c89 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