Searched defs:res_target (Results 1 – 1 of 1) sorted by relevance
198 struct res_target { struct199 struct res_target *next; argument200 const char *name; /* domain name */201 int qclass, qtype; /* class and type of query */202 u_char *answer; /* buffer to put answer */203 int anslen; /* size of answer buffer */204 int n; /* result length */