Home
last modified time | relevance | path

Searched refs:client_match (Results 1 – 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/tcp_wrappers/
Dhosts_access.c93 static int client_match(char *tok, struct request_info *request);
191 && list_match(cl_list, request, client_match);
258 static int client_match(tok, request) in client_match() function