KDECore
#include "k3sockssocketdevice.h"
#include <config.h>
#include <config-network.h>
#include <errno.h>
#include <sys/types.h>
#include <sys/socket.h>
#include <QCoreApplication>
#include "k3socks.h"
#include "k3socketaddress.h"
#include "k3resolver.h"
Go to the source code of this file.
Macros | |
#define | I_KNOW_KSOCKS_ISNT_PUBLIC |
Functions | |
static int | socks_read_common (int sockfd, char *data, quint64 maxlen, KSocketAddress *from, ssize_t &retval, bool peek=false) |
Macro Definition Documentation
◆ I_KNOW_KSOCKS_ISNT_PUBLIC
#define I_KNOW_KSOCKS_ISNT_PUBLIC |
Definition at line 36 of file k3sockssocketdevice.cpp.
Function Documentation
◆ socks_read_common()
|
static |
Definition at line 192 of file k3sockssocketdevice.cpp.
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon Feb 20 2023 00:00:00 by doxygen 1.9.6 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon Feb 20 2023 00:00:00 by doxygen 1.9.6 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.