Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dmatch.h20 int match_hostname(const char *, const char *);
H A Dmatch.c194 match_hostname(const char *host, const char *pattern) in match_hostname() function
222 if ((mhost = match_hostname(host, patterns)) == -1) in match_host_and_ip()
H A Dhostfile.c786 return match_hostname(host, names) == 1; in match_maybe_hashed()
H A Dssh_namespace.h434 #define match_hostname Fssh_match_hostname macro
H A Dreadconf.c810 r = match_hostname(host, arg) == 1; in match_cfg_line()
815 r = match_hostname(original_host, arg) == 1; in match_cfg_line()
H A Dservconf.c1159 if (match_hostname(ci->host, arg) != 1) in match_cfg_line()