Searched defs:res_target (Results 1 – 1 of 1) sorted by relevance
118 struct res_target { struct119 struct res_target* next; argument120 const char* name; // domain name121 int qclass, qtype; // class and type of query122 std::vector<uint8_t> answer = std::vector<uint8_t>(MAXPACKET, 0); // buffer to put answer123 int n = 0; // result length