ReactOS 0.4.15-dev-7924-g5949c20
rpc_gss_cred Struct Reference

#include <auth_gss.h>

Public Attributes

u_int gc_v
 
rpc_gss_proc_t gc_proc
 
u_int gc_seq
 
rpc_gss_svc_t gc_svc
 
gss_buffer_desc gc_ctx
 

Detailed Description

Definition at line 108 of file auth_gss.h.

Member Data Documentation

◆ gc_ctx

gss_buffer_desc rpc_gss_cred::gc_ctx

Definition at line 113 of file auth_gss.h.

◆ gc_proc

rpc_gss_proc_t rpc_gss_cred::gc_proc

Definition at line 110 of file auth_gss.h.

Referenced by _svcauth_gss().

◆ gc_seq

u_int rpc_gss_cred::gc_seq

Definition at line 111 of file auth_gss.h.

Referenced by _svcauth_gss(), and svcauth_gss_accept_sec_context().

◆ gc_svc

rpc_gss_svc_t rpc_gss_cred::gc_svc

Definition at line 112 of file auth_gss.h.

Referenced by _svcauth_gss(), and svcauth_gss_accept_sec_context().

◆ gc_v

u_int rpc_gss_cred::gc_v

Definition at line 109 of file auth_gss.h.

Referenced by _svcauth_gss().


The documentation for this struct was generated from the following file: