Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libwrap/
H A Dhosts_access.c93 static int host_match();
237 && host_match(host, request->server));
250 return (host_match(tok, request->client));
252 return (host_match(host, request->client)
259 static int host_match(tok, host) in host_match() function