]> git.netwichtig.de Git - user/henk/code/inspircd.git/blob - docs/module-doc/connection_8h.html
Updated documentation (html)
[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>InspIRCd: connection.h File Reference</title>
4 <link href="inspircd.css" rel="stylesheet" type="text/css">
5 </head><body>
6 <!-- Generated by Doxygen 1.3.3 -->
7 <div class="qindex"><a class="qindex" href="main.html">Main&nbsp;Page</a> | <a class="qindex" href="namespaces.html">Namespace List</a> | <a class="qindex" href="hierarchy.html">Class&nbsp;Hierarchy</a> | <a class="qindex" href="classes.html">Alphabetical&nbsp;List</a> | <a class="qindex" href="annotated.html">Compound&nbsp;List</a> | <a class="qindex" href="files.html">File&nbsp;List</a> | <a class="qindex" href="functions.html">Compound&nbsp;Members</a> | <a class="qindex" href="globals.html">File&nbsp;Members</a></div>
8 <h1>connection.h File Reference</h1><code>#include "inspircd_config.h"</code><br>
9 <code>#include "<a class="el" href="base_8h-source.html">base.h</a>"</code><br>
10 <code>#include &lt;string&gt;</code><br>
11 <code>#include &lt;map&gt;</code><br>
12 <code>#include &lt;sys/types.h&gt;</code><br>
13 <code>#include &lt;sys/socket.h&gt;</code><br>
14 <code>#include &lt;netdb.h&gt;</code><br>
15 <code>#include &lt;netinet/in.h&gt;</code><br>
16 <code>#include &lt;unistd.h&gt;</code><br>
17 <code>#include &lt;errno.h&gt;</code><br>
18 <code>#include &lt;time.h&gt;</code><br>
19 <code>#include &lt;vector&gt;</code><br>
20 <code>#include &lt;deque&gt;</code><br>
21
22 <p>
23 <a href="connection_8h-source.html">Go to the source code of this file.</a><table border=0 cellpadding=0 cellspacing=0>
24 <tr><td></td></tr>
25 <tr><td colspan=2><br><h2>Compounds</h2></td></tr>
26 <tr><td class="memItemLeft" nowrap align=right valign=top>class &nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="classconnection.html">connection</a></td></tr>
27
28 <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Please note: classes serverrec and userrec both inherit from class connection. </em> <a href="classconnection.html#_details">More...</a><em><br><br></td></tr>
29 <tr><td class="memItemLeft" nowrap align=right valign=top>class &nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="classircd__connector.html">ircd_connector</a></td></tr>
30
31 <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">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><br><br></td></tr>
32 <tr><td class="memItemLeft" nowrap align=right valign=top>class &nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="classpacket.html">packet</a></td></tr>
33
34 <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Class packet is deprecated. </em> <a href="classpacket.html#_details">More...</a><em><br><br></td></tr>
35 <tr><td colspan=2><br><h2>Defines</h2></td></tr>
36 <tr><td class="memItemLeft" nowrap align=right valign=top>#define&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="connection_8h.html#a0">STATE_DISCONNECTED</a>&nbsp;&nbsp;&nbsp;0</td></tr>
37
38 <tr><td class="memItemLeft" nowrap align=right valign=top>#define&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="connection_8h.html#a1">STATE_CONNECTED</a>&nbsp;&nbsp;&nbsp;1</td></tr>
39
40 <tr><td class="memItemLeft" nowrap align=right valign=top>#define&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="connection_8h.html#a2">STATE_SYNC</a>&nbsp;&nbsp;&nbsp;2</td></tr>
41
42 <tr><td class="memItemLeft" nowrap align=right valign=top>#define&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="connection_8h.html#a3">STATE_NOAUTH_INBOUND</a>&nbsp;&nbsp;&nbsp;3</td></tr>
43
44 <tr><td class="memItemLeft" nowrap align=right valign=top>#define&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="connection_8h.html#a4">STATE_NOAUTH_OUTBOUND</a>&nbsp;&nbsp;&nbsp;4</td></tr>
45
46 <tr><td class="memItemLeft" nowrap align=right valign=top>#define&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="connection_8h.html#a5">STATE_SERVICES</a>&nbsp;&nbsp;&nbsp;5</td></tr>
47
48 </table>
49 <hr><h2>Define Documentation</h2>
50 <a name="a1" doxytag="connection.h::STATE_CONNECTED"></a><p>
51 <table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
52   <tr>
53     <td class="mdRow">
54       <table cellpadding="0" cellspacing="0" border="0">
55         <tr>
56           <td class="md" nowrap valign="top"> #define STATE_CONNECTED&nbsp;&nbsp;&nbsp;1
57       </table>
58     </td>
59   </tr>
60 </table>
61 <table cellspacing=5 cellpadding=0 border=0>
62   <tr>
63     <td>
64       &nbsp;
65     </td>
66     <td>
67
68 <p>
69
70 <p>
71 Definition at line <a class="el" href="connection_8h-source.html#l00035">35</a> of file <a class="el" href="connection_8h-source.html">connection.h</a>.    </td>
72   </tr>
73 </table>
74 <a name="a0" doxytag="connection.h::STATE_DISCONNECTED"></a><p>
75 <table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
76   <tr>
77     <td class="mdRow">
78       <table cellpadding="0" cellspacing="0" border="0">
79         <tr>
80           <td class="md" nowrap valign="top"> #define STATE_DISCONNECTED&nbsp;&nbsp;&nbsp;0
81       </table>
82     </td>
83   </tr>
84 </table>
85 <table cellspacing=5 cellpadding=0 border=0>
86   <tr>
87     <td>
88       &nbsp;
89     </td>
90     <td>
91
92 <p>
93
94 <p>
95 Definition at line <a class="el" href="connection_8h-source.html#l00034">34</a> of file <a class="el" href="connection_8h-source.html">connection.h</a>.    </td>
96   </tr>
97 </table>
98 <a name="a3" doxytag="connection.h::STATE_NOAUTH_INBOUND"></a><p>
99 <table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
100   <tr>
101     <td class="mdRow">
102       <table cellpadding="0" cellspacing="0" border="0">
103         <tr>
104           <td class="md" nowrap valign="top"> #define STATE_NOAUTH_INBOUND&nbsp;&nbsp;&nbsp;3
105       </table>
106     </td>
107   </tr>
108 </table>
109 <table cellspacing=5 cellpadding=0 border=0>
110   <tr>
111     <td>
112       &nbsp;
113     </td>
114     <td>
115
116 <p>
117
118 <p>
119 Definition at line <a class="el" href="connection_8h-source.html#l00037">37</a> of file <a class="el" href="connection_8h-source.html">connection.h</a>.    </td>
120   </tr>
121 </table>
122 <a name="a4" doxytag="connection.h::STATE_NOAUTH_OUTBOUND"></a><p>
123 <table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
124   <tr>
125     <td class="mdRow">
126       <table cellpadding="0" cellspacing="0" border="0">
127         <tr>
128           <td class="md" nowrap valign="top"> #define STATE_NOAUTH_OUTBOUND&nbsp;&nbsp;&nbsp;4
129       </table>
130     </td>
131   </tr>
132 </table>
133 <table cellspacing=5 cellpadding=0 border=0>
134   <tr>
135     <td>
136       &nbsp;
137     </td>
138     <td>
139
140 <p>
141
142 <p>
143 Definition at line <a class="el" href="connection_8h-source.html#l00038">38</a> of file <a class="el" href="connection_8h-source.html">connection.h</a>.    </td>
144   </tr>
145 </table>
146 <a name="a5" doxytag="connection.h::STATE_SERVICES"></a><p>
147 <table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
148   <tr>
149     <td class="mdRow">
150       <table cellpadding="0" cellspacing="0" border="0">
151         <tr>
152           <td class="md" nowrap valign="top"> #define STATE_SERVICES&nbsp;&nbsp;&nbsp;5
153       </table>
154     </td>
155   </tr>
156 </table>
157 <table cellspacing=5 cellpadding=0 border=0>
158   <tr>
159     <td>
160       &nbsp;
161     </td>
162     <td>
163
164 <p>
165
166 <p>
167 Definition at line <a class="el" href="connection_8h-source.html#l00039">39</a> of file <a class="el" href="connection_8h-source.html">connection.h</a>.    </td>
168   </tr>
169 </table>
170 <a name="a2" doxytag="connection.h::STATE_SYNC"></a><p>
171 <table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
172   <tr>
173     <td class="mdRow">
174       <table cellpadding="0" cellspacing="0" border="0">
175         <tr>
176           <td class="md" nowrap valign="top"> #define STATE_SYNC&nbsp;&nbsp;&nbsp;2
177       </table>
178     </td>
179   </tr>
180 </table>
181 <table cellspacing=5 cellpadding=0 border=0>
182   <tr>
183     <td>
184       &nbsp;
185     </td>
186     <td>
187
188 <p>
189
190 <p>
191 Definition at line <a class="el" href="connection_8h-source.html#l00036">36</a> of file <a class="el" href="connection_8h-source.html">connection.h</a>.    </td>
192   </tr>
193 </table>
194 <hr size="1"><address style="align: right;"><small>Generated on Mon Mar 28 21:09:27 2005 for InspIRCd by
195 <a href="http://www.doxygen.org/index.html">
196 <img src="doxygen.png" alt="doxygen" align="middle" border=0 > 
197 </a>1.3.3 </small></address>
198 </body>
199 </html>