Searched defs:IXDR_GET_INT32 (Results 1 – 3 of 3) sorted by relevance
228 #define IXDR_GET_INT32(buf) ((int32_t)IXDR_GET_U_INT32(buf)) macro
257 #define IXDR_GET_INT32(buf) ((int32_t)__ntohl((u_int32_t)*(buf)++)) macro
270 #define IXDR_GET_INT32(buf) ((int32_t)__ntohl((uint32_t)*(buf)++)) macro