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