Searched defs:res_target (Results 1 – 1 of 1) sorted by relevance
210 struct res_target { struct211 struct res_target *next; argument212 const char *name; /* domain name */213 int qclass, qtype; /* class and type of query */214 u_char *answer; /* buffer to put answer */215 int anslen; /* size of answer buffer */216 int n; /* result length */