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

/freebsd-11-stable/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-11-stable/crypto/openssh/
H A Dauth-sia.c59 host = get_canonical_hostname(options.use_dns);
88 host = get_canonical_hostname(options.use_dns);
H A Dauth.c191 hostname = auth_get_canonical_hostname(ssh, options.use_dns);
336 auth_get_canonical_hostname(ssh, options.use_dns), "ssh");
340 auth_get_canonical_hostname(ssh, options.use_dns), "ssh",
639 struct connection_info *ci = get_connection_info(1, options.use_dns);
672 auth_get_canonical_hostname(ssh, options.use_dns), "ssh");
903 auth_get_canonical_hostname(struct ssh *ssh, int use_dns) argument
907 if (!use_dns)
H A Dservconf.h152 int use_dns; member in struct:__anon4516
H A Dauth2-hostbased.c172 resolvedname = auth_get_canonical_hostname(ssh, options.use_dns);
H A Dservconf.c149 options->use_dns = -1;
317 if (options->use_dns == -1)
318 options->use_dns = 1;
713 get_connection_info(int populate, int use_dns) argument
720 ci.host = auth_get_canonical_hostname(ssh, use_dns);
1351 intptr = &options->use_dns;
2295 dump_cfg_fmtint(sUseDNS, o->use_dns);
H A Dsession.c607 session_get_remote_name_or_ip(ssh, utmp_len, options.use_dns),
722 options.use_dns),
2589 session_get_remote_name_or_ip(struct ssh *ssh, u_int utmp_size, int use_dns) argument
2594 remote = auth_get_canonical_hostname(ssh, use_dns);
H A Dauth-options.c280 ssh, options.use_dns);
H A Dauth2.c279 from_host = auth_get_canonical_hostname(ssh, options.use_dns);
H A Dauth-pam.c647 pam_rhost = auth_get_canonical_hostname(ssh, options.use_dns);
807 auth_get_canonical_hostname(ssh, options.use_dns));
H A Dmonitor.c1415 session_get_remote_name_or_ip(ssh, utmp_len, options.use_dns),
/freebsd-11-stable/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-11-stable/crypto/openssh/openbsd-compat/
H A Dbsd-cray.c130 fsent.host = (char *)get_canonical_hostname(options.use_dns);
226 (char *)get_canonical_hostname(options.use_dns),

Completed in 270 milliseconds