table of contents
other versions
- wheezy-backports 3.16.39-1+deb8u1~bpo70+1
- jessie 3.16.43-2
RPC_CREATE(9) | Linux Networking | RPC_CREATE(9) |
NAME¶
rpc_create - create an RPC client and transport with one callSYNOPSIS¶
struct
rpc_clnt *
rpc_create(struct rpc_create_args * args);
ARGUMENTS¶
argsrpc_clnt create argument structure
DESCRIPTION¶
Creates and initializes an RPC transport and an RPC client. It can ping the server in order to determine if it is up, and to see if it supports this program and version. RPC_CLNT_CREATE_NOPING disables this behavior so asynchronous tasks can also use rpc_create.COPYRIGHT¶
February 2017 | Kernel Hackers Manual 3.16 |