Searched refs:rpc_authops (Results 1 - 5 of 5) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/sunrpc/
H A Dauth.h71 struct rpc_authops * au_ops; /* operations */
89 struct rpc_authops { struct
117 extern struct rpc_authops authunix_ops;
118 extern struct rpc_authops authnull_ops;
120 extern struct rpc_authops authdes_ops;
123 int rpcauth_register(struct rpc_authops *);
124 int rpcauth_unregister(struct rpc_authops *);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/sunrpc/
H A Dauth_null.c104 struct rpc_authops authnull_ops = {
H A Dauth.c21 static struct rpc_authops * auth_flavors[RPC_AUTH_MAXFLAVOR] = {
35 rpcauth_register(struct rpc_authops *ops)
48 rpcauth_unregister(struct rpc_authops *ops)
64 struct rpc_authops *ops;
H A Dauth_unix.c207 struct rpc_authops authunix_ops = {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/sunrpc/auth_gss/
H A Dauth_gss.c57 static struct rpc_authops authgss_ops;
1196 static struct rpc_authops authgss_ops = {

Completed in 40 milliseconds