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