Searched refs:rpc_authops (Results 1 – 4 of 4) sorted by relevance
58 struct rpc_authops * au_ops; /* operations */69 struct rpc_authops { struct89 extern struct rpc_authops authunix_ops; argument90 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 *);
23 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()
123 struct rpc_authops authnull_ops = {
235 struct rpc_authops authunix_ops = {