Searched refs:match_user (Results 1 – 5 of 5) sorted by relevance
| /freebsd/crypto/openssh/ |
| H A D | match.h | 22 int match_user(const char *, const char *, const char *, const char *);
|
| H A D | match.c | 236 match_user(const char *user, const char *host, const char *ipaddr, in match_user() function
|
| H A D | auth.c | 149 r = match_user(pw->pw_name, hostname, ipaddr, in allowed_user() 165 r = match_user(pw->pw_name, hostname, ipaddr, in allowed_user()
|
| H A D | ssh_namespace.h | 439 #define match_user Fssh_match_user macro
|
| H A D | servconf.c | 1884 match_user(NULL, NULL, NULL, arg) == -1) in process_server_config_line_depth()
|