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
75 if (!use_dns) in get_remote_hostname()
211 get_canonical_hostname(int use_dns) in get_canonical_hostname() argument
218 if (use_dns && canonical_host_name != NULL) in get_canonical_hostname()
220 if (!use_dns && remote_ip != NULL) in get_canonical_hostname()
225 host = get_remote_hostname(packet_get_connection_in(), use_dns); in get_canonical_hostname()
229 if (use_dns) in get_canonical_hostname()
359 get_remote_name_or_ip(u_int utmp_len, int use_dns) in get_remote_name_or_ip() argument
363 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.c185 hostname = get_canonical_hostname(options.use_dns); in allowed_user()
317 get_canonical_hostname(options.use_dns), "ssh"); in auth_log()
321 get_canonical_hostname(options.use_dns), "ssh", &loginmsg); in auth_log()
622 struct connection_info *ci = get_connection_info(1, options.use_dns); in getpwnamallow()
654 get_canonical_hostname(options.use_dns), "ssh"); in getpwnamallow()
Dauth-rh-rsa.c81 chost = (char *)get_canonical_hostname(options.use_dns); in auth_rhosts_rsa()
Dservconf.h154 int use_dns; member
Dservconf.c152 options->use_dns = -1; in initialize_server_options()
314 if (options->use_dns == -1) in fill_default_server_options()
315 options->use_dns = 0; in fill_default_server_options()
632 get_connection_info(int populate, int use_dns) in get_connection_info() argument
638 ci.host = get_canonical_hostname(use_dns); in get_connection_info()
1283 intptr = &options->use_dns; in process_server_config_line()
2162 dump_cfg_fmtint(sUseDNS, o->use_dns); in dump_config()
Dauth-rhosts.c194 hostname = get_canonical_hostname(options.use_dns); in auth_rhosts()
Dauth2-hostbased.c172 resolvedname = get_canonical_hostname(options.use_dns); in hostbased_key_allowed()
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.c768 get_remote_name_or_ip(utmp_len, options.use_dns), in do_pre_login()
880 options.use_dns), in do_login()
1751 options.use_dns); in do_child()
Dmonitor.c1497 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()