xdr_opaque_auth()

The xdr_opaque_auth() call translates between RPC message authentications and their external representations.

Syntax

#include <rpc\rpc.h>

bool_t
xdr_opaque_auth(xdrs, ap)
XDR *xdrs;
struct opaque_auth *ap;

Parameters

xdrs

ap

Return Values

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


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