rpc_peeraddr2str (9) Linux Manual Page
rpc_peeraddr2str – return remote peer address in printable format
Synopsis
const char *rpc_peeraddr2str(struct rpc_clnt *clnt, enum rpc_display_format_t format);
Arguments
clnt
-
- RPC client structure
format
- address format
Description
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.
