other versions
- wheezy-backports 3.16.39-1+deb8u1~bpo70+1
- jessie 3.16.43-2
RPC_PEERADDR2STR(9) | Linux Networking | RPC_PEERADDR2STR(9) |
NAME¶
rpc_peeraddr2str - return remote peer address in printable formatSYNOPSIS¶
const
char * rpc_peeraddr2str(struct rpc_clnt * clnt,
enum rpc_display_format_t format);
ARGUMENTS¶
clntRPC client structure
format
address format
NB¶
the lifetime of the memory referenced by the returned pointer is the same as the rpc_xprt itself. As long as the caller uses this pointer, it must hold the RCU read lock.COPYRIGHT¶
February 2017 | Kernel Hackers Manual 3.16 |