#include <sstream>
#include <string>
#include <vector>
#include "inspircd.h"
#include "globals.h"
Include dependency graph for inspircd_io.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
class | ServerConfig |
Defines | |
#define | DEBUG 10 |
#define | VERBOSE 20 |
#define | DEFAULT 30 |
#define | SPARSE 40 |
#define | NONE 50 |
Functions | |
void | Exit (int) |
void | Start (void) |
int | DaemonSeed (void) |
bool | FileExists (const char *file) |
int | OpenTCPSocket (void) |
int | BindSocket (int sockfd, struct sockaddr_in client, struct sockaddr_in server, int port, char *addr) |
void | WritePID (std::string filename) |
|
|
Definition at line 30 of file inspircd_io.h. |
|
Definition at line 32 of file inspircd_io.h. |
|
Definition at line 31 of file inspircd_io.h. |
|
Definition at line 29 of file inspircd_io.h. |
|
Referenced by InspSocket::InspSocket(). |
|
|
|
|
|
|
|
Referenced by InspSocket::InspSocket(). |
|
|
|
|