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