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

/freebsd-10.1-release/contrib/tcp_wrappers/
H A Dhosts_access.c93 static int host_match();
248 && host_match(host, request->server));
261 return (host_match(tok, request->client));
263 return (host_match(host, request->client)
279 while (fscanf(fp, "%s", tok) == 1 && !(match = host_match(tok, host)))
288 /* host_match - match host name and/or address against pattern */
290 static int host_match(tok, host) function

Completed in 95 milliseconds