Lines Matching refs:_t
949 #define GET16(x) do { if (j + 2 > length) goto err; memcpy(&_t, packet + j, 2); j += 2; x = ntohs(_t); } while (0)
1003 u16 _t; /* used by the macros */
1205 u16 _t; /* used by the macros */
1591 u16 _t;
1596 _t = htons(x); \
1597 memcpy(buf + j, &_t, 2); \
1670 u16 _t; /* used by the macros */
1882 u16 _t;
1941 _t = htons( (short) (j-name_start) );
1942 memcpy(buf+len_idx, &_t, 2);