ReactOS 0.4.15-dev-7788-g1ad9096
svc_req Struct Reference

#include <svc.h>

Collaboration diagram for svc_req:

Public Attributes

u_int32_t rq_prog
 
u_int32_t rq_vers
 
u_int32_t rq_proc
 
struct opaque_auth rq_cred
 
voidrq_clntcred
 
SVCXPRTrq_xprt
 
caddr_t rq_clntname
 
caddr_t rq_svcname
 

Detailed Description

Definition at line 132 of file svc.h.

Member Data Documentation

◆ rq_clntcred

void* svc_req::rq_clntcred

Definition at line 138 of file svc.h.

Referenced by _svcauth_des(), _svcauth_gss(), _svcauth_unix(), and svcauth_gss_accept_sec_context().

◆ rq_clntname

caddr_t svc_req::rq_clntname

Definition at line 142 of file svc.h.

Referenced by _svcauth_gss().

◆ rq_cred

struct opaque_auth svc_req::rq_cred

Definition at line 137 of file svc.h.

Referenced by _authenticate(), and _svcauth_gss().

◆ rq_proc

u_int32_t svc_req::rq_proc

Definition at line 136 of file svc.h.

Referenced by _svcauth_gss(), and universal().

◆ rq_prog

u_int32_t svc_req::rq_prog

Definition at line 134 of file svc.h.

Referenced by universal().

◆ rq_svcname

caddr_t svc_req::rq_svcname

Definition at line 143 of file svc.h.

Referenced by _svcauth_gss().

◆ rq_vers

u_int32_t svc_req::rq_vers

Definition at line 135 of file svc.h.

Referenced by universal().

◆ rq_xprt


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