Home
last modified time | relevance | path

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

/netbsd-src/lib/libwrap/
H A Dhosts_access.c91 static int server_match(char *, struct request_info *);
201 match = list_match(sv_list, request, server_match) in table_match()
263 server_match(char *tok, struct request_info *request) in server_match() function