HomeSort by relevance Sort by last modified time
    Searched refs:match_hostname (Results 1 - 5 of 5) sorted by null

  /external/openssh/
match.h 19 int match_hostname(const char *, const char *, u_int);
match.c 179 match_hostname(const char *host, const char *pattern, u_int len) function
202 if ((mhost = match_hostname(host, patterns, strlen(patterns))) == -1)
hostfile.c 273 if (match_hostname(host, cp, (u_int) (cp2 - cp)) != 1) {
servconf.c 647 if (match_hostname(host, arg, len) != 1)
    [all...]
ssh-keygen.c 1092 c = (match_hostname(name, cp,
    [all...]

Completed in 86 milliseconds