xdr_short
extern bool_t xdr_short(XDR *, short *);
PROTO_NORMAL(xdr_short);
DEF_WEAK(xdr_short);
return (xdr_short(xdrs, (short *)ep));