ReactOS 0.4.16-dev-91-g764881a
|
Public Attributes | |
u_int32_t | cache_xid |
rpcproc_t | cache_proc |
rpcvers_t | cache_vers |
rpcprog_t | cache_prog |
struct netbuf | cache_addr |
char * | cache_reply |
size_t | cache_replylen |
cache_ptr | cache_next |
Definition at line 342 of file svc_dg.c.
Referenced by cache_get(), and cache_set().
cache_ptr cache_node::cache_next |
Definition at line 351 of file svc_dg.c.
Referenced by cache_get(), and cache_set().
rpcproc_t cache_node::cache_proc |
Definition at line 339 of file svc_dg.c.
Referenced by cache_get(), and cache_set().
rpcprog_t cache_node::cache_prog |
Definition at line 341 of file svc_dg.c.
Referenced by cache_get(), and cache_set().
char* cache_node::cache_reply |
Definition at line 346 of file svc_dg.c.
Referenced by cache_get(), and cache_set().
size_t cache_node::cache_replylen |
Definition at line 347 of file svc_dg.c.
Referenced by cache_get(), and cache_set().
rpcvers_t cache_node::cache_vers |
Definition at line 340 of file svc_dg.c.
Referenced by cache_get(), and cache_set().
u_int32_t cache_node::cache_xid |
Definition at line 338 of file svc_dg.c.
Referenced by cache_get(), and cache_set().