]> git.netwichtig.de Git - user/henk/code/inspircd.git/blob - docs/man/man3/socket.cpp.3
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2578 e03df62e-2008...
[user/henk/code/inspircd.git] / docs / man / man3 / socket.cpp.3
1 .TH "socket.cpp" 3 "19 Dec 2005" "Version 1.0Betareleases" "InspIRCd" \" -*- nroff -*-
2 .ad l
3 .nh
4 .SH NAME
5 socket.cpp \- 
6 .SH SYNOPSIS
7 .br
8 .PP
9 \fC#include 'inspircd_config.h'\fP
10 .br
11 \fC#include <sys/time.h>\fP
12 .br
13 \fC#include <sys/resource.h>\fP
14 .br
15 \fC#include <sys/types.h>\fP
16 .br
17 \fC#include <sys/socket.h>\fP
18 .br
19 \fC#include <netinet/in.h>\fP
20 .br
21 \fC#include <string>\fP
22 .br
23 \fC#include <unistd.h>\fP
24 .br
25 \fC#include <fcntl.h>\fP
26 .br
27 \fC#include <poll.h>\fP
28 .br
29 \fC#include <sstream>\fP
30 .br
31 \fC#include <iostream>\fP
32 .br
33 \fC#include <fstream>\fP
34 .br
35 \fC#include 'socket.h'\fP
36 .br
37 \fC#include 'inspircd.h'\fP
38 .br
39 \fC#include 'inspircd_io.h'\fP
40 .br
41 \fC#include 'inspstring.h'\fP
42 .br
43 \fC#include 'helperfuncs.h'\fP
44 .br
45 \fC#include 'socketengine.h'\fP
46 .br
47
48 .SS "Variables"
49
50 .in +1c
51 .ti -1c
52 .RI "\fBInspIRCd\fP * \fBServerInstance\fP"
53 .br
54 .ti -1c
55 .RI "time_t \fBTIME\fP"
56 .br
57 .ti -1c
58 .RI "\fBInspSocket\fP * \fBsocket_ref\fP [65535]"
59 .br
60 .in -1c
61 .SH "Variable Documentation"
62 .PP 
63 .SS "\fBInspIRCd\fP* \fBServerInstance\fP"
64 .PP
65 .SS "\fBInspSocket\fP* \fBsocket_ref\fP[65535]"
66 .PP
67 Definition at line 43 of file socket.cpp.
68 .SS "time_t \fBTIME\fP"
69 .PP
70 .SH "Author"
71 .PP 
72 Generated automatically by Doxygen for InspIRCd from the source code.