Searched defs:IXDR_GET_U_INT32 (Results 1 – 3 of 3) sorted by relevance
230 #define IXDR_GET_U_INT32(buf) (ntohl((uint32_t)*(buf)++)) macro
259 #define IXDR_GET_U_INT32(buf) ((u_int32_t)IXDR_GET_INT32(buf)) macro
272 #define IXDR_GET_U_INT32(buf) ((uint32_t)IXDR_GET_INT32(buf)) macro