ReactOS 0.4.16-dev-91-g764881a
|
#include <wintirpc.h>
#include <reentrant.h>
#include <assert.h>
#include <stdlib.h>
#include <rpc/types.h>
#include <rpc/xdr.h>
#include <rpc/auth.h>
Go to the source code of this file.
Classes | |
struct | authnone_private |
Macros | |
#define | MAX_MARSHAL_SIZE 20 |
Functions | |
static bool_t | authnone_marshal (AUTH *, XDR *, u_int *) |
static void | authnone_verf (AUTH *) |
static bool_t | authnone_validate (AUTH *, struct opaque_auth *, u_int) |
static bool_t | authnone_refresh (AUTH *, void *) |
static void | authnone_destroy (AUTH *) |
bool_t | xdr_opaque_auth () |
static struct auth_ops * | authnone_ops () |
AUTH * | authnone_create () |
static int | authnone_wrap (AUTH *auth, XDR *xdrs, xdrproc_t func, caddr_t args) |
static int | authnone_unwrap (AUTH *auth, XDR *xdrs, xdrproc_t func, caddr_t args, u_int seq) |
Variables | |
static struct authnone_private * | authnone_private |
#define MAX_MARSHAL_SIZE 20 |
Definition at line 77 of file auth_none.c.
Definition at line 100 of file auth_none.c.
Referenced by clnt_dg_create(), clnt_raw_create(), and clnt_vc_create().
Definition at line 133 of file auth_none.c.
Referenced by authnone_ops().
|
static |
Definition at line 194 of file auth_none.c.
Referenced by authnone_create().
Definition at line 169 of file auth_none.c.
Referenced by authnone_ops().
|
static |
Definition at line 188 of file auth_none.c.
Referenced by authnone_ops().
|
static |
Definition at line 161 of file auth_none.c.
Referenced by authnone_ops().
Definition at line 182 of file auth_none.c.
Referenced by authnone_ops().
bool_t xdr_opaque_auth | ( | ) |
|
static |