HomeSort by relevance Sort by last modified time
    Searched full:use_dns (Results 1 - 10 of 10) sorted by null

  /external/openssh/
auth-sia.c 59 host = get_canonical_hostname(options.use_dns);
88 host = get_canonical_hostname(options.use_dns);
auth.c 189 hostname = auth_get_canonical_hostname(ssh, options.use_dns);
331 auth_get_canonical_hostname(ssh, options.use_dns), "ssh");
335 auth_get_canonical_hostname(ssh, options.use_dns), "ssh",
643 struct connection_info *ci = get_connection_info(1, options.use_dns);
683 auth_get_canonical_hostname(ssh, options.use_dns), "ssh");
914 auth_get_canonical_hostname(struct ssh *ssh, int use_dns)
918 if (!use_dns)
auth2-hostbased.c 172 resolvedname = auth_get_canonical_hostname(ssh, options.use_dns);
servconf.h 152 int use_dns; member in struct:__anon29004
servconf.c 150 options->use_dns = -1;
312 if (options->use_dns == -1)
313 options->use_dns = 0;
700 get_connection_info(int populate, int use_dns)
707 ci.host = auth_get_canonical_hostname(ssh, use_dns);
    [all...]
auth-options.c 280 ssh, options.use_dns);
session.c 606 session_get_remote_name_or_ip(ssh, utmp_len, options.use_dns),
721 options.use_dns),
    [all...]
auth-pam.c 646 pam_rhost = auth_get_canonical_hostname(ssh, options.use_dns);
804 auth_get_canonical_hostname(ssh, options.use_dns));
monitor.c     [all...]
  /external/openssh/openbsd-compat/
bsd-cray.c 130 fsent.host = (char *)get_canonical_hostname(options.use_dns);
226 (char *)get_canonical_hostname(options.use_dns),

Completed in 341 milliseconds