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

/freebsd-10.0-release/crypto/heimdal/lib/krb5/
H A Dget_host_realm.c164 krb5_boolean use_dns,
175 if(use_dns)
183 else if(use_dns && dns_locate_enable) {
226 int use_dns; local
240 use_dns = (strchr(host, '.') != NULL);
242 ret = _krb5_get_host_realm_int (context, host, use_dns, realms);
162 _krb5_get_host_realm_int(krb5_context context, const char *host, krb5_boolean use_dns, krb5_realm **realms) argument
/freebsd-10.0-release/crypto/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)
355 get_remote_name_or_ip(u_int utmp_len, int use_dns) argument
359 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.c185 hostname = get_canonical_hostname(options.use_dns);
317 get_canonical_hostname(options.use_dns), "ssh");
321 get_canonical_hostname(options.use_dns), "ssh", &loginmsg);
598 struct connection_info *ci = get_connection_info(1, options.use_dns);
630 get_canonical_hostname(options.use_dns), "ssh");
H A Dauth-rhosts.c191 hostname = get_canonical_hostname(options.use_dns);
H A Dauth2-hostbased.c156 resolvedname = get_canonical_hostname(options.use_dns);
H A Dservconf.h152 int use_dns; member in struct:__anon4965
H A Dservconf.c141 options->use_dns = -1;
288 if (options->use_dns == -1)
289 options->use_dns = 1;
619 get_connection_info(int populate, int use_dns) argument
625 ci.host = get_canonical_hostname(use_dns);
1233 intptr = &options->use_dns;
2077 dump_cfg_fmtint(sUseDNS, o->use_dns);
H A Dauth-options.c252 options.use_dns);
H A Dauth2.c231 from_host = get_canonical_hostname(options.use_dns);
H A Dauth-pam.c644 pam_rhost = get_remote_name_or_ip(utmp_len, options.use_dns);
797 get_remote_name_or_ip(utmp_len, options.use_dns));
H A Dsession.c789 get_remote_name_or_ip(utmp_len, options.use_dns),
878 options.use_dns),
1730 options.use_dns);
H A Dmonitor.c1438 get_remote_name_or_ip(utmp_len, options.use_dns),
/freebsd-10.0-release/crypto/heimdal/lib/gssapi/krb5/
H A Dimport_name.c86 int use_dns, krb5_const_principal sourcename, gss_name_t targetname,
98 } else if (!use_dns) {
85 _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.c208 int use_dns,
226 ret = _gsskrb5_canon_name(minor_status, context, use_dns,
202 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
/freebsd-10.0-release/crypto/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 260 milliseconds