Searched defs:res_target (Results 1 – 1 of 1) sorted by relevance
221 struct res_target { struct222 struct res_target *next; argument223 const char *name; /* domain name */224 int qclass, qtype; /* class and type of query */225 u_char *answer; /* buffer to put answer */226 int anslen; /* size of answer buffer */227 int n; /* result length */