Home
last modified time | relevance | path

Searched refs:IXDR_GET_LONG (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/rpc/
H A Dxdr.h344 #define IXDR_GET_LONG(buf) ((long)ntohl((ulong_t)*(buf)++)) macro
346 #define IXDR_GET_U_LONG(buf) ((ulong_t)IXDR_GET_LONG(buf))
349 #define IXDR_GET_BOOL(buf) ((bool_t)IXDR_GET_LONG(buf))
350 #define IXDR_GET_ENUM(buf, t) ((t)IXDR_GET_LONG(buf))
351 #define IXDR_GET_SHORT(buf) ((short)IXDR_GET_LONG(buf))
352 #define IXDR_GET_U_SHORT(buf) ((ushort_t)IXDR_GET_LONG(buf))