Home | History | Annotate | Download | only in libevent

Lines Matching refs:_t32

760 #define GET32(x) do { if (j + 4 > length) goto err; memcpy(&_t32, packet + j, 4); j += 4; x = ntohl(_t32); } while(0)
816 u32 _t32; /* used by the macros */
1387 _t32 = htonl(x); \
1388 memcpy(buf + j, &_t32, 4); \
1634 u32 _t32;