• Skip to content
  • Skip to link menu
KDE 4.2 API Reference
  • KDE API Reference
  • kdelibs
  • Sitemap
  • Contact Us
 

KDECore

k3socks.cpp File Reference

#include <config.h>
#include "k3socks.h"
#include <QtCore/QFile>
#include <QtCore/QCharRef>
#include <QtCore/QMap>
#include <klocale.h>
#include <kdebug.h>
#include "klibloader.h"
#include <kconfig.h>
#include <sys/types.h>
#include <sys/socket.h>
#include <unistd.h>
#include <kconfiggroup.h>

Include dependency graph for k3socks.cpp:

Go to the source code of this file.


Defines

#define I_KNOW_KSOCKS_ISNT_PUBLIC

Enumerations

enum  SymbolKeys {
  S_SOCKSinit = 0, S_connect = 1, S_read = 2, S_write = 3,
  S_recvfrom = 4, S_sendto = 5, S_recv = 6, S_send = 7,
  S_getsockname = 8, S_getpeername = 9, S_accept = 10, S_select = 11,
  S_listen = 12, S_bind = 13
}

Functions

bool kdeHasSocks ()

Variables

static int(* F_accept )(int, struct sockaddr *, kde_socklen_t *)=0L
static int(* F_bind )(int, const struct sockaddr *, kde_socklen_t)=0L
static int(* F_connect )(int, const struct sockaddr *, kde_socklen_t)=0L
static int(* F_getpeername )(int, struct sockaddr *, kde_socklen_t *)=0L
static int(* F_getsockname )(int, struct sockaddr *, kde_socklen_t *)=0L
static int(* F_listen )(int, int)=0L
static signed long int(* F_read )(int, void *, unsigned long int)=0L
static int(* F_recv )(int, void *, unsigned long int, int)=0L
static int(* F_recvfrom )(int, void *, unsigned long int, int, struct sockaddr *, kde_socklen_t *)=0L
static int(* F_select )(int, fd_set *, fd_set *, fd_set *, struct timeval *)=0L
static int(* F_send )(int, const void *, unsigned long int, int)=0L
static int(* F_sendto )(int, const void *, unsigned long int, int, const struct sockaddr *, kde_socklen_t)=0L
static int(* F_SOCKSinit )(char *)=0L
static signed long int(* F_write )(int, const void *, unsigned long int)=0L

Define Documentation

#define I_KNOW_KSOCKS_ISNT_PUBLIC

Definition at line 20 of file k3socks.cpp.


Enumeration Type Documentation

enum SymbolKeys

Enumerator:
S_SOCKSinit 
S_connect 
S_read 
S_write 
S_recvfrom 
S_sendto 
S_recv 
S_send 
S_getsockname 
S_getpeername 
S_accept 
S_select 
S_listen 
S_bind 

Definition at line 45 of file k3socks.cpp.


Function Documentation

bool kdeHasSocks (  ) 

Definition at line 259 of file k3socks.cpp.


Variable Documentation

int(* F_accept)(int, struct sockaddr *, kde_socklen_t *)=0L [static]

int(* F_bind)(int, const struct sockaddr *, kde_socklen_t)=0L [static]

int(* F_connect)(int, const struct sockaddr *, kde_socklen_t)=0L [static]

int(* F_getpeername)(int, struct sockaddr *, kde_socklen_t *)=0L [static]

int(* F_getsockname)(int, struct sockaddr *, kde_socklen_t *)=0L [static]

int(* F_listen)(int, int)=0L [static]

signed long int(* F_read)(int, void *, unsigned long int)=0L [static]

int(* F_recv)(int, void *, unsigned long int, int)=0L [static]

int(* F_recvfrom)(int, void *, unsigned long int, int, struct sockaddr *, kde_socklen_t *)=0L [static]

int(* F_select)(int, fd_set *, fd_set *, fd_set *, struct timeval *)=0L [static]

int(* F_send)(int, const void *, unsigned long int, int)=0L [static]

int(* F_sendto)(int, const void *, unsigned long int, int, const struct sockaddr *, kde_socklen_t)=0L [static]

int(* F_SOCKSinit)(char *)=0L [static]

signed long int(* F_write)(int, const void *, unsigned long int)=0L [static]

KDECore

Skip menu "KDECore"
  • Main Page
  • Modules
  • Namespace List
  • Class Hierarchy
  • Alphabetical List
  • Class List
  • File List
  • Namespace Members
  • Class Members
  • Related Pages

kdelibs

Skip menu "kdelibs"
  • DNSSD
  • Interfaces
  •   KHexEdit
  •   KMediaPlayer
  •   KSpeech
  •   KTextEditor
  • Kate
  • kconf_update
  • KDE3Support
  •   KUnitTest
  • KDECore
  • KDED
  • KDEsu
  • KDEUI
  • KDocTools
  • KFile
  • KHTML
  • KImgIO
  • KInit
  • kio
  • KIOSlave
  • KJS
  •   KJS-API
  •   WTF
  • kjsembed
  • KNewStuff
  • KParts
  • Kross
  • KUtils
  • Nepomuk
  • Plasma
  • Solid
  • Sonnet
  • ThreadWeaver
Generated for kdelibs by doxygen 1.5.7
This website is maintained by Adriaan de Groot and Allen Winter.
KDE® and the K Desktop Environment® logo are registered trademarks of KDE e.V. | Legal