xdr_pmaplist()

The xdr_pmaplist() call translates a variable number of RPC procedure identifications, such as those Portmapper creates.

Syntax

#include <rpc\rpc.h>

bool_t
xdr_pmaplist(xdrs, rp)
XDR *xdrs;
struct pmaplist **rp;

Parameters

xdrs

rp

Return Values

The value 1 indicates success; the value 0 indicates an error.


[Back: xdr_pmap()]
[Next: xdr_reference()]