ReactOS 0.4.15-dev-7788-g1ad9096
svc_raw_private Struct Reference
Collaboration diagram for svc_raw_private:

Public Attributes

charraw_buf
 
SVCXPRT server
 
XDR xdr_stream
 
char verf_body [MAX_AUTH_BYTES]
 

Detailed Description

Definition at line 55 of file svc_raw.c.

Member Data Documentation

◆ raw_buf

char* svc_raw_private::raw_buf

Definition at line 56 of file svc_raw.c.

Referenced by svc_raw_create().

◆ server

SVCXPRT svc_raw_private::server

Definition at line 57 of file svc_raw.c.

Referenced by svc_raw_create().

◆ verf_body

char svc_raw_private::verf_body[MAX_AUTH_BYTES]

Definition at line 59 of file svc_raw.c.

Referenced by svc_raw_create().

◆ xdr_stream

XDR svc_raw_private::xdr_stream

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