#include <j2k/Fred/Standard.hpp>#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 | UDP_BUFFER_SIZE 40960 |
|
|
Definition at line 14 of file UnixSocket.hpp. |
|
|
Definition at line 13 of file UnixSocket.hpp. |
|
|
Definition at line 33 of file UnixSocket.hpp. |
|
|
Definition at line 28 of file UnixSocket.hpp. |
|
|
Definition at line 22 of file UnixSocket.hpp. |
|
|
Definition at line 31 of file UnixSocket.hpp. |
|
|
Definition at line 26 of file UnixSocket.hpp. |
|
|
Definition at line 30 of file UnixSocket.hpp. |
|
|
Definition at line 20 of file UnixSocket.hpp. |
|
|
Definition at line 34 of file UnixSocket.hpp. |
|
|
Definition at line 23 of file UnixSocket.hpp. |
|
|
Definition at line 32 of file UnixSocket.hpp. |
|
|
Definition at line 25 of file UnixSocket.hpp. |
|
|
Definition at line 24 of file UnixSocket.hpp. |
|
|
Definition at line 29 of file UnixSocket.hpp. |
|
|
Definition at line 35 of file UnixSocket.hpp. |
|
|
Definition at line 19 of file UnixSocket.hpp. |
|
|
Definition at line 21 of file UnixSocket.hpp. |
|
|
Definition at line 27 of file UnixSocket.hpp. |
|
|
Definition at line 38 of file UnixSocket.hpp. |
|
|
Definition at line 15 of file UnixSocket.hpp. |
1.2.11.1 written by Dimitri van Heesch,
© 1997-2001