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