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 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()
|
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 | 185 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()
|
D | auth-rh-rsa.c | 81 chost = (char *)get_canonical_hostname(options.use_dns); in auth_rhosts_rsa()
|
D | servconf.h | 154 int use_dns; member
|
D | servconf.c | 152 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()
|
D | auth-rhosts.c | 194 hostname = get_canonical_hostname(options.use_dns); in auth_rhosts()
|
D | auth2-hostbased.c | 172 resolvedname = get_canonical_hostname(options.use_dns); in hostbased_key_allowed()
|
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 | 768 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()
|
D | monitor.c | 1497 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()
|