1RPC_PEERADDR2STR(9)            Linux Networking            RPC_PEERADDR2STR(9)
2
3
4

NAME

6       rpc_peeraddr2str - return remote peer address in printable format
7

SYNOPSIS

9       const char * rpc_peeraddr2str(struct rpc_clnt * clnt,
10                                     enum rpc_display_format_t format);
11

ARGUMENTS

13       clnt
14           RPC client structure
15
16       format
17           address format
18

NB

20       the lifetime of the memory referenced by the returned pointer is the
21       same as the rpc_xprt itself. As long as the caller uses this pointer,
22       it must hold the RCU read lock.
23
25Kernel Hackers Manual 3.10         June 2019               RPC_PEERADDR2STR(9)
Impressum