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

/netbsd-6-1-5-RELEASE/lib/libwrap/
H A Dhosts_access.c92 static int host_match __P((char *, struct host_info *));
247 && host_match(host, request->server));
260 return (host_match(tok, request->client));
262 return (host_match(host, request->client)
267 /* host_match - match host name and/or address against pattern */
269 static int host_match(tok, host) function
323 while (fscanf(fp, "%s", tok) == 1 && !(match = host_match(tok, host)))

Completed in 58 milliseconds