table of contents
other versions
- stretch 4.9.168-1
RPC_CLONE_CLIENT_SET(9) | Linux Networking | RPC_CLONE_CLIENT_SET(9) |
NAME¶
rpc_clone_client_set_auth - Clone an RPC client structure and set its authSYNOPSIS¶
struct rpc_clnt * rpc_clone_client_set_auth(struct rpc_clnt * clnt, rpc_authflavor_t flavor);
ARGUMENTS¶
clntRPC client whose parameters are copied
flavor
security flavor for new client
DESCRIPTION¶
Returns a fresh RPC client or an ERR_PTR.COPYRIGHT¶
April 2019 | Kernel Hackers Manual 4.9. |