(6d47110b50e7888980951a7c048932fed69c0229)
#include "qdnslookup_p.h"
#include <qendian.h>
#include <qrandom.h>
#include <qspan.h>
#include <qurl.h>
#include <qvarlengtharray.h>
#include <private/qnativesocketengine_p.h>
#include <private/qtnetwork-config_p.h>
#include <sys/types.h>
#include <netinet/in.h>
#include <arpa/nameser.h>
#include <errno.h>
#include <resolv.h>
#include <array>
Go to the source code of this file.
◆ T_OPT
◆ Cache
| typedef QList< QDnsCachedName > Cache = QList<QDnsCachedName> |
◆ QueryBuffer
◆ ReplyBuffer
◆ Q_DECLARE_TYPEINFO()
◆ Edns0Record
| constexpr unsigned char Edns0Record |
|
staticconstexpr |
Initial value: = {
0x00,
NOERROR,
0,
0x00, 0x00,
0x00, 0x00,
}
static constexpr qsizetype PreallocatedSize
Definition at line 51 of file qdnslookup_unix.cpp.
◆ QueryBufferSize
Initial value: =
HFIXEDSZ + QFIXEDSZ + MAXCDNAME + 1 +
sizeof(
Edns0Record)
static constexpr unsigned char Edns0Record[]
Definition at line 62 of file qdnslookup_unix.cpp.