OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:host_match
(Results
1 - 1
of
1
) 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)))
Completed in 13 milliseconds
Indexes created Thu Oct 02 14:10:14 GMT 2025