Searched refs:use_dns (Results 1 - 13 of 13) sorted by relevance

/external/openssh/
H A Dcanohost.c48 get_remote_hostname(int sock, int use_dns) argument
75 if (!use_dns)
211 get_canonical_hostname(int use_dns) argument
218 if (use_dns && canonical_host_name != NULL)
220 if (!use_dns && remote_ip != NULL)
225 host = get_remote_hostname(packet_get_connection_in(), use_dns);
229 if (use_dns)
359 get_remote_name_or_ip(u_int utmp_len, int use_dns) argument
363 remote = get_canonical_hostname(use_dns);
H A Dauth-sia.c59 host = get_canonical_hostname(options.use_dns);
88 host = get_canonical_hostname(options.use_dns);
H A Dauth-rh-rsa.c81 chost = (char *)get_canonical_hostname(options.use_dns);
H A Dauth.c185 hostname = get_canonical_hostname(options.use_dns);
317 get_canonical_hostname(options.use_dns), "ssh");
321 get_canonical_hostname(options.use_dns), "ssh", &loginmsg);
623 struct connection_info *ci = get_connection_info(1, options.use_dns);
663 get_canonical_hostname(options.use_dns), "ssh");
H A Dservconf.h158 int use_dns; member in struct:__anon15530
H A Dauth-rhosts.c194 hostname = get_canonical_hostname(options.use_dns);
H A Dauth2-hostbased.c171 resolvedname = get_canonical_hostname(options.use_dns);
H A Dservconf.c156 options->use_dns = -1;
322 if (options->use_dns == -1)
323 options->use_dns = 0;
700 get_connection_info(int populate, int use_dns) argument
706 ci.host = get_canonical_hostname(use_dns);
1352 intptr = &options->use_dns;
2283 dump_cfg_fmtint(sUseDNS, o->use_dns);
H A Dauth-options.c257 options.use_dns);
H A Dauth-pam.c646 pam_rhost = get_remote_name_or_ip(utmp_len, options.use_dns);
799 get_remote_name_or_ip(utmp_len, options.use_dns));
H A Dsession.c768 get_remote_name_or_ip(utmp_len, options.use_dns),
880 options.use_dns),
1751 options.use_dns);
H A Dmonitor.c1501 get_remote_name_or_ip(utmp_len, options.use_dns),
/external/openssh/openbsd-compat/
H A Dbsd-cray.c131 fsent.host = (char *)get_canonical_hostname(options.use_dns);
227 (char *)get_canonical_hostname(options.use_dns),

Completed in 813 milliseconds