__ntohl
#define ntohl(x) __ntohl(x)
#define IXDR_GET_INT32(buf) ((int32_t)__ntohl((u_int32_t)*(buf)++))
#define IXDR_GET_LONG(buf) ((long)__ntohl((u_int32_t)*(buf)++))
return (__ntohl(nl));
#define ntohl(x) __ntohl(x)
#define ntohl(x) __ntohl(x)
#define IXDR_GET_INT32(buf) ((int32_t)__ntohl((uint32_t)*(buf)++))
#define IXDR_GET_LONG(buf) ((long)__ntohl((uint32_t)*(buf)++))
#define ntohl(x) __ntohl(x)