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

/macosx-10.10/OpenSSH-189/openssh/
H A Dcanohost.c48 get_remote_hostname(int sock, int use_dns) argument
76 if (!use_dns)
217 get_canonical_hostname(int use_dns) argument
224 if (use_dns && canonical_host_name != NULL)
226 if (!use_dns && remote_ip != NULL)
231 host = get_remote_hostname(packet_get_connection_in(), use_dns);
235 if (use_dns)
357 get_remote_name_or_ip(u_int utmp_len, int use_dns) argument
361 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.c78 chost = (char *)get_canonical_hostname(options.use_dns);
H A Dauth.c183 hostname = get_canonical_hostname(options.use_dns);
294 get_canonical_hostname(options.use_dns), "ssh");
298 get_canonical_hostname(options.use_dns), "ssh", &loginmsg);
575 struct connection_info *ci = get_connection_info(1, options.use_dns);
607 get_canonical_hostname(options.use_dns), "ssh");
H A Dservconf.h153 int use_dns; member in struct:__anon3217
H A Dauth-rhosts.c191 hostname = get_canonical_hostname(options.use_dns);
H A Dauth2-hostbased.c152 resolvedname = get_canonical_hostname(options.use_dns);
H A Dservconf.c134 options->use_dns = -1;
277 if (options->use_dns == -1)
278 options->use_dns = 1;
586 get_connection_info(int populate, int use_dns) argument
592 ci.host = get_canonical_hostname(use_dns);
1175 intptr = &options->use_dns;
2003 dump_cfg_fmtint(sUseDNS, o->use_dns);
H A Dauth-options.c252 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.c784 get_remote_name_or_ip(utmp_len, options.use_dns),
873 options.use_dns),
1719 options.use_dns);
H A Dmonitor.c1444 get_remote_name_or_ip(utmp_len, options.use_dns),
/macosx-10.10/Heimdal-398.1.2/lib/krb5/
H A Dget_host_realm.c165 krb5_boolean use_dns,
177 if(use_dns)
185 else if(use_dns && dns_locate_enable) {
295 int use_dns; local
336 use_dns = (strchr(hostname, '.') != NULL);
338 ret = _krb5_get_host_realm_int (context, hostname, use_dns, &irealm);
163 _krb5_get_host_realm_int(krb5_context context, const char *host, krb5_boolean use_dns, krb5_realm **realms) argument
H A Dkrb5-private.h406 krb5_boolean use_dns,
/macosx-10.10/Heimdal-398.1.2/lib/gssapi/krb5/
H A Dimport_name.c129 int use_dns, krb5_const_principal sourcename, gss_name_t targetname,
141 } else if (!use_dns) {
128 _gsskrb5_canon_name(OM_uint32 *minor_status, krb5_context context, int use_dns, krb5_const_principal sourcename, gss_name_t targetname, krb5_principal *out) argument
H A Dinit_sec_context.c380 int use_dns,
398 ret = _gsskrb5_canon_name(minor_status, context, use_dns,
408 use_dns ? "dns" : "referals");
431 use_dns ? "dns" : "referals");
374 gsskrb5_get_creds( OM_uint32 * minor_status, krb5_context context, krb5_ccache ccache, gsskrb5_ctx ctx, const gss_name_t target_name, int use_dns, OM_uint32 time_req, OM_uint32 * time_rec) argument
H A Dgsskrb5-private.h421 int use_dns,
/macosx-10.10/OpenSSH-189/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 155 milliseconds