Searched refs:use_dns (Results 1 – 13 of 13) sorted by relevance
/external/openssh/ |
D | canohost.c | 48 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()
|
D | auth-sia.c | 59 host = get_canonical_hostname(options.use_dns); in sys_auth_passwd() 88 host = get_canonical_hostname(options.use_dns); in session_setup_sia()
|
D | auth.c | 182 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()
|
D | auth-rh-rsa.c | 78 chost = (char *)get_canonical_hostname(options.use_dns); in auth_rhosts_rsa()
|
D | servconf.h | 143 int use_dns; member
|
D | auth2-hostbased.c | 152 resolvedname = get_canonical_hostname(options.use_dns); in hostbased_key_allowed()
|
D | auth-rhosts.c | 191 hostname = get_canonical_hostname(options.use_dns); in auth_rhosts()
|
D | servconf.c | 130 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()
|
D | auth-pam.c | 646 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()
|
D | auth-options.c | 252 options.use_dns); in auth_parse_options()
|
D | session.c | 781 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()
|
D | monitor.c | 1396 get_remote_name_or_ip(utmp_len, options.use_dns), in mm_record_login()
|
/external/openssh/openbsd-compat/ |
D | bsd-cray.c | 131 fsent.host = (char *)get_canonical_hostname(options.use_dns); in cray_login_failure() 227 (char *)get_canonical_hostname(options.use_dns), in cray_setup()
|