Searched defs:res_target (Results 1 – 1 of 1) sorted by relevance
206 struct res_target { struct207 struct res_target *next; argument208 const char *name; /* domain name */209 int qclass, qtype; /* class and type of query */210 u_char *answer; /* buffer to put answer */211 int anslen; /* size of answer buffer */212 int n; /* result length */