Home
last modified time | relevance | path

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

/external/openssh/
Dcanohost.c48 get_remote_hostname(int sock, int use_dns) in get_remote_hostname() argument
76 if (!use_dns) in get_remote_hostname()
217 get_canonical_hostname(int use_dns) in get_canonical_hostname() argument
224 if (use_dns && canonical_host_name != NULL) in get_canonical_hostname()
226 if (!use_dns && remote_ip != NULL) in get_canonical_hostname()
231 host = get_remote_hostname(packet_get_connection_in(), use_dns); in get_canonical_hostname()
235 if (use_dns) in get_canonical_hostname()
357 get_remote_name_or_ip(u_int utmp_len, int use_dns) in get_remote_name_or_ip() argument
361 remote = get_canonical_hostname(use_dns); in get_remote_name_or_ip()
Dauth-sia.c59 host = get_canonical_hostname(options.use_dns); in sys_auth_passwd()
88 host = get_canonical_hostname(options.use_dns); in session_setup_sia()
Dauth.c182 hostname = get_canonical_hostname(options.use_dns); in allowed_user()
289 get_canonical_hostname(options.use_dns), "ssh"); in auth_log()
293 get_canonical_hostname(options.use_dns), "ssh", &loginmsg); in auth_log()
557 get_canonical_hostname(options.use_dns), get_remote_ipaddr()); in getpwnamallow()
586 get_canonical_hostname(options.use_dns), "ssh"); in getpwnamallow()
Dauth-rh-rsa.c78 chost = (char *)get_canonical_hostname(options.use_dns); in auth_rhosts_rsa()
Dservconf.h143 int use_dns; member
Dauth2-hostbased.c152 resolvedname = get_canonical_hostname(options.use_dns); in hostbased_key_allowed()
Dauth-rhosts.c191 hostname = get_canonical_hostname(options.use_dns); in auth_rhosts()
Dservconf.c130 options->use_dns = -1; in initialize_server_options()
264 if (options->use_dns == -1) in fill_default_server_options()
265 options->use_dns = 1; in fill_default_server_options()
1044 intptr = &options->use_dns; in process_server_config_line()
1758 dump_cfg_fmtint(sUseDNS, o->use_dns); in dump_config()
Dauth-pam.c646 pam_rhost = get_remote_name_or_ip(utmp_len, options.use_dns); in sshpam_init()
799 get_remote_name_or_ip(utmp_len, options.use_dns)); in sshpam_query()
Dauth-options.c252 options.use_dns); in auth_parse_options()
Dsession.c781 get_remote_name_or_ip(utmp_len, options.use_dns), in do_pre_login()
870 options.use_dns), in do_login()
1696 options.use_dns); in do_child()
Dmonitor.c1396 get_remote_name_or_ip(utmp_len, options.use_dns), in mm_record_login()
/external/openssh/openbsd-compat/
Dbsd-cray.c131 fsent.host = (char *)get_canonical_hostname(options.use_dns); in cray_login_failure()
227 (char *)get_canonical_hostname(options.use_dns), in cray_setup()