Searched refs:IXDR_GET_INT32 (Results 1 - 1 of 1) sorted by relevance

/macosx-10.9.5/Libinfo-449.1.3/rpc.subproj/
H A Dxdr.h336 #define IXDR_GET_INT32(buf) ((int32_t)ntohl((u_int32_t)*(buf)++)) macro
338 #define IXDR_GET_U_INT32(buf) ((u_int32_t)IXDR_GET_INT32(buf))

Completed in 118 milliseconds