Home
last modified time | relevance | path

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

/external/openssh/
Dmatch.c180 match_hostname(const char *host, const char *pattern, u_int len) in match_hostname() function
203 if ((mhost = match_hostname(host, patterns, strlen(patterns))) == -1) in match_host_and_ip()
Dmatch.h19 int match_hostname(const char *, const char *, u_int);
Dhostfile.c665 return match_hostname(host, names, nlen) == 1; in match_maybe_hashed()
Dreadconf.c551 r = match_hostname(host, arg, len) == 1; in match_cfg_line()
556 r = match_hostname(original_host, arg, len) == 1; in match_cfg_line()
Dservconf.c770 if (match_hostname(ci->host, arg, len) != 1) in match_cfg_line()