Searched defs:res_target (Results 1 – 1 of 1) sorted by relevance
119 struct res_target { struct120 struct res_target* next; argument121 const char* name; // domain name122 int qclass, qtype; // class and type of query123 std::vector<uint8_t> answer = std::vector<uint8_t>(MAXPACKET, 0); // buffer to put answer124 int n = 0; // result length