Lines Matching full:u16
141 #define u16 ev_uint16_t
182 u16 trans_id; /* the transaction id */
214 u16 port;
249 u16 type : 16; /* The RR type */
250 u16 class : 16; /* The RR class (usually CLASS_INET) */
253 u16 datalen; /* Length of data; -1 if data is a label */
266 u16 trans_id; /* Transaction id. */
330 static u16 transaction_id_pick(void);
433 request_find_from_trans_id(u16 trans_id) {
545 request_trans_id_set(struct request *const req, const u16 trans_id) {
547 *((u16 *) req->request) = htons(trans_id);
682 reply_handle(struct request *const req, u16 flags, u32 ttl, struct reply *reply) {
694 u16 error_code = (flags & 0x000f) - 1;
815 u16 _t; /* used by the macros */
819 u16 trans_id, questions, answers, authority, additional, datalength;
820 u16 flags = 0;
871 * <label:name><u16:type><u16:class>
879 * <label:name><u16:type><u16:class><u32:ttl><u16:len><data...>
883 u16 type, class;
960 u16 _t; /* used by the macros */
964 u16 trans_id, flags, questions, answers, authority, additional;
993 u16 type, class;
1041 static u16
1044 u16 trans_id;
1099 static u16
1103 u16 trans_id = trans_id_function();
1375 u16 _t;
1451 const u16 trans_id, const u16 type, const u16 class,
1454 u16 _t; /* used by the macros */
1560 item->datalen = (u16)-1;
1633 u16 _t;
1636 u16 flags;
2241 const u16 trans_id = issuing_now ? transaction_id_pick() : 0xffff;