Home
last modified time | relevance | path

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

/external/openssh/
Dmatch.c197 match_host_and_ip(const char *host, const char *ipaddr, in match_host_and_ip() function
231 match_host_and_ip(NULL, NULL, p + 1) < 0) in match_user()
244 ret = match_host_and_ip(host, ipaddr, p); in match_user()
Dmatch.h20 int match_host_and_ip(const char *, const char *, const char *);
Dauth-options.c305 switch (match_host_and_ip(remote_host, remote_ip, in auth_parse_options()