Home | History | Annotate | Download | only in libevent

Lines Matching defs:_t

761 #define GET16(x) do { if (j + 2 > length) goto err; memcpy(&_t, packet + j, 2); j += 2; x = ntohs(_t); } while(0)
815 u16 _t; /* used by the macros */
960 u16 _t; /* used by the macros */
1375 u16 _t;
1380 _t = htons(x); \
1381 memcpy(buf + j, &_t, 2); \
1454 u16 _t; /* used by the macros */
1633 u16 _t;
1692 _t = htons( (short) (j-name_start) );
1693 memcpy(buf+len_idx, &_t, 2);