Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/rpc/
H A Dxdr.h265 #define IXDR_GET_LONG(buf) ((long)IXDR_GET_U_INT32(buf)) macro
267 #define IXDR_GET_U_LONG(buf) ((u_long)IXDR_GET_LONG(buf))
271 #define IXDR_GET_BOOL(buf) ((bool_t)IXDR_GET_LONG(buf))
272 #define IXDR_GET_ENUM(buf, t) ((t)IXDR_GET_LONG(buf))
273 #define IXDR_GET_SHORT(buf) ((short)IXDR_GET_LONG(buf))
274 #define IXDR_GET_U_SHORT(buf) ((u_short)IXDR_GET_LONG(buf))