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