HomeSort by: relevance | last modified time | path
    Searched defs:host_match (Results 1 - 4 of 4) sorted by relevancy

  /src/lib/libwrap/
hosts_access.c 93 static int host_match(char *, struct host_info *);
271 && host_match(host, request->server));
283 return (host_match(tok, request->client));
285 return (host_match(host, request->client)
290 /* host_match - match host name and/or address against pattern */
293 host_match(char *tok, struct host_info *host) function in typeref:typename:int
344 while (fscanf(fp, "%511s", tok) == 1 && !(match = host_match(tok, host)))
hosts_access.c 93 static int host_match(char *, struct host_info *);
271 && host_match(host, request->server));
283 return (host_match(tok, request->client));
285 return (host_match(host, request->client)
290 /* host_match - match host name and/or address against pattern */
293 host_match(char *tok, struct host_info *host) function in typeref:typename:int
344 while (fscanf(fp, "%511s", tok) == 1 && !(match = host_match(tok, host)))
hosts_access.c 93 static int host_match(char *, struct host_info *);
271 && host_match(host, request->server));
283 return (host_match(tok, request->client));
285 return (host_match(host, request->client)
290 /* host_match - match host name and/or address against pattern */
293 host_match(char *tok, struct host_info *host) function in typeref:typename:int
344 while (fscanf(fp, "%511s", tok) == 1 && !(match = host_match(tok, host)))
hosts_access.c 93 static int host_match(char *, struct host_info *);
271 && host_match(host, request->server));
283 return (host_match(tok, request->client));
285 return (host_match(host, request->client)
290 /* host_match - match host name and/or address against pattern */
293 host_match(char *tok, struct host_info *host) function in typeref:typename:int
344 while (fscanf(fp, "%511s", tok) == 1 && !(match = host_match(tok, host)))

Completed in 122 milliseconds