OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:new_hostname
(Results
1 - 2
of
2
) sorted by relevancy
/src/crypto/external/bsd/heimdal/dist/lib/krb5/
test_hostname.c
84
const char *
new_hostname
;
member in struct:t
principal.c
1798
const char *
new_hostname
= NULL;
local
1863
new_hostname
= tmp_hostname;
1893
new_hostname
= krb5_principal_get_comp_string(context, nss, 1);
1916
ret = get_host_realm(context,
new_hostname
, &tmp_realm);
1923
if (port != NULL &&
new_hostname
!= NULL) {
1924
if (asprintf(&hostname_with_port, "%s%s",
new_hostname
, port) == -1 ||
1929
new_hostname
= hostname_with_port;
1934
if (
new_hostname
!= NULL)
1935
krb5_principal_set_comp_string(context, *out_princ, 1,
new_hostname
);
Completed in 23 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026