Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libwrap/
H A Dhosts_access.c91 static int host_match();
235 && host_match(host, request->server));
248 return (host_match(tok, request->client));
250 return (host_match(host, request->client)
257 static int host_match(tok, host) in host_match() function