1. NAME

rpc_peeraddr - extract remote peer address from clntAqs xprt

2. SYNOPSIS

size_t rpc_peeraddr(struct rpc_clnt *  clnt , struct sockaddr *  buf , size_t  bufsize );

3. ARGUMENTS

clnt
    RPC client structure

buf
    target buffer

bufsize
    length of target buffer

4. DESCRIPTION

Returns the number of bytes that are actually in the stored address.

5. COPYRIGHT