Searched defs:IXDR_PUT_LONG (Results 1 – 3 of 3) sorted by relevance
18 #define IXDR_PUT_LONG(buf, v) ((long)IXDR_PUT_INT32(buf, (long)(v))) macro
259 #define IXDR_PUT_LONG(buf, v) (*(buf)++ =(int32_t)htonl((uint32_t)v)) macro