ReactOS 0.4.15-dev-7994-gb388cb6
svc_dg_data Struct Reference

#include <svc_dg.h>

Collaboration diagram for svc_dg_data:

Public Attributes

size_t su_iosz
 
u_int32_t su_xid
 
XDR su_xdrs
 
char su_verfbody [MAX_AUTH_BYTES]
 
voidsu_cache
 

Detailed Description

Definition at line 41 of file svc_dg.h.

Member Data Documentation

◆ su_cache

void* svc_dg_data::su_cache

◆ su_iosz

size_t svc_dg_data::su_iosz

Definition at line 43 of file svc_dg.h.

Referenced by cache_set(), svc_dg_create(), svc_dg_destroy(), and svc_dg_recv().

◆ su_verfbody

char svc_dg_data::su_verfbody[MAX_AUTH_BYTES]

Definition at line 46 of file svc_dg.h.

Referenced by svc_dg_create().

◆ su_xdrs

XDR svc_dg_data::su_xdrs

Definition at line 45 of file svc_dg.h.

Referenced by cache_set(), svc_dg_create(), svc_dg_destroy(), svc_dg_recv(), and svc_dg_reply().

◆ su_xid

u_int32_t svc_dg_data::su_xid

Definition at line 44 of file svc_dg.h.

Referenced by cache_get(), cache_set(), svc_dg_recv(), and svc_dg_reply().


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