The xdr_u_int() call translates between C unsigned integers and their external representations.
Syntax
#include <rpc\rpc.h> bool_t xdr_u_int(xdrs, up) XDR *xdrs; unsigned *up;
Parameters
xdrs
Return Values
The value 1 indicates success; the value 0 indicates an error.