Searched refs:server_host (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/cmd/ssh/ssh/ |
H A D | gss-clnt.c | 64 ssh_gssapi_client_mechs(const char *server_host, gss_OID_set *mechs) in ssh_gssapi_client_mechs() argument 127 maj = ssh_gssapi_init_ctx(ctxt, server_host, 0, NULL, &tok); in ssh_gssapi_client_mechs() 158 ssh_gssapi_init_ctx(Gssctxt *ctx, const char *server_host, int deleg_creds, in ssh_gssapi_init_ctx() argument 163 debug("%s(%p, %s, %d, %p, %p)", __func__, ctx, server_host, in ssh_gssapi_init_ctx() 173 !ssh_gssapi_import_name(ctx, server_host)) { in ssh_gssapi_init_ctx()
|
/titanic_41/usr/src/cmd/ssh/include/ |
H A D | ssh-gss.h | 97 void ssh_gssapi_client_mechs(const char *server_host, gss_OID_set *mechs); 122 OM_uint32 ssh_gssapi_init_ctx(Gssctxt *ctx, const char *server_host, 156 int ssh_gssapi_import_name(Gssctxt *ctx, const char *server_host);
|
/titanic_41/usr/src/cmd/ssh/libssh/common/ |
H A D | ssh-gss.c | 731 ssh_gssapi_import_name(Gssctxt *ctx, const char *server_host) in ssh_gssapi_import_name() argument 738 strlen(server_host) + 1; /* +1 for '@' */ in ssh_gssapi_import_name() 741 SSH_GSS_HOSTBASED_SERVICE, server_host); in ssh_gssapi_import_name()
|
/titanic_41/usr/src/cmd/svr4pkg/pkginstall/ |
H A D | instvol.c | 463 char *server_host; in instvol() local 465 server_host = get_server_host( in instvol() 470 dstp, server_host); in instvol()
|