KDECore
#include "syssocket.h"
#include "k3socketdevice.h"
#include <config.h>
#include <config-network.h>
#include <QMap>
#include <sys/types.h>
#include <sys/socket.h>
#include <sys/time.h>
#include <sys/ioctl.h>
#include <errno.h>
#include <fcntl.h>
#include <netinet/in.h>
#include <netinet/tcp.h>
#include <unistd.h>
#include <windows.h>
#include <QMutex>
#include <QSocketNotifier>
#include "k3resolver.h"
#include "k3socketaddress.h"
#include "k3socketbase.h"
#include "k3socks.h"
Include dependency graph for k3socketdevice.cpp:
Go to the source code of this file.
Typedefs | |
typedef QMap< int, KSocketDeviceFactoryBase * > | factoryMap |
Functions | |
static int | do_read_common (int sockfd, char *data, qint64 maxlen, KSocketAddress *from, ssize_t &retval, bool peek=false) |
Variables | |
static KSocketDeviceFactoryBase * | defaultImplFactory |
static QMutex | defaultImplFactoryMutex |
static factoryMap | factories |
Typedef Documentation
typedef QMap<int, KSocketDeviceFactoryBase* > factoryMap |
Definition at line 874 of file k3socketdevice.cpp.
Function Documentation
|
static |
Definition at line 463 of file k3socketdevice.cpp.
Variable Documentation
|
static |
Definition at line 872 of file k3socketdevice.cpp.
|
static |
Definition at line 873 of file k3socketdevice.cpp.
|
static |
Definition at line 875 of file k3socketdevice.cpp.
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:47:09 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:47:09 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.