nfs-ganesha 1.4
|
#include "rpcal.h"
Go to the source code of this file.
Functions | |
bool_t | Svcauth_none_destroy (SVCAUTH *) |
bool_t | Svcauth_none_wrap (SVCAUTH *, XDR *, xdrproc_t, caddr_t) |
enum auth_stat | Gssrpc__svcauth_none (struct svc_req *rqst, struct rpc_msg *msg, bool_t *no_dispatch) |
Variables | |
struct svc_auth_ops | Svc_auth_none_ops |
SVCAUTH | Svc_auth_none |
enum auth_stat Gssrpc__svcauth_none | ( | struct svc_req * | rqst, |
struct rpc_msg * | msg, | ||
bool_t * | no_dispatch | ||
) |
Definition at line 69 of file Svc_auth_none.c.
bool_t Svcauth_none_destroy | ( | SVCAUTH * | auth | ) |
Definition at line 58 of file Svc_auth_none.c.
bool_t Svcauth_none_wrap | ( | SVCAUTH * | auth, |
XDR * | xdrs, | ||
xdrproc_t | xdr_func, | ||
caddr_t | xdr_ptr | ||
) |
Definition at line 63 of file Svc_auth_none.c.
{ &Svc_auth_none_ops, NULL, }
Definition at line 53 of file Svc_auth_none.c.
struct svc_auth_ops Svc_auth_none_ops |
Definition at line 47 of file Svc_auth_none.c.