xdr_authunix_parms()

The xdr_authunix_parms() call translates between UNIX-based authentication information and its external representation.

Syntax

#include <rpc\rpc.h>

bool_t
xdr_authunix_parms(xdrs, aupp)
XDR *xdrs;
struct authunix_parms *aupp;

Parameters

xdrs

aupp

Return Values

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


[Back: xdr_array()]
[Next: xdr_bool()]