Searched defs:IXDR_PUT_LONG (Results 1 – 2 of 2) sorted by relevance
263 #define IXDR_PUT_LONG(buf, v) (*(buf)++ =(int32_t)__htonl((u_int32_t)v)) macro
279 #define IXDR_PUT_LONG(buf, v) (*(buf)++ =(int32_t)__htonl((uint32_t)v)) macro