#include <netinet/in.h>#include <sys/types.h>#include <sys/socket.h>#include "anope.h"

Go to the source code of this file.
Data Structures | |
| union | sockaddrs |
| class | cidr |
| struct | cidr::hash |
| class | SocketException |
| class | SocketIO |
| class | Socket |
| class | BufferedSocket |
| class | BinarySocket |
| struct | BinarySocket::DataBlock |
| class | ListenSocket |
| class | ConnectionSocket |
| class | ClientSocket |
| class | Pipe |
Defines | |
| #define | NET_BUFSIZE 65535 |
Enumerations | |
| enum | SocketFlag { SF_DEAD = 1, SF_READABLE, SF_WRITABLE, SF_CONNECTING, SF_CONNECTED, SF_ACCEPTING, SF_ACCEPTED, SF_SIZE } |
Variables | |
| CoreExport uint32_t | TotalRead |
| CoreExport uint32_t | TotalWritten |
| CoreExport SocketIO | NormalSocketIO |
| enum SocketFlag |
| CoreExport SocketIO NormalSocketIO |
Definition at line 29 of file sockets.cpp.
Referenced by SSLSocketIO::Accept(), SSLSocketIO::Connect(), SSLSocketIO::FinishAccept(), SSLSocketIO::FinishConnect(), and MySSLService::Init().
| CoreExport uint32_t TotalRead |
Definition at line 26 of file sockets.cpp.
Referenced by SocketIO::Recv(), SSLSocketIO::Recv(), and Message::Stats::Run().
| CoreExport uint32_t TotalWritten |
Definition at line 27 of file sockets.cpp.
Referenced by Message::Stats::Run(), SocketIO::Send(), and SSLSocketIO::Send().
1.7.1