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

/illumos-gate/usr/src/lib/gss_mechs/mech_dh/backend/mech/
H A Dcontext_establish.c806 dh_cntx_t remote_ctx; local
844 remote_ctx = &tok.ver.dh_version_u.
848 if (strcmp(remote_ctx->remote, dh_gss_ctx->remote) ||
849 strcmp(remote_ctx->local, dh_gss_ctx->local)) {
856 remote_ctx->channel);
863 dh_gss_ctx->flags = remote_ctx->flags;

Completed in 45 milliseconds