Home
last modified time | relevance | path

Searched refs:rpc_authops (Results 1 – 4 of 4) sorted by relevance

/linux-2.4.37.9/include/linux/sunrpc/
Dauth.h58 struct rpc_authops * au_ops; /* operations */
69 struct rpc_authops { struct
89 extern struct rpc_authops authunix_ops; argument
90 extern struct rpc_authops authnull_ops;
92 extern struct rpc_authops authdes_ops;
95 int rpcauth_register(struct rpc_authops *);
96 int rpcauth_unregister(struct rpc_authops *);
/linux-2.4.37.9/net/sunrpc/
Dauth.c23 static struct rpc_authops * auth_flavors[RPC_MAXFLAVOR] = {
30 rpcauth_register(struct rpc_authops *ops) in rpcauth_register()
43 rpcauth_unregister(struct rpc_authops *ops) in rpcauth_unregister()
58 struct rpc_authops *ops; in rpcauth_create()
Dauth_null.c123 struct rpc_authops authnull_ops = {
Dauth_unix.c235 struct rpc_authops authunix_ops = {