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

/illumos-gate/usr/src/lib/libbc/inc/include/rpc/
H A Dxdr.h199 #define IXDR_GET_LONG(buf) ((long)ntohl((u_long)*(buf)++)) macro
202 #define IXDR_GET_BOOL(buf) ((bool_t)IXDR_GET_LONG(buf))
203 #define IXDR_GET_ENUM(buf, t) ((t)IXDR_GET_LONG(buf))
204 #define IXDR_GET_U_LONG(buf) ((u_long)IXDR_GET_LONG(buf))
205 #define IXDR_GET_SHORT(buf) ((short)IXDR_GET_LONG(buf))
206 #define IXDR_GET_U_SHORT(buf) ((u_short)IXDR_GET_LONG(buf))
/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))

Completed in 59 milliseconds