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