Searched defs:IXDR_GET_LONG (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/Libinfo-459/rpc.subproj/
H A Dxdr.h342 #define IXDR_GET_LONG(buf) (ntohl((u_int32_t)*(buf)++)) macro
345 #define IXDR_GET_LONG(buf) ((long)ntohl((u_int32_t)*(buf)++)) macro

Completed in 127 milliseconds