Searched refs:fillAnswerRdata (Results 1 – 2 of 2) sorted by relevance
118 bool fillAnswerRdata(const std::string& rdatastr, DNSRecord& record) const;
836 fillAnswerRdata(it->second, record); in addAnswerRecords()852 bool DNSResponder::fillAnswerRdata(const std::string& rdatastr, DNSRecord& record) const { in fillAnswerRdata() function in test::DNSResponder