|
ReactOS 0.4.16-dev-1946-g52006dd
|

Public Attributes | |
| char * | raw_buf |
| SVCXPRT | server |
| XDR | xdr_stream |
| char | verf_body [MAX_AUTH_BYTES] |
| char* svc_raw_private::raw_buf |
Definition at line 56 of file svc_raw.c.
Referenced by svc_raw_create().
| SVCXPRT svc_raw_private::server |
Definition at line 57 of file svc_raw.c.
Referenced by svc_raw_create().
| char svc_raw_private::verf_body[MAX_AUTH_BYTES] |
Definition at line 59 of file svc_raw.c.
Referenced by svc_raw_create().
| XDR svc_raw_private::xdr_stream |
Definition at line 58 of file svc_raw.c.
Referenced by svc_raw_create(), svc_raw_freeargs(), svc_raw_getargs(), svc_raw_recv(), and svc_raw_reply().