Searched defs:IXDR_GET_SHORT (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libbc/inc/include/rpc/
H A Dxdr.h205 #define IXDR_GET_SHORT(buf) ((short)IXDR_GET_LONG(buf)) macro
/illumos-gate/usr/src/uts/common/rpc/
H A Dxdr.h351 #define IXDR_GET_SHORT(buf) ((short)IXDR_GET_LONG(buf)) macro
363 #define IXDR_GET_SHORT(buf) ((short)IXDR_GET_INT32(buf)) macro

Completed in 58 milliseconds