|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <wintirpc.h>#include <reentrant.h>#include <assert.h>#include <stdio.h>#include <stdlib.h>#include <rpc/rpc.h>#include <rpc/raw.h>
Go to the source code of this file.
Classes | |
| struct | clntraw_private |
Macros | |
| #define | MCALL_MSG_SIZE 24 |
Functions | |
| static enum clnt_stat | clnt_raw_call (CLIENT *, rpcproc_t, xdrproc_t, void *, xdrproc_t, void *, struct timeval) |
| static void | clnt_raw_geterr (CLIENT *, struct rpc_err *) |
| static bool_t | clnt_raw_freeres (CLIENT *, xdrproc_t, void *) |
| static void | clnt_raw_abort (CLIENT *) |
| static bool_t | clnt_raw_control (CLIENT *, u_int, void *) |
| static void | clnt_raw_destroy (CLIENT *) |
| static struct clnt_ops * | clnt_raw_ops (void) |
| CLIENT * | clnt_raw_create (rpcprog_t prog, rpcvers_t vers) |
Variables | |
| mutex_t | clntraw_lock |
| static struct clntraw_private * | clntraw_private |
| #define MCALL_MSG_SIZE 24 |
Definition at line 52 of file clnt_raw.c.
|
static |
Definition at line 136 of file clnt_raw.c.
Referenced by clnt_raw_ops().
Definition at line 272 of file clnt_raw.c.
Referenced by clnt_raw_ops().
Definition at line 81 of file clnt_raw.c.
Definition at line 243 of file clnt_raw.c.
Referenced by clnt_raw_ops().
Definition at line 288 of file clnt_raw.c.
Referenced by clnt_raw_create().
|
extern |
Definition at line 53 of file mt_misc.c.
Referenced by clnt_raw_create(), and clnt_raw_freeres().
|
static |