Searched defs:res_target (Results 1 – 1 of 1) sorted by relevance
202 struct res_target { struct203 struct res_target *next; argument204 const char *name; /* domain name */205 int qclass, qtype; /* class and type of query */206 u_char *answer; /* buffer to put answer */207 int anslen; /* size of answer buffer */208 int n; /* result length */