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

KDECore

ksocks.cpp File Reference

#include <config.h>
#include <qfile.h>
#include <qstring.h>
#include <qmap.h>
#include <klocale.h>
#include <kdebug.h>
#include "klibloader.h"
#include <kconfig.h>
#include <kapplication.h>
#include <sys/types.h>
#include <sys/socket.h>
#include <unistd.h>
#include "ksocks.h"

Include dependency graph for ksocks.cpp:

Go to the source code of this file.


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
}

Variables

static int(* F_accept )(int, struct sockaddr *, ksocklen_t *)=0L
static int(* F_bind )(int, const struct sockaddr *, ksocklen_t)=0L
static int(* F_connect )(int, const struct sockaddr *, ksocklen_t)=0L
static int(* F_getpeername )(int, struct sockaddr *, ksocklen_t *)=0L
static int(* F_getsockname )(int, struct sockaddr *, ksocklen_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 *, ksocklen_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 *, ksocklen_t)=0L
static int(* F_SOCKSinit )(char *)=0L
static signed long int(* F_write )(int, const void *, unsigned long int)=0L
static KStaticDeleter< KSocks > med

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 43 of file ksocks.cpp.


Variable Documentation

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

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

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

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

int(* F_getsockname)(int, struct sockaddr *, ksocklen_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 *, ksocklen_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 *, ksocklen_t)=0L [static]

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

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

KStaticDeleter<KSocks> med [static]

Definition at line 204 of file ksocks.cpp.

KDECore

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

API Reference

Skip menu "API Reference"
  • dcop
  • DNSSD
  • interfaces
  • Kate
  • kconf_update
  • KDECore
  • KDED
  • kdefx
  • KDEsu
  • kdeui
  • KDocTools
  • KHTML
  • KImgIO
  • KInit
  • kio
  • kioslave
  • KJS
  • KNewStuff
  • KParts
  • KUtils
Generated for API Reference by doxygen 1.5.9
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