Searched refs:match_host_and_ip (Results 1 – 3 of 3) sorted by relevance
/external/openssh/ |
D | match.c | 197 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()
|
D | match.h | 20 int match_host_and_ip(const char *, const char *, const char *);
|
D | auth-options.c | 305 switch (match_host_and_ip(remote_host, remote_ip, in auth_parse_options()
|