Searched defs:DnsTlsServer (Results 1 – 1 of 1) sorted by relevance
34 struct DnsTlsServer : public IPrivateDnsServer { struct36 DnsTlsServer() {} in DnsTlsServer() argument39 DnsTlsServer(const sockaddr_storage& ss) : ss(ss) {} in DnsTlsServer() function59 // Exact comparison of DnsTlsServer objects argument66 PrivateDnsTransport transport() const override { return PrivateDnsTransport::kDot; } in transport()90 // State, unrelated to the comparison of DnsTlsServer objects. argument97 bool operator()(const DnsTlsServer& x, const DnsTlsServer& y) const; argument