]> git.netwichtig.de Git - user/henk/code/inspircd.git/blob - docs/module-doc/connection_8h.html
New documentation to document user/channel mode handling
[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
21 <p>
22 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>
23 <map name="connection.h_map">
24 <area href="base_8h.html" shape="rect" coords="191,56,239,77" alt="">
25 </map>
26
27 <p>
28 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>
29 <map name="connection.hdep_map">
30 <area href="servers_8h.html" shape="rect" coords="19,85,83,106" alt="">
31 <area href="servers_8cpp.html" shape="rect" coords="7,16,87,37" alt="">
32 <area href="users_8h.html" shape="rect" coords="115,85,165,106" alt="">
33 <area href="users_8cpp.html" shape="rect" coords="111,16,177,37" alt="">
34 </map>
35
36 <p>
37 <a href="connection_8h-source.html">Go to the source code of this file.</a><table border=0 cellpadding=0 cellspacing=0>
38 <tr><td></td></tr>
39 <tr><td colspan=2><br><h2>Compounds</h2></td></tr>
40 <tr><td nowrap align=right valign=top>class &nbsp;</td><td valign=bottom><a class="el" href="classconnection.html">connection</a></td></tr>
41 <tr><td nowrap align=right valign=top>class &nbsp;</td><td valign=bottom><a class="el" href="classpacket.html">packet</a></td></tr>
42 <tr><td colspan=2><br><h2>Defines</h2></td></tr>
43 <tr><td nowrap align=right valign=top>#define&nbsp;</td><td valign=bottom><a class="el" href="connection_8h.html#a0">PT_SYN_ONLY</a>&nbsp;&nbsp;&nbsp;0</td></tr>
44 <tr><td nowrap align=right valign=top>#define&nbsp;</td><td valign=bottom><a class="el" href="connection_8h.html#a1">PT_ACK_ONLY</a>&nbsp;&nbsp;&nbsp;1</td></tr>
45 <tr><td nowrap align=right valign=top>#define&nbsp;</td><td valign=bottom><a class="el" href="connection_8h.html#a2">PT_SYN_WITH_DATA</a>&nbsp;&nbsp;&nbsp;2</td></tr>
46 <tr><td nowrap align=right valign=top>#define&nbsp;</td><td valign=bottom><a class="el" href="connection_8h.html#a3">PT_KEY_EXCHANGE</a>&nbsp;&nbsp;&nbsp;3</td></tr>
47 </table>
48 <hr><h2>Define Documentation</h2>
49 <a name="a1" doxytag="connection.h::PT_ACK_ONLY"></a><p>
50 <table width="100%" cellpadding="2" cellspacing="0" border="0">
51   <tr>
52     <td class="md">
53       <table cellpadding="0" cellspacing="0" border="0">
54         <tr>
55           <td class="md" nowrap valign="top"> #define PT_ACK_ONLY&nbsp;&nbsp;&nbsp;1
56       </table>
57     </td>
58   </tr>
59 </table>
60 <table cellspacing=5 cellpadding=0 border=0>
61   <tr>
62     <td>
63       &nbsp;
64     </td>
65     <td>
66
67 <p>
68
69 <p>
70 Definition at line <a class="el" href="connection_8h-source.html#l00021">21</a> of file <a class="el" href="connection_8h-source.html">connection.h</a>.    </td>
71   </tr>
72 </table>
73 <a name="a3" doxytag="connection.h::PT_KEY_EXCHANGE"></a><p>
74 <table width="100%" cellpadding="2" cellspacing="0" border="0">
75   <tr>
76     <td class="md">
77       <table cellpadding="0" cellspacing="0" border="0">
78         <tr>
79           <td class="md" nowrap valign="top"> #define PT_KEY_EXCHANGE&nbsp;&nbsp;&nbsp;3
80       </table>
81     </td>
82   </tr>
83 </table>
84 <table cellspacing=5 cellpadding=0 border=0>
85   <tr>
86     <td>
87       &nbsp;
88     </td>
89     <td>
90
91 <p>
92
93 <p>
94 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>
95   </tr>
96 </table>
97 <a name="a0" doxytag="connection.h::PT_SYN_ONLY"></a><p>
98 <table width="100%" cellpadding="2" cellspacing="0" border="0">
99   <tr>
100     <td class="md">
101       <table cellpadding="0" cellspacing="0" border="0">
102         <tr>
103           <td class="md" nowrap valign="top"> #define PT_SYN_ONLY&nbsp;&nbsp;&nbsp;0
104       </table>
105     </td>
106   </tr>
107 </table>
108 <table cellspacing=5 cellpadding=0 border=0>
109   <tr>
110     <td>
111       &nbsp;
112     </td>
113     <td>
114
115 <p>
116
117 <p>
118 Definition at line <a class="el" href="connection_8h-source.html#l00020">20</a> of file <a class="el" href="connection_8h-source.html">connection.h</a>.    </td>
119   </tr>
120 </table>
121 <a name="a2" doxytag="connection.h::PT_SYN_WITH_DATA"></a><p>
122 <table width="100%" cellpadding="2" cellspacing="0" border="0">
123   <tr>
124     <td class="md">
125       <table cellpadding="0" cellspacing="0" border="0">
126         <tr>
127           <td class="md" nowrap valign="top"> #define PT_SYN_WITH_DATA&nbsp;&nbsp;&nbsp;2
128       </table>
129     </td>
130   </tr>
131 </table>
132 <table cellspacing=5 cellpadding=0 border=0>
133   <tr>
134     <td>
135       &nbsp;
136     </td>
137     <td>
138
139 <p>
140
141 <p>
142 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>
143   </tr>
144 </table>
145 <hr><address style="align: right;"><small>Generated on Sun Apr 4 23:02:17 2004 for InspIRCd by
146 <a href="http://www.doxygen.org/index.html">
147 <img src="doxygen.png" alt="doxygen" align="middle" border=0 
148 width=110 height=53></a>1.3-rc3 </small></address>
149 </body>
150 </html>