Searched refs:xdr_short (Results 1 – 2 of 2) sorted by relevance
115 return (xdr_short(xdrs, (short *) ip)); in xdr_int()141 return (xdr_short(xdrs, (short *) up)); in xdr_u_int()255 bool_t xdr_short(XDR* xdrs, short* sp) in xdr_short() function376 return (xdr_short(xdrs, (short *)(void *)ep)); in xdr_enum()
287 extern bool_t xdr_short (XDR *__xdrs, short *__sp);
Completed in 6 milliseconds