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

  /external/openssh/
canohost.h 15 const char *get_canonical_hostname(int);
auth-sia.c 59 host = get_canonical_hostname(options.use_dns);
88 host = get_canonical_hostname(options.use_dns);
auth-rh-rsa.c 81 chost = (char *)get_canonical_hostname(options.use_dns);
canohost.c 211 get_canonical_hostname(int use_dns) function
363 remote = get_canonical_hostname(use_dns);
auth.c 185 hostname = get_canonical_hostname(options.use_dns);
317 get_canonical_hostname(options.use_dns), "ssh");
321 get_canonical_hostname(options.use_dns), "ssh", &loginmsg);
663 get_canonical_hostname(options.use_dns), "ssh");
auth-rhosts.c 194 hostname = get_canonical_hostname(options.use_dns);
auth2-hostbased.c 171 resolvedname = get_canonical_hostname(options.use_dns);
auth-options.c 256 const char *remote_host = get_canonical_hostname(
sshd.c     [all...]
servconf.c 706 ci.host = get_canonical_hostname(use_dns);
    [all...]
  /external/openssh/openbsd-compat/
bsd-cray.c 131 fsent.host = (char *)get_canonical_hostname(options.use_dns);
227 (char *)get_canonical_hostname(options.use_dns),

Completed in 332 milliseconds