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

/netbsd-current/external/gpl3/gcc/dist/fixincludes/tests/base/rpc/
H A Dxdr.h13 #define IXDR_GET_LONG(buf) ((long)IXDR_GET_U_INT32(buf)) macro
/netbsd-current/external/gpl3/gcc.old/dist/fixincludes/tests/base/rpc/
H A Dxdr.h13 #define IXDR_GET_LONG(buf) ((long)IXDR_GET_U_INT32(buf)) macro
/netbsd-current/common/include/rpc/
H A Dxdr.h258 #define IXDR_GET_LONG(buf) ((long)ntohl((uint32_t)*(buf)++)) macro
261 #define IXDR_GET_BOOL(buf) ((bool_t)IXDR_GET_LONG(buf))
262 #define IXDR_GET_ENUM(buf, t) ((t)IXDR_GET_LONG(buf))
263 #define IXDR_GET_U_LONG(buf) ((unsigned long)IXDR_GET_LONG(buf))
264 #define IXDR_GET_SHORT(buf) ((short)IXDR_GET_LONG(buf))
265 #define IXDR_GET_U_SHORT(buf) ((unsigned short)IXDR_GET_LONG(buf))

Completed in 95 milliseconds