Lines Matching refs:DnsTlsServer
77 SERVER1 = DnsTlsServer(V4ADDR1); in BaseTest()
86 DnsTlsServer SERVER1;
111 const DnsTlsServer& server ATTRIBUTE_UNUSED, in createDnsTlsSocket()
418 const DnsTlsServer& server ATTRIBUTE_UNUSED, in createDnsTlsSocket()
699 const DnsTlsServer& server, in createDnsTlsSocket()
707 std::multiset<std::pair<unsigned, DnsTlsServer>> keys;
722 std::vector<std::pair<unsigned, DnsTlsServer>> keys; in TEST_F()
738 const DnsTlsServer& server = key.second; in TEST_F()
759 bool isAddressEqual(const DnsTlsServer& s1, const DnsTlsServer& s2) { in isAddressEqual()
766 void checkUnequal(const DnsTlsServer& s1, const DnsTlsServer& s2) { in checkUnequal()
795 DnsTlsServer s1(V6ADDR1), s2(V6ADDR1); in TEST_F()
808 DnsTlsServer s1(V6ADDR1), s2(V6ADDR1); in TEST_F()
822 DnsTlsServer s1, s2; in TEST_F()
828 DnsTlsServer s3, s4; in TEST_F()
839 DnsTlsServer s1(V4ADDR1), s2(V4ADDR1); in TEST_F()
851 DnsTlsServer s1(V4ADDR1), s2(V4ADDR1); in TEST_F()
980 DnsTlsServer server; in TEST()