KDECore
kresolverstandardworkers.cpp File Reference
#include <config.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 <qthread.h>
#include <qmutex.h>
#include <qstrlist.h>
#include <qfile.h>
#include "kdebug.h"
#include "kglobal.h"
#include "kstandarddirs.h"
#include "kapplication.h"
#include "kresolver.h"
#include "ksocketaddress.h"
#include "kresolverstandardworkers_p.h"
Include dependency graph for kresolverstandardworkers.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 204 of file kresolverstandardworkers.cpp.
Function Documentation
static bool hasIPv6 | ( | ) | [static] |
Definition at line 61 of file kresolverstandardworkers.cpp.
Variable Documentation
QMutex blacklistMutex [static] |
Definition at line 79 of file kresolverstandardworkers.cpp.