#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"
Go to the source code of this file.
◆ factoryMap
◆ do_read_common()
static int do_read_common |
( |
int | sockfd, |
|
|
char * | data, |
|
|
qint64 | maxlen, |
|
|
KSocketAddress * | from, |
|
|
ssize_t & | retval, |
|
|
bool | peek = false ) |
|
static |
◆ defaultImplFactory
◆ defaultImplFactoryMutex
QMutex defaultImplFactoryMutex |
|
static |
◆ factories
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Thu Jul 18 2024 00:00:00 by
doxygen 1.12.0 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.