#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <sys/types.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <unistd.h>
#include <netdb.h>
#include <arpa/inet.h>
#include <pthread.h>
Go to the source code of this file.
Defines | |
#define | SOCKET int |
#define | INVALID_SOCKET -1 |
#define | closesocket close |
#define | SOCK_SUCCESS 0 |
#define | SOCK_ERROR -1 |
#define | SOCK_TIMEOUT -2 |
#define | SOCK_BUFFERFREED -3 |
#define | SOCK_HOSTUNKNOWN -4 |
#define | SOCK_NOMORESOCKET -5 |
#define | SOCK_NOMORERESOURCE -5 |
#define | SOCK_CONNECTFAILED -6 |
#define | SOCK_UNMATCHEDLENGTH -7 |
#define | SOCK_BINDERROR -8 |
#define | SOCK_OVERFLOW -9 |
#define | SOCK_EMPTYBUFFER -10 |
#define | SOCK_CANCELLED -11 |
#define | SOCK_INSMEMORY -12 |
#define | SOCK_BADPORT -13 |
#define | SOCK_FILE_ERROR -14 |
#define | SOCK_SOCKETCLOSED -15 |
#define | SINT signed int |
#define | UINT unsigned int |
#define | ULONG unsigned long |
#define | USHORT unsigned short |
#define | BUFFER_SIZE 4096 |
|
Definition at line 44 of file UnixSocket.hpp. |
|
Definition at line 16 of file UnixSocket.hpp. |
|
Definition at line 39 of file UnixSocket.hpp. |
|
Definition at line 15 of file UnixSocket.hpp. |
|
Definition at line 35 of file UnixSocket.hpp. |
|
Definition at line 30 of file UnixSocket.hpp. |
|
Definition at line 24 of file UnixSocket.hpp. |
|
Definition at line 33 of file UnixSocket.hpp. |
|
Definition at line 28 of file UnixSocket.hpp. |
|
Definition at line 32 of file UnixSocket.hpp. |
|
Definition at line 22 of file UnixSocket.hpp. |
|
Definition at line 36 of file UnixSocket.hpp. |
|
Definition at line 25 of file UnixSocket.hpp. |
|
Definition at line 34 of file UnixSocket.hpp. |
|
Definition at line 27 of file UnixSocket.hpp. |
|
Definition at line 26 of file UnixSocket.hpp. |
|
Definition at line 31 of file UnixSocket.hpp. |
|
Definition at line 37 of file UnixSocket.hpp. |
|
Definition at line 21 of file UnixSocket.hpp. |
|
Definition at line 23 of file UnixSocket.hpp. |
|
Definition at line 29 of file UnixSocket.hpp. |
|
Definition at line 40 of file UnixSocket.hpp. |
|
Definition at line 41 of file UnixSocket.hpp. Referenced by Handle::Handle().
|
|
Definition at line 42 of file UnixSocket.hpp. |
|
Definition at line 17 of file UnixSocket.hpp. Referenced by UnixSocketReceiver::Listen(), UDP_SocketServer::UDP_SocketServer(), lzhl_closesocket(), UDP_Socket::~UDP_Socket(), and UnixSocketReceiver::~UnixSocketReceiver().
|