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