KDECore
kextsock.cpp File Reference
#include <config.h>
#include <sys/types.h>
#include <sys/socket.h>
#include <sys/times.h>
#include <netinet/in.h>
#include <arpa/inet.h>
#include <sys/un.h>
#include <stdio.h>
#include <errno.h>
#include <fcntl.h>
#include <netdb.h>
#include <stdlib.h>
#include <unistd.h>
#include <qglobal.h>
#include <qstring.h>
#include <qiodevice.h>
#include <qsocketnotifier.h>
#include <qguardedptr.h>
#include "kresolver.h"
#include "kdebug.h"
#include "kextsock.h"
#include "ksockaddr.h"
#include "ksocks.h"
#include "kextsock.moc"
Include dependency graph for kextsock.cpp:
Go to the source code of this file.
Functions | |
static bool | process_flags (int flags, int &socktype, int &familyMask, int &outflags) |
static int | skipData (int fd, unsigned len) |
Function Documentation
static bool process_flags | ( | int | flags, | |
int & | socktype, | |||
int & | familyMask, | |||
int & | outflags | |||
) | [static] |
Definition at line 94 of file kextsock.cpp.
static int skipData | ( | int | fd, | |
unsigned | len | |||
) | [static] |
Definition at line 160 of file kextsock.cpp.