KDECore
k3sockssocketdevice.cpp File Reference
#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.
Defines | |
#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) |
Define Documentation
#define I_KNOW_KSOCKS_ISNT_PUBLIC |
Definition at line 40 of file k3sockssocketdevice.cpp.
Function Documentation
static int socks_read_common | ( | int | sockfd, | |
char * | data, | |||
quint64 | maxlen, | |||
KSocketAddress * | from, | |||
ssize_t & | retval, | |||
bool | peek = false | |||
) | [static] |
Definition at line 196 of file k3sockssocketdevice.cpp.