]> git.netwichtig.de Git - user/henk/code/inspircd.git/blob - docs/module-doc/connection_8h.html
Documentation update
[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,56,239,77" 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="servers_8h.html" shape="rect" coords="19,85,83,106" alt="">
33 <area href="servers_8cpp.html" shape="rect" coords="7,16,87,37" alt="">
34 <area href="users_8h.html" shape="rect" coords="115,85,165,106" alt="">
35 <area href="users_8cpp.html" shape="rect" coords="111,16,177,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 </table>
55 <hr><h2>Define Documentation</h2>
56 <a name="a1" doxytag="connection.h::STATE_CONNECTED"></a><p>
57 <table width="100%" cellpadding="2" cellspacing="0" border="0">
58   <tr>
59     <td class="md">
60       <table cellpadding="0" cellspacing="0" border="0">
61         <tr>
62           <td class="md" nowrap valign="top"> #define STATE_CONNECTED&nbsp;&nbsp;&nbsp;1
63       </table>
64     </td>
65   </tr>
66 </table>
67 <table cellspacing=5 cellpadding=0 border=0>
68   <tr>
69     <td>
70       &nbsp;
71     </td>
72     <td>
73
74 <p>
75
76 <p>
77 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>
78   </tr>
79 </table>
80 <a name="a0" doxytag="connection.h::STATE_DISCONNECTED"></a><p>
81 <table width="100%" cellpadding="2" cellspacing="0" border="0">
82   <tr>
83     <td class="md">
84       <table cellpadding="0" cellspacing="0" border="0">
85         <tr>
86           <td class="md" nowrap valign="top"> #define STATE_DISCONNECTED&nbsp;&nbsp;&nbsp;0
87       </table>
88     </td>
89   </tr>
90 </table>
91 <table cellspacing=5 cellpadding=0 border=0>
92   <tr>
93     <td>
94       &nbsp;
95     </td>
96     <td>
97
98 <p>
99
100 <p>
101 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>
102   </tr>
103 </table>
104 <a name="a3" doxytag="connection.h::STATE_NOAUTH_INBOUND"></a><p>
105 <table width="100%" cellpadding="2" cellspacing="0" border="0">
106   <tr>
107     <td class="md">
108       <table cellpadding="0" cellspacing="0" border="0">
109         <tr>
110           <td class="md" nowrap valign="top"> #define STATE_NOAUTH_INBOUND&nbsp;&nbsp;&nbsp;3
111       </table>
112     </td>
113   </tr>
114 </table>
115 <table cellspacing=5 cellpadding=0 border=0>
116   <tr>
117     <td>
118       &nbsp;
119     </td>
120     <td>
121
122 <p>
123
124 <p>
125 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>
126   </tr>
127 </table>
128 <a name="a4" doxytag="connection.h::STATE_NOAUTH_OUTBOUND"></a><p>
129 <table width="100%" cellpadding="2" cellspacing="0" border="0">
130   <tr>
131     <td class="md">
132       <table cellpadding="0" cellspacing="0" border="0">
133         <tr>
134           <td class="md" nowrap valign="top"> #define STATE_NOAUTH_OUTBOUND&nbsp;&nbsp;&nbsp;4
135       </table>
136     </td>
137   </tr>
138 </table>
139 <table cellspacing=5 cellpadding=0 border=0>
140   <tr>
141     <td>
142       &nbsp;
143     </td>
144     <td>
145
146 <p>
147
148 <p>
149 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>
150   </tr>
151 </table>
152 <a name="a2" doxytag="connection.h::STATE_SYNC"></a><p>
153 <table width="100%" cellpadding="2" cellspacing="0" border="0">
154   <tr>
155     <td class="md">
156       <table cellpadding="0" cellspacing="0" border="0">
157         <tr>
158           <td class="md" nowrap valign="top"> #define STATE_SYNC&nbsp;&nbsp;&nbsp;2
159       </table>
160     </td>
161   </tr>
162 </table>
163 <table cellspacing=5 cellpadding=0 border=0>
164   <tr>
165     <td>
166       &nbsp;
167     </td>
168     <td>
169
170 <p>
171
172 <p>
173 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>
174   </tr>
175 </table>
176 <hr><address style="align: right;"><small>Generated on Mon Apr 19 02:34:35 2004 for InspIRCd by
177 <a href="http://www.doxygen.org/index.html">
178 <img src="doxygen.png" alt="doxygen" align="middle" border=0 
179 width=110 height=53></a>1.3-rc3 </small></address>
180 </body>
181 </html>