Searched defs:dns_query (Results 1 – 3 of 3) sorted by relevance
150 struct dns_query { struct154 struct dns_query *next; argument
1491 struct dns_query { struct1492 struct dns_query *next; /* Next query in hash bucket. */ argument1493 u_int32_t hash; /* Hash bucket index. */1494 TIME expiry; /* Query expiry time (zero if not yet1496 u_int16_t id; /* Query ID (also hash table index) */1497 caddr_t waiters; /* Pointer to list of things waiting1500 struct dns_question *question; /* Question, internal format. */1501 struct dns_answer *answer; /* Answer, internal format. */1503 unsigned char *query; /* Query formatted for DNS server. */1504 unsigned len; /* Length of entire query. */[all …]
485 static int dns_query(const char *name, int type, unsigned flags, in dns_query() function