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

/freebsd-13-stable/contrib/tcp_wrappers/
H A Dhosts_access.c95 static int host_match(char *tok, struct host_info *host);
253 && host_match(host, request->server));
266 return (host_match(tok, request->client));
268 return (host_match(host, request->client)
284 while (fscanf(fp, "%s", tok) == 1 && !(match = host_match(tok, host)))
293 /* host_match - match host name and/or address against pattern */
295 static int host_match(tok, host) function

Completed in 34 milliseconds