![]() |
Qt 6.x
The Qt SDK
|
#include <qdnslookup_p.h>
Public Member Functions | |
void | setError (QDnsLookup::Error err, QString &&msg) |
void | makeResolverSystemError (int code=-1) |
void | makeTimeoutError () |
void | makeDnsRcodeError (quint8 rcode) |
void | makeInvalidReplyError (QString &&msg=QString()) |
Definition at line 42 of file qdnslookup_p.h.
Definition at line 75 of file qdnslookup_p.h.
References QString::arg(), error, errorString, QDnsLookup::InvalidReplyError, QDnsLookup::InvalidRequestError, QDnsLookup::NotFoundError, Q_ASSERT, QDnsLookup::ServerFailureError, and QDnsLookup::ServerRefusedError.
Definition at line 104 of file qdnslookup_p.h.
References QDnsLookup::InvalidReplyError, and setError().
|
inline |
Definition at line 63 of file qdnslookup_p.h.
References Q_ASSERT, qt_error_string(), QDnsLookup::ResolverError, and setError().
|
inline |
Definition at line 69 of file qdnslookup_p.h.
References Q_ASSERT, setError(), and QDnsLookup::TimeoutError.
|
inline |
Definition at line 57 of file qdnslookup_p.h.
References error, and errorString.
Referenced by makeInvalidReplyError(), makeResolverSystemError(), and makeTimeoutError().
QList<QDnsDomainNameRecord> QDnsLookupReply::canonicalNameRecords |
Definition at line 48 of file qdnslookup_p.h.
QDnsLookup::Error QDnsLookupReply::error = QDnsLookup::NoError |
Definition at line 45 of file qdnslookup_p.h.
Referenced by makeDnsRcodeError(), and setError().
QString QDnsLookupReply::errorString |
Definition at line 46 of file qdnslookup_p.h.
Referenced by makeDnsRcodeError(), and setError().
QList<QDnsHostAddressRecord> QDnsLookupReply::hostAddressRecords |
Definition at line 49 of file qdnslookup_p.h.
QList<QDnsMailExchangeRecord> QDnsLookupReply::mailExchangeRecords |
Definition at line 50 of file qdnslookup_p.h.
QList<QDnsDomainNameRecord> QDnsLookupReply::nameServerRecords |
Definition at line 51 of file qdnslookup_p.h.
QList<QDnsDomainNameRecord> QDnsLookupReply::pointerRecords |
Definition at line 52 of file qdnslookup_p.h.
QList<QDnsServiceRecord> QDnsLookupReply::serviceRecords |
Definition at line 53 of file qdnslookup_p.h.
QList<QDnsTextRecord> QDnsLookupReply::textRecords |
Definition at line 54 of file qdnslookup_p.h.