ReactOS 0.4.16-dev-106-g10b08aa
|
Go to the source code of this file.
Functions | |
static bool_t | svcauth_none_destroy (SVCAUTH *auth) |
static bool_t | svcauth_none_wrap (SVCAUTH *auth, XDR *xdrs, xdrproc_t xdr_func, caddr_t xdr_ptr) |
enum auth_stat | _svcauth_none (struct svc_req *rqst, struct rpc_msg *msg) |
Variables | |
struct svc_auth_ops | svc_auth_none_ops |
SVCAUTH | svc_auth_none |
Definition at line 69 of file svc_auth_none.c.
Definition at line 45 of file svc_auth_none.c.
|
static |
Definition at line 51 of file svc_auth_none.c.
SVCAUTH svc_auth_none |
Definition at line 63 of file svc_auth_none.c.
Referenced by _svcauth_gss(), and _svcauth_none().
struct svc_auth_ops svc_auth_none_ops |
Definition at line 57 of file svc_auth_none.c.