KDECore
k3resolverstandardworkers.cpp File Reference
#include "k3resolverstandardworkers_p.h"
#include <config.h>
#include <config-network.h>
#include <sys/types.h>
#include <sys/socket.h>
#include <sys/un.h>
#include <netinet/in.h>
#include <netdb.h>
#include <errno.h>
#include <string.h>
#include <stdlib.h>
#include <unistd.h>
#include <QFile>
#include <QList>
#include <QMutex>
#include <QTextStream>
#include <QThread>
#include <winsock2.h>
#include "kdebug.h"
#include "kglobal.h"
#include "kstandarddirs.h"
#include "k3resolver.h"
#include "k3socketaddress.h"
Include dependency graph for k3resolverstandardworkers.cpp:

Go to the source code of this file.
Defines | |
#define | mask (KResolver::IPv4Family | KResolver::UnixFamily) |
#define | USE_GETHOSTBYNAME |
Functions | |
static bool | hasIPv6 () |
Variables | |
static QMutex | blacklistMutex |
Define Documentation
#define mask (KResolver::IPv4Family | KResolver::UnixFamily) |
#define USE_GETHOSTBYNAME |
Definition at line 215 of file k3resolverstandardworkers.cpp.
Function Documentation
static bool hasIPv6 | ( | ) | [static] |
Definition at line 66 of file k3resolverstandardworkers.cpp.
Variable Documentation
QMutex blacklistMutex [static] |
Definition at line 94 of file k3resolverstandardworkers.cpp.
int m_af |
Definition at line 224 of file k3resolverstandardworkers.cpp.
Definition at line 221 of file k3resolverstandardworkers.cpp.
quint16 m_port |
Definition at line 222 of file k3resolverstandardworkers.cpp.
int m_scopeid |
Definition at line 223 of file k3resolverstandardworkers.cpp.
Definition at line 225 of file k3resolverstandardworkers.cpp.