Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libwrap/
H A Dhosts_access.c87 static int table_match();
129 if (table_match(hosts_allow_table, request))
131 if (table_match(hosts_deny_table, request))
138 static int table_match(table, request) in table_match() function