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

/macosx-10.9.5/Libinfo-449.1.3/rpc.subproj/
H A Dxdr.h343 #define IXDR_PUT_LONG(buf, v) (*(buf)++ = htonl((u_int32_t)v)) macro
346 #define IXDR_PUT_LONG(buf, v) (*(buf)++ =(int32_t)htonl((u_int32_t)v)) macro

Completed in 262 milliseconds