OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:use_dns
(Results
1 - 10
of
10
) sorted by relevancy
/src/crypto/external/bsd/heimdal/dist/lib/krb5/
get_host_realm.c
185
krb5_boolean
use_dns
,
209
if (!
use_dns
)
216
} else if (
use_dns
&& dns_locate_enable) {
270
int
use_dns
;
local
284
use_dns
= (strchr(host, '.') != NULL);
286
ret = _krb5_get_host_realm_int (context, host,
use_dns
, realms);
/src/crypto/external/bsd/openssh/dist/
auth.c
112
hostname = auth_get_canonical_hostname(ssh, options.
use_dns
);
252
hostname = auth_get_canonical_hostname(ssh, options.
use_dns
);
559
ci = server_get_connection_info(ssh, 1, options.
use_dns
);
715
auth_get_canonical_hostname(struct ssh *ssh, int
use_dns
)
719
if (!
use_dns
)
auth2-hostbased.c
183
resolvedname = auth_get_canonical_hostname(ssh, options.
use_dns
);
servconf.h
210
int
use_dns
;
member in struct:__anon1130
monitor_wrap.c
1292
server_get_connection_info(struct ssh *ssh, int populate, int
use_dns
)
1298
ci.host =
use_dns
? ssh_remote_hostname(ssh) : ssh_remote_ipaddr(ssh);
servconf.c
218
options->
use_dns
= -1;
499
if (options->
use_dns
== -1)
500
options->
use_dns
= 0;
1944
intptr = &options->
use_dns
;
3559
dump_cfg_fmtint(sUseDNS, o->
use_dns
);
auth-pam.c
757
options.
use_dns
));
auth2-pubkey.c
817
remote_host = auth_get_canonical_hostname(ssh, options.
use_dns
);
session.c
2479
session_get_remote_name_or_ip(struct ssh *ssh, u_int utmp_size, int
use_dns
)
2484
remote = auth_get_canonical_hostname(ssh,
use_dns
);
monitor.c
1686
session_get_remote_name_or_ip(ssh, utmp_len, options.
use_dns
),
Completed in 35 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026