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

/illumos-gate/usr/src/lib/libbc/inc/include/rpc/
H A Dxdr.h206 #define IXDR_GET_U_SHORT(buf) ((u_short)IXDR_GET_LONG(buf)) macro
/illumos-gate/usr/src/uts/common/rpc/
H A Dxdr.h352 #define IXDR_GET_U_SHORT(buf) ((ushort_t)IXDR_GET_LONG(buf)) macro
364 #define IXDR_GET_U_SHORT(buf) ((ushort_t)IXDR_GET_INT32(buf)) macro

Completed in 90 milliseconds