Searched defs:dns_query (Results 1 – 2 of 2) sorted by relevance
192 struct dns_query { struct195 u16_t type;196 u16_t cls;
1351 struct dns_query { struct1352 struct dns_query *next; /* Next query in hash bucket. */ argument1353 u_int32_t hash; /* Hash bucket index. */1354 TIME expiry; /* Query expiry time (zero if not yet1356 u_int16_t id; /* Query ID (also hash table index) */1357 caddr_t waiters; /* Pointer to list of things waiting1360 struct dns_question *question; /* Question, internal format. */1361 struct dns_answer *answer; /* Answer, internal format. */1363 unsigned char *query; /* Query formatted for DNS server. */1364 unsigned len; /* Length of entire query. */[all …]