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

Classes | |
| struct | clnt_ops |
Public Attributes | |
| AUTH * | cl_auth |
| struct __rpc_client::clnt_ops * | cl_ops |
| void * | cl_private |
| char * | cl_netid |
| char * | cl_tp |
| HANDLE | cb_thread |
| int(* | cb_xdr )(void *, void *) |
| int(* | cb_fn )(void *, void *, void **) |
| void * | cb_args |
| bool_t | shutdown |
| void* __rpc_client::cb_args |
Definition at line 148 of file clnt.h.
Referenced by clnt_cb_thread(), and clnt_vc_create().
Definition at line 147 of file clnt.h.
Referenced by clnt_cb_thread(), and clnt_vc_create().
| HANDLE __rpc_client::cb_thread |
Definition at line 145 of file clnt.h.
Referenced by clnt_vc_create(), and clnt_vc_destroy().
Definition at line 146 of file clnt.h.
Referenced by clnt_cb_thread(), and clnt_vc_create().
| AUTH* __rpc_client::cl_auth |
Definition at line 122 of file clnt.h.
Referenced by authgss_create(), authsspi_create(), clnt_dg_create(), clnt_vc_create(), and getkeyserv_handle().
| char* __rpc_client::cl_netid |
Definition at line 143 of file clnt.h.
Referenced by clnt_dg_create(), clnt_dg_destroy(), clnt_tli_create(), clnt_tp_create_timed(), and clnt_vc_destroy().
| struct __rpc_client::clnt_ops * __rpc_client::cl_ops |
Referenced by clnt_dg_create(), and clnt_vc_create().
| void* __rpc_client::cl_private |
Definition at line 142 of file clnt.h.
Referenced by clnt_cb_thread(), clnt_dg_control(), clnt_dg_create(), clnt_dg_destroy(), clnt_dg_freeres(), clnt_dg_geterr(), clnt_vc_control(), clnt_vc_create(), clnt_vc_destroy(), clnt_vc_freeres(), and clnt_vc_geterr().
| char* __rpc_client::cl_tp |
Definition at line 144 of file clnt.h.
Referenced by clnt_dg_create(), clnt_dg_destroy(), clnt_tli_create(), clnt_tp_create_timed(), and clnt_vc_destroy().
| bool_t __rpc_client::shutdown |
Definition at line 149 of file clnt.h.
Referenced by clnt_cb_thread(), and clnt_vc_destroy().