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

KDECore

  • sources
  • kde-4.14
  • kdelibs
  • kdecore
  • network
Macros | Enumerations | Functions | Variables
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.

Macros

#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
 

Macro Definition 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 262 of file k3socks.cpp.

Variable Documentation

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

Definition at line 77 of file k3socks.cpp.

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

Definition at line 81 of file k3socks.cpp.

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

Definition at line 66 of file k3socks.cpp.

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

Definition at line 76 of file k3socks.cpp.

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

Definition at line 75 of file k3socks.cpp.

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

Definition at line 80 of file k3socks.cpp.

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

Definition at line 67 of file k3socks.cpp.

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

Definition at line 73 of file k3socks.cpp.

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

Definition at line 69 of file k3socks.cpp.

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

Definition at line 78 of file k3socks.cpp.

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

Definition at line 74 of file k3socks.cpp.

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

Definition at line 71 of file k3socks.cpp.

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

Definition at line 65 of file k3socks.cpp.

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

Definition at line 68 of file k3socks.cpp.

This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:22:12 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.

KDECore

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

kdelibs API Reference

Skip menu "kdelibs API Reference"
  • DNSSD
  • Interfaces
  •   KHexEdit
  •   KMediaPlayer
  •   KSpeech
  •   KTextEditor
  • kconf_update
  • KDE3Support
  •   KUnitTest
  • KDECore
  • KDED
  • KDEsu
  • KDEUI
  • KDEWebKit
  • KDocTools
  • KFile
  • KHTML
  • KImgIO
  • KInit
  • kio
  • KIOSlave
  • KJS
  •   KJS-API
  •   WTF
  • kjsembed
  • KNewStuff
  • KParts
  • KPty
  • Kross
  • KUnitConversion
  • KUtils
  • Nepomuk
  • Plasma
  • Solid
  • Sonnet
  • ThreadWeaver

Search



Report problems with this website to our bug tracking system.
Contact the specific authors with questions and comments about the page contents.

KDE® and the K Desktop Environment® logo are registered trademarks of KDE e.V. | Legal