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