Searched defs:IXDR_GET_LONG (Results 1 – 2 of 2) sorted by relevance
262 #define IXDR_GET_LONG(buf) ((long)__ntohl((u_int32_t)*(buf)++)) macro
269 #define IXDR_GET_LONG(buf) ((long)__ntohl((uint32_t)*(buf)++)) macro