]> git.netwichtig.de Git - user/henk/code/inspircd.git/blob - docs/module-doc/connection_8h.html
Added manpages
[user/henk/code/inspircd.git] / docs / module-doc / connection_8h.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
2 <html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
3 <title>connection.h File Reference</title>
4 <link href="inspircd.css" rel="stylesheet" type="text/css">
5 </head><body>
6 <!-- Generated by Doxygen 1.3-rc3 -->
7 <center>
8 <a class="qindex" href="main.html">Main Page</a> &nbsp; <a class="qindex" href="namespaces.html">Namespace List</a> &nbsp; <a class="qindex" href="hierarchy.html">Class Hierarchy</a> &nbsp; <a class="qindex" href="classes.html">Alphabetical List</a> &nbsp; <a class="qindex" href="annotated.html">Compound List</a> &nbsp; <a class="qindex" href="files.html">File List</a> &nbsp; <a class="qindex" href="functions.html">Compound Members</a> &nbsp; <a class="qindex" href="globals.html">File Members</a> &nbsp; </center>
9 <hr><h1>connection.h File Reference</h1><code>#include "inspircd_config.h"</code><br>
10 <code>#include "<a class="el" href="base_8h-source.html">base.h</a>"</code><br>
11 <code>#include &lt;string&gt;</code><br>
12 <code>#include &lt;map&gt;</code><br>
13 <code>#include &lt;sys/socket.h&gt;</code><br>
14 <code>#include &lt;sys/types.h&gt;</code><br>
15 <code>#include &lt;netdb.h&gt;</code><br>
16 <code>#include &lt;netinet/in.h&gt;</code><br>
17 <code>#include &lt;unistd.h&gt;</code><br>
18 <code>#include &lt;errno.h&gt;</code><br>
19 <code>#include &lt;time.h&gt;</code><br>
20 <code>#include &lt;vector&gt;</code><br>
21 <code>#include &lt;deque&gt;</code><br>
22
23 <p>
24 Include dependency graph for connection.h:<p><center><img src="connection_8h__incl.gif" border="0" usemap="#connection.h_map" alt="Include dependency graph"></center>
25 <map name="connection.h_map">
26 <area href="base_8h.html" shape="rect" coords="191,107,239,128" alt="">
27 </map>
28
29 <p>
30 This graph shows which files directly or indirectly include this file:<p><center><img src="connection_8h__dep__incl.gif" border="0" usemap="#connection.hdep_map" alt="Included by dependency graph"></center>
31 <map name="connection.hdep_map">
32 <area href="channels_8cpp.html" shape="rect" coords="24,16,112,37" alt="">
33 <area href="users_8h.html" shape="rect" coords="57,85,108,106" alt="">
34 <area href="servers_8h.html" shape="rect" coords="132,85,196,106" alt="">
35 <area href="modules_8cpp.html" shape="rect" coords="136,16,219,37" alt="">
36 </map>
37
38 <p>
39 <a href="connection_8h-source.html">Go to the source code of this file.</a><table border=0 cellpadding=0 cellspacing=0>
40 <tr><td></td></tr>
41 <tr><td colspan=2><br><h2>Compounds</h2></td></tr>
42 <tr><td nowrap align=right valign=top>class &nbsp;</td><td valign=bottom><a class="el" href="classconnection.html">connection</a></td></tr>
43 <tr><td>&nbsp;</td><td><font size=-1><em>Please note: classes serverrec and userrec both inherit from class connection.</em> <a href="classconnection.html#_details">More...</a><em></em></font><br><br></td></tr>
44 <tr><td nowrap align=right valign=top>class &nbsp;</td><td valign=bottom><a class="el" href="classircd__connector.html">ircd_connector</a></td></tr>
45 <tr><td>&nbsp;</td><td><font size=-1><em>Each connection has one or more of these each represents ONE outbound connection to another ircd so each inbound has multiple outbounds.</em> <a href="classircd__connector.html#_details">More...</a><em></em></font><br><br></td></tr>
46 <tr><td nowrap align=right valign=top>class &nbsp;</td><td valign=bottom><a class="el" href="classpacket.html">packet</a></td></tr>
47 <tr><td>&nbsp;</td><td><font size=-1><em>Class packet is deprecated.</em> <a href="classpacket.html#_details">More...</a><em></em></font><br><br></td></tr>
48 <tr><td colspan=2><br><h2>Defines</h2></td></tr>
49 <tr><td nowrap align=right valign=top>#define&nbsp;</td><td valign=bottom><a class="el" href="connection_8h.html#a0">STATE_DISCONNECTED</a>&nbsp;&nbsp;&nbsp;0</td></tr>
50 <tr><td nowrap align=right valign=top>#define&nbsp;</td><td valign=bottom><a class="el" href="connection_8h.html#a1">STATE_CONNECTED</a>&nbsp;&nbsp;&nbsp;1</td></tr>
51 <tr><td nowrap align=right valign=top>#define&nbsp;</td><td valign=bottom><a class="el" href="connection_8h.html#a2">STATE_SYNC</a>&nbsp;&nbsp;&nbsp;2</td></tr>
52 <tr><td nowrap align=right valign=top>#define&nbsp;</td><td valign=bottom><a class="el" href="connection_8h.html#a3">STATE_NOAUTH_INBOUND</a>&nbsp;&nbsp;&nbsp;3</td></tr>
53 <tr><td nowrap align=right valign=top>#define&nbsp;</td><td valign=bottom><a class="el" href="connection_8h.html#a4">STATE_NOAUTH_OUTBOUND</a>&nbsp;&nbsp;&nbsp;4</td></tr>
54 <tr><td nowrap align=right valign=top>#define&nbsp;</td><td valign=bottom><a class="el" href="connection_8h.html#a5">STATE_SERVICES</a>&nbsp;&nbsp;&nbsp;5</td></tr>
55 </table>
56 <hr><h2>Define Documentation</h2>
57 <a name="a1" doxytag="connection.h::STATE_CONNECTED"></a><p>
58 <table width="100%" cellpadding="2" cellspacing="0" border="0">
59   <tr>
60     <td class="md">
61       <table cellpadding="0" cellspacing="0" border="0">
62         <tr>
63           <td class="md" nowrap valign="top"> #define STATE_CONNECTED&nbsp;&nbsp;&nbsp;1
64       </table>
65     </td>
66   </tr>
67 </table>
68 <table cellspacing=5 cellpadding=0 border=0>
69   <tr>
70     <td>
71       &nbsp;
72     </td>
73     <td>
74
75 <p>
76
77 <p>
78 Definition at line <a class="el" href="connection_8h-source.html#l00023">23</a> of file <a class="el" href="connection_8h-source.html">connection.h</a>.    </td>
79   </tr>
80 </table>
81 <a name="a0" doxytag="connection.h::STATE_DISCONNECTED"></a><p>
82 <table width="100%" cellpadding="2" cellspacing="0" border="0">
83   <tr>
84     <td class="md">
85       <table cellpadding="0" cellspacing="0" border="0">
86         <tr>
87           <td class="md" nowrap valign="top"> #define STATE_DISCONNECTED&nbsp;&nbsp;&nbsp;0
88       </table>
89     </td>
90   </tr>
91 </table>
92 <table cellspacing=5 cellpadding=0 border=0>
93   <tr>
94     <td>
95       &nbsp;
96     </td>
97     <td>
98
99 <p>
100
101 <p>
102 Definition at line <a class="el" href="connection_8h-source.html#l00022">22</a> of file <a class="el" href="connection_8h-source.html">connection.h</a>.    </td>
103   </tr>
104 </table>
105 <a name="a3" doxytag="connection.h::STATE_NOAUTH_INBOUND"></a><p>
106 <table width="100%" cellpadding="2" cellspacing="0" border="0">
107   <tr>
108     <td class="md">
109       <table cellpadding="0" cellspacing="0" border="0">
110         <tr>
111           <td class="md" nowrap valign="top"> #define STATE_NOAUTH_INBOUND&nbsp;&nbsp;&nbsp;3
112       </table>
113     </td>
114   </tr>
115 </table>
116 <table cellspacing=5 cellpadding=0 border=0>
117   <tr>
118     <td>
119       &nbsp;
120     </td>
121     <td>
122
123 <p>
124
125 <p>
126 Definition at line <a class="el" href="connection_8h-source.html#l00025">25</a> of file <a class="el" href="connection_8h-source.html">connection.h</a>.    </td>
127   </tr>
128 </table>
129 <a name="a4" doxytag="connection.h::STATE_NOAUTH_OUTBOUND"></a><p>
130 <table width="100%" cellpadding="2" cellspacing="0" border="0">
131   <tr>
132     <td class="md">
133       <table cellpadding="0" cellspacing="0" border="0">
134         <tr>
135           <td class="md" nowrap valign="top"> #define STATE_NOAUTH_OUTBOUND&nbsp;&nbsp;&nbsp;4
136       </table>
137     </td>
138   </tr>
139 </table>
140 <table cellspacing=5 cellpadding=0 border=0>
141   <tr>
142     <td>
143       &nbsp;
144     </td>
145     <td>
146
147 <p>
148
149 <p>
150 Definition at line <a class="el" href="connection_8h-source.html#l00026">26</a> of file <a class="el" href="connection_8h-source.html">connection.h</a>.    </td>
151   </tr>
152 </table>
153 <a name="a5" doxytag="connection.h::STATE_SERVICES"></a><p>
154 <table width="100%" cellpadding="2" cellspacing="0" border="0">
155   <tr>
156     <td class="md">
157       <table cellpadding="0" cellspacing="0" border="0">
158         <tr>
159           <td class="md" nowrap valign="top"> #define STATE_SERVICES&nbsp;&nbsp;&nbsp;5
160       </table>
161     </td>
162   </tr>
163 </table>
164 <table cellspacing=5 cellpadding=0 border=0>
165   <tr>
166     <td>
167       &nbsp;
168     </td>
169     <td>
170
171 <p>
172
173 <p>
174 Definition at line <a class="el" href="connection_8h-source.html#l00027">27</a> of file <a class="el" href="connection_8h-source.html">connection.h</a>.    </td>
175   </tr>
176 </table>
177 <a name="a2" doxytag="connection.h::STATE_SYNC"></a><p>
178 <table width="100%" cellpadding="2" cellspacing="0" border="0">
179   <tr>
180     <td class="md">
181       <table cellpadding="0" cellspacing="0" border="0">
182         <tr>
183           <td class="md" nowrap valign="top"> #define STATE_SYNC&nbsp;&nbsp;&nbsp;2
184       </table>
185     </td>
186   </tr>
187 </table>
188 <table cellspacing=5 cellpadding=0 border=0>
189   <tr>
190     <td>
191       &nbsp;
192     </td>
193     <td>
194
195 <p>
196
197 <p>
198 Definition at line <a class="el" href="connection_8h-source.html#l00024">24</a> of file <a class="el" href="connection_8h-source.html">connection.h</a>.    </td>
199   </tr>
200 </table>
201 <hr><address style="align: right;"><small>Generated on Sun May 2 00:09:22 2004 for InspIRCd by
202 <a href="http://www.doxygen.org/index.html">
203 <img src="doxygen.png" alt="doxygen" align="middle" border=0 
204 width=110 height=53></a>1.3-rc3 </small></address>
205 </body>
206 </html>