HomeSort by relevance Sort by last modified time
    Searched refs:get_canonical_hostname (Results 1 - 10 of 10) 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 78 chost = (char *)get_canonical_hostname(options.use_dns);
auth.c 182 hostname = get_canonical_hostname(options.use_dns);
289 get_canonical_hostname(options.use_dns), "ssh");
293 get_canonical_hostname(options.use_dns), "ssh", &loginmsg);
557 get_canonical_hostname(options.use_dns), get_remote_ipaddr());
586 get_canonical_hostname(options.use_dns), "ssh");
canohost.c 217 get_canonical_hostname(int use_dns) function
361 remote = get_canonical_hostname(use_dns);
auth-rhosts.c 191 hostname = get_canonical_hostname(options.use_dns);
auth2-hostbased.c 152 resolvedname = get_canonical_hostname(options.use_dns);
auth-options.c 251 const char *remote_host = get_canonical_hostname(
sshd.c     [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 185 milliseconds