Searched defs:rpc_authops (Results 1 – 1 of 1) sorted by relevance
93 struct rpc_authops { struct94 struct module *owner;95 rpc_authflavor_t au_flavor; /* flavor (RPC_AUTH_*) */96 char * au_name;120 extern const struct rpc_authops authunix_ops; argument