|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <svc_dg.h>

Public Attributes | |
| size_t | su_iosz |
| u_int32_t | su_xid |
| XDR | su_xdrs |
| char | su_verfbody [MAX_AUTH_BYTES] |
| void * | su_cache |
| void* svc_dg_data::su_cache |
Definition at line 47 of file svc_dg.h.
Referenced by cache_get(), cache_set(), svc_dg_create(), svc_dg_enablecache(), svc_dg_recv(), and svc_dg_reply().
| 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().
| char svc_dg_data::su_verfbody[MAX_AUTH_BYTES] |
Definition at line 46 of file svc_dg.h.
Referenced by svc_dg_create().
| 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().
| 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().