Searched defs:res_target (Results 1 – 1 of 1) sorted by relevance
117 struct res_target { struct118 struct res_target* next; argument119 const char* name; /* domain name */120 int qclass, qtype; /* class and type of query */121 u_char* answer; /* buffer to put answer */122 int anslen; /* size of answer buffer */123 int n; /* result length */