Lines Matching defs:t_
986 #define GET16(x) do { if (j + 2 > length) goto err; memcpy(&t_, packet + j, 2); j += 2; x = ntohs(t_); } while (0)
1040 u16 t_; /* used by the macros */
1240 u16 t_; /* used by the macros */
1624 u16 t_;
1629 t_ = htons(x); \
1630 memcpy(buf + j, &t_, 2); \
1703 u16 t_; /* used by the macros */
1916 u16 t_;
1975 t_ = htons( (short) (j-name_start) );
1976 memcpy(buf+len_idx, &t_, 2);