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

/freebsd-10-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-10-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-rh-rsa.c82 chost = auth_get_canonical_hostname(ssh, options.use_dns);
H A Dauth.c189 hostname = auth_get_canonical_hostname(ssh, options.use_dns);
322 auth_get_canonical_hostname(ssh, options.use_dns), "ssh");
326 auth_get_canonical_hostname(ssh, options.use_dns), "ssh",
626 struct connection_info *ci = get_connection_info(1, options.use_dns);
658 auth_get_canonical_hostname(ssh, options.use_dns), "ssh");
889 auth_get_canonical_hostname(struct ssh *ssh, int use_dns) argument
893 if (!use_dns)
H A Dservconf.h158 int use_dns; member in struct:__anon32
H A Dauth-rhosts.c196 hostname = auth_get_canonical_hostname(ssh, options.use_dns);
H A Dauth2-hostbased.c172 resolvedname = auth_get_canonical_hostname(ssh, options.use_dns);
H A Dservconf.c154 options->use_dns = -1;
334 if (options->use_dns == -1)
335 options->use_dns = 1;
723 get_connection_info(int populate, int use_dns) argument
730 ci.host = auth_get_canonical_hostname(ssh, use_dns);
1372 intptr = &options->use_dns;
2341 dump_cfg_fmtint(sUseDNS, o->use_dns);
H A Dauth2.c277 from_host = auth_get_canonical_hostname(ssh, options.use_dns);
H A Dauth-options.c280 ssh, options.use_dns);
H A Dauth-pam.c642 pam_rhost = auth_get_canonical_hostname(ssh, options.use_dns);
800 auth_get_canonical_hostname(ssh, options.use_dns));
H A Dsession.c793 session_get_remote_name_or_ip(ssh, utmp_len, options.use_dns),
908 options.use_dns),
1783 options.use_dns);
2827 session_get_remote_name_or_ip(struct ssh *ssh, u_int utmp_size, int use_dns) argument
2832 remote = auth_get_canonical_hostname(ssh, use_dns);
H A Dmonitor.c1505 session_get_remote_name_or_ip(ssh, utmp_len, options.use_dns),
/freebsd-10-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-10-stable/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 239 milliseconds