1RPC_CREATE(9) Linux Networking RPC_CREATE(9)
2
3
4
6 rpc_create - create an RPC client and transport with one call
7
9 struct rpc_clnt * rpc_create(struct rpc_create_args * args);
10
12 args
13 rpc_clnt create argument structure
14
16 Creates and initializes an RPC transport and an RPC client.
17
18 It can ping the server in order to determine if it is up, and to see if
19 it supports this program and version. RPC_CLNT_CREATE_NOPING disables
20 this behavior so asynchronous tasks can also use rpc_create.
21
23Kernel Hackers Manual 3.10 June 2019 RPC_CREATE(9)