Searched defs:res_target (Results 1 – 1 of 1) sorted by relevance
236 struct res_target { struct237 struct res_target *next; argument238 const char *name; /* domain name */239 int qclass, qtype; /* class and type of query */240 u_char *answer; /* buffer to put answer */241 int anslen; /* size of answer buffer */242 int n; /* result length */