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

  /src/lib/libwrap/
hosts_access.c 92 static int client_match(char *, struct request_info *);
202 && list_match(cl_list, request, client_match);
275 /* client_match - match client information */
278 client_match(char *tok, struct request_info *request) function in typeref:typename:int
hosts_access.c 92 static int client_match(char *, struct request_info *);
202 && list_match(cl_list, request, client_match);
275 /* client_match - match client information */
278 client_match(char *tok, struct request_info *request) function in typeref:typename:int

Completed in 27 milliseconds