-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdefs_8h_source.html
More file actions
229 lines (227 loc) · 31.4 KB
/
defs_8h_source.html
File metadata and controls
229 lines (227 loc) · 31.4 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="generator" content="Doxygen 1.9.5"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>ah_base/include/ah/defs.h Source File - Eclipse Arrowhead™ Core C Libraries</title>
<script src="jquery.js"></script>
<script src="dynsections.js"></script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
$(document).ready(function() { init_search(); });
/* @license-end */
</script>
<script>
window.addEventListener("load", () => {
let contents = document.querySelector("body > div.contents");
if (!contents) {
return;
}
document.querySelectorAll("#top ul > li.current > a > span").forEach((selectedMenuItem) => {
contents.classList.add(selectedMenuItem.innerText.trim().toLowerCase().replace(/\s+/, "-"));
});
for (let i = contents.childNodes.length - 1; i >= 0; i -= 1) {
let childNode = contents.childNodes.item(i);
if ((childNode.nodeType === 3 && childNode.textContent.trim().length === 0)
|| (childNode.nodeType === 1 && childNode.classList.contains("textblock") && childNode.textContent.trim().length === 0)) {
childNode.remove();
}
}
});
</script>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<link href="DoxygenStyle.css" rel="stylesheet" type="text/css"/>
</head>
<body>
<div id="top">
<header>
<img alt="Logo" src="arrowhead-logo-white.svg"/>
<h1>Eclipse Arrowhead™ Core C Libraries <span class="version"></span></h1>
</header>
<!-- Generated by Doxygen 1.9.5 -->
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
var searchBox = new SearchBox("searchBox", "search/",'.html');
/* @license-end */
</script>
<div id="navrow1" class="tabs">
<ul class="tablist">
<li><a href="index.html"><span>Overview</span></a></li>
<li><a href="files.html"><span>Headers</span></a></li>
<li><a href="annotated.html"><span>Data Structures</span></a></li>
<li><a href="examples.html"><span>Examples</span></a></li>
<li>
<div id="MSearchBox" class="MSearchBoxInactive">
<span class="left">
<span id="MSearchSelect" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()"> </span>
<input type="text" id="MSearchField" value="" placeholder="Search" accesskey="S"
onfocus="searchBox.OnSearchFieldFocus(true)"
onblur="searchBox.OnSearchFieldFocus(false)"
onkeyup="searchBox.OnSearchFieldChange(event)"/>
</span><span class="right">
<a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.svg" alt=""/></a>
</span>
</div>
</li>
</ul>
</div>
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<div id="MSearchResults">
<div class="SRPage">
<div id="SRIndex">
<div id="SRResults"></div>
<div class="SRStatus" id="Loading">Loading...</div>
<div class="SRStatus" id="Searching">Searching...</div>
<div class="SRStatus" id="NoMatches">No Matches</div>
</div>
</div>
</div>
</div>
<div id="nav-path" class="navpath">
<ul>
<li class="navelem"><a class="el" href="dir_e181be20417508ccbaf60a7ad88b28e5.html">ah_base</a></li><li class="navelem"><a class="el" href="dir_4e09807cd623eda32c4b1ef4b2b976fd.html">include</a></li><li class="navelem"><a class="el" href="dir_d9de5a19e148cb2028fab693738defa4.html">ah</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="headertitle"><div class="title">defs.h</div></div>
</div><!--header-->
<div class="contents">
<a href="defs_8h.html">Go to the documentation of this file.</a><div class="fragment"><div class="line"><a id="l00001" name="l00001"></a><span class="lineno"> 1</span><span class="comment">// SPDX-License-Identifier: EPL-2.0</span></div>
<div class="line"><a id="l00002" name="l00002"></a><span class="lineno"> 2</span> </div>
<div class="line"><a id="l00003" name="l00003"></a><span class="lineno"> 3</span><span class="preprocessor">#ifndef AH_DEFS_H_</span></div>
<div class="line"><a id="l00004" name="l00004"></a><span class="lineno"> 4</span><span class="preprocessor">#define AH_DEFS_H_</span></div>
<div class="line"><a id="l00005" name="l00005"></a><span class="lineno"> 5</span> </div>
<div class="line"><a id="l00017" name="l00017"></a><span class="lineno"> 17</span><span class="preprocessor">#if defined(AH_DOXYGEN)</span></div>
<div class="line"><a id="l00018" name="l00018"></a><span class="lineno"> 18</span><span class="comment">// Do nothing.</span></div>
<div class="line"><a id="l00019" name="l00019"></a><span class="lineno"> 19</span><span class="preprocessor">#elif defined(__APPLE__)</span></div>
<div class="line"><a id="l00020" name="l00020"></a><span class="lineno"> 20</span><span class="preprocessor"># define AH_IS_DARWIN 1</span></div>
<div class="line"><a id="l00021" name="l00021"></a><span class="lineno"> 21</span><span class="preprocessor">#elif defined(__linux__)</span></div>
<div class="line"><a id="l00022" name="l00022"></a><span class="lineno"> 22</span><span class="preprocessor"># define AH_IS_LINUX 1</span></div>
<div class="line"><a id="l00023" name="l00023"></a><span class="lineno"> 23</span><span class="preprocessor">#elif defined(_WIN32)</span></div>
<div class="line"><a id="l00024" name="l00024"></a><span class="lineno"> 24</span><span class="preprocessor"># define AH_IS_WIN32 1</span></div>
<div class="line"><a id="l00025" name="l00025"></a><span class="lineno"> 25</span><span class="preprocessor">#endif</span></div>
<div class="line"><a id="l00026" name="l00026"></a><span class="lineno"> 26</span> </div>
<div class="line"><a id="l00027" name="l00027"></a><span class="lineno"> 27</span><span class="preprocessor">#ifndef AH_IS_DARWIN</span></div>
<div class="line"><a id="l00031" name="l00031"></a><span class="lineno"><a class="line" href="defs_8h.html#a2ca5555ba43026cb6844323714a721a0"> 31</a></span><span class="preprocessor"># define AH_IS_DARWIN 0</span></div>
<div class="line"><a id="l00032" name="l00032"></a><span class="lineno"> 32</span><span class="preprocessor">#endif</span></div>
<div class="line"><a id="l00033" name="l00033"></a><span class="lineno"> 33</span><span class="preprocessor">#ifndef AH_IS_LINUX</span></div>
<div class="line"><a id="l00037" name="l00037"></a><span class="lineno"><a class="line" href="defs_8h.html#a096a91a67ab3fdfda4c94e84f890a3b0"> 37</a></span><span class="preprocessor"># define AH_IS_LINUX 0</span></div>
<div class="line"><a id="l00038" name="l00038"></a><span class="lineno"> 38</span><span class="preprocessor">#endif</span></div>
<div class="line"><a id="l00039" name="l00039"></a><span class="lineno"> 39</span><span class="preprocessor">#ifndef AH_IS_WIN32</span></div>
<div class="line"><a id="l00043" name="l00043"></a><span class="lineno"><a class="line" href="defs_8h.html#a673cce1a15fb560f9c19cc6213819d32"> 43</a></span><span class="preprocessor"># define AH_IS_WIN32 0</span></div>
<div class="line"><a id="l00044" name="l00044"></a><span class="lineno"> 44</span><span class="preprocessor">#endif</span></div>
<div class="line"><a id="l00045" name="l00045"></a><span class="lineno"> 45</span> </div>
<div class="line"><a id="l00046" name="l00046"></a><span class="lineno"> 46</span><span class="preprocessor">#ifndef AH_USE_IOCP</span></div>
<div class="line"><a id="l00051" name="l00051"></a><span class="lineno"><a class="line" href="defs_8h.html#afacac773dbe1d2347a220198bdf2f459"> 51</a></span><span class="preprocessor"># define AH_USE_IOCP AH_IS_WIN32</span></div>
<div class="line"><a id="l00052" name="l00052"></a><span class="lineno"> 52</span><span class="preprocessor">#endif</span></div>
<div class="line"><a id="l00053" name="l00053"></a><span class="lineno"> 53</span><span class="preprocessor">#ifndef AH_USE_KQUEUE</span></div>
<div class="line"><a id="l00058" name="l00058"></a><span class="lineno"><a class="line" href="defs_8h.html#a7990c22eb2a776352ffb5c4cfe735e5b"> 58</a></span><span class="preprocessor"># define AH_USE_KQUEUE AH_IS_DARWIN</span></div>
<div class="line"><a id="l00059" name="l00059"></a><span class="lineno"> 59</span><span class="preprocessor">#endif</span></div>
<div class="line"><a id="l00060" name="l00060"></a><span class="lineno"> 60</span><span class="preprocessor">#ifndef AH_USE_URING</span></div>
<div class="line"><a id="l00065" name="l00065"></a><span class="lineno"><a class="line" href="defs_8h.html#a150a8dbb74bf4ea89ea17a077ecca1cb"> 65</a></span><span class="preprocessor"># define AH_USE_URING AH_IS_LINUX</span></div>
<div class="line"><a id="l00066" name="l00066"></a><span class="lineno"> 66</span><span class="preprocessor">#endif</span></div>
<div class="line"><a id="l00067" name="l00067"></a><span class="lineno"> 67</span> </div>
<div class="line"><a id="l00072" name="l00072"></a><span class="lineno"><a class="line" href="defs_8h.html#a8f6e5f765e4ecd8c5de77c317de917c2"> 72</a></span><span class="preprocessor">#define AH_HAS_BSD_SOCKETS (AH_IS_DARWIN || AH_IS_LINUX || AH_IS_WIN32)</span></div>
<div class="line"><a id="l00073" name="l00073"></a><span class="lineno"> 73</span> </div>
<div class="line"><a id="l00077" name="l00077"></a><span class="lineno"><a class="line" href="defs_8h.html#a816ab5179ccb38403ee6021d5dd335a2"> 77</a></span><span class="preprocessor">#define AH_HAS_POSIX (AH_IS_DARWIN || AH_IS_LINUX)</span></div>
<div class="line"><a id="l00078" name="l00078"></a><span class="lineno"> 78</span> </div>
<div class="line"><a id="l00079" name="l00079"></a><span class="lineno"> 79</span><span class="preprocessor">#if defined(AH_DOXYGEN)</span></div>
<div class="line"><a id="l00080" name="l00080"></a><span class="lineno"> 80</span><span class="comment">// Do nothing.</span></div>
<div class="line"><a id="l00081" name="l00081"></a><span class="lineno"> 81</span><span class="preprocessor">#elif defined(__clang__)</span></div>
<div class="line"><a id="l00082" name="l00082"></a><span class="lineno"> 82</span><span class="preprocessor"># if __clang_major__ < 13</span></div>
<div class="line"><a id="l00083" name="l00083"></a><span class="lineno"> 83</span><span class="preprocessor"># error "Only clang versions 13 and above are supported for this library."</span></div>
<div class="line"><a id="l00084" name="l00084"></a><span class="lineno"> 84</span><span class="preprocessor"># endif</span></div>
<div class="line"><a id="l00085" name="l00085"></a><span class="lineno"> 85</span><span class="preprocessor"># define AH_VIA_CLANG 1</span></div>
<div class="line"><a id="l00086" name="l00086"></a><span class="lineno"> 86</span><span class="preprocessor">#elif defined(__GNUC__)</span></div>
<div class="line"><a id="l00087" name="l00087"></a><span class="lineno"> 87</span><span class="preprocessor"># if __GNUC__ < 9</span></div>
<div class="line"><a id="l00088" name="l00088"></a><span class="lineno"> 88</span><span class="preprocessor"># error "Only GCC versions 9 and above are supported for this library."</span></div>
<div class="line"><a id="l00089" name="l00089"></a><span class="lineno"> 89</span><span class="preprocessor"># endif</span></div>
<div class="line"><a id="l00090" name="l00090"></a><span class="lineno"> 90</span><span class="preprocessor"># define AH_VIA_GCC 1</span></div>
<div class="line"><a id="l00091" name="l00091"></a><span class="lineno"> 91</span><span class="preprocessor">#elif defined(_MSC_VER)</span></div>
<div class="line"><a id="l00092" name="l00092"></a><span class="lineno"> 92</span><span class="preprocessor"># if _MSC_VER < 1930</span></div>
<div class="line"><a id="l00093" name="l00093"></a><span class="lineno"> 93</span><span class="preprocessor"># error "Only Visual Studio 2022 (17.0) and above are supported for this library."</span></div>
<div class="line"><a id="l00094" name="l00094"></a><span class="lineno"> 94</span><span class="preprocessor"># endif</span></div>
<div class="line"><a id="l00095" name="l00095"></a><span class="lineno"> 95</span><span class="preprocessor"># define AH_VIA_MSVC 1</span></div>
<div class="line"><a id="l00096" name="l00096"></a><span class="lineno"> 96</span><span class="preprocessor">#else</span></div>
<div class="line"><a id="l00097" name="l00097"></a><span class="lineno"> 97</span><span class="preprocessor"># warning "The library seems to be compiled with an unsupported compiler."</span></div>
<div class="line"><a id="l00098" name="l00098"></a><span class="lineno"> 98</span><span class="preprocessor">#endif</span></div>
<div class="line"><a id="l00099" name="l00099"></a><span class="lineno"> 99</span> </div>
<div class="line"><a id="l00100" name="l00100"></a><span class="lineno"> 100</span><span class="preprocessor">#ifndef AH_VIA_CLANG</span></div>
<div class="line"><a id="l00104" name="l00104"></a><span class="lineno"><a class="line" href="defs_8h.html#ae2a3bca85a710bbe7f55a0fd58c207a5"> 104</a></span><span class="preprocessor"># define AH_VIA_CLANG 0</span></div>
<div class="line"><a id="l00105" name="l00105"></a><span class="lineno"> 105</span><span class="preprocessor">#endif</span></div>
<div class="line"><a id="l00106" name="l00106"></a><span class="lineno"> 106</span><span class="preprocessor">#ifndef AH_VIA_GCC</span></div>
<div class="line"><a id="l00110" name="l00110"></a><span class="lineno"><a class="line" href="defs_8h.html#a83145ce26563acc9d3edd3bed081eaa3"> 110</a></span><span class="preprocessor"># define AH_VIA_GCC 0</span></div>
<div class="line"><a id="l00111" name="l00111"></a><span class="lineno"> 111</span><span class="preprocessor">#endif</span></div>
<div class="line"><a id="l00112" name="l00112"></a><span class="lineno"> 112</span><span class="preprocessor">#ifndef AH_VIA_MSVC</span></div>
<div class="line"><a id="l00116" name="l00116"></a><span class="lineno"><a class="line" href="defs_8h.html#a9280e7bc9041356ef224f09bb40c3f12"> 116</a></span><span class="preprocessor"># define AH_VIA_MSVC 0</span></div>
<div class="line"><a id="l00117" name="l00117"></a><span class="lineno"> 117</span><span class="preprocessor">#endif</span></div>
<div class="line"><a id="l00118" name="l00118"></a><span class="lineno"> 118</span> </div>
<div class="line"><a id="l00119" name="l00119"></a><span class="lineno"> 119</span><span class="preprocessor">#if (-1 & 3) != 3</span></div>
<div class="line"><a id="l00120" name="l00120"></a><span class="lineno"> 120</span><span class="preprocessor"># error "Only computer architectures with two's complement signed integers are supported for this library."</span></div>
<div class="line"><a id="l00121" name="l00121"></a><span class="lineno"> 121</span><span class="preprocessor">#endif</span></div>
<div class="line"><a id="l00122" name="l00122"></a><span class="lineno"> 122</span> </div>
<div class="line"><a id="l00123" name="l00123"></a><span class="lineno"> 123</span><span class="preprocessor">#if AH_VIA_CLANG || AH_VIA_GCC</span></div>
<div class="line"><a id="l00124" name="l00124"></a><span class="lineno"> 124</span><span class="preprocessor"># define ah_extern __attribute__((visibility("default"</span>), unused))</div>
<div class="line"><a id="l00125" name="l00125"></a><span class="lineno"> 125</span><span class="preprocessor"># define ah_noreturn __attribute__((noreturn))</span></div>
<div class="line"><a id="l00126" name="l00126"></a><span class="lineno"> 126</span><span class="preprocessor">#elif AH_VIA_MSVC</span></div>
<div class="line"><a id="l00127" name="l00127"></a><span class="lineno"> 127</span><span class="preprocessor"># define ah_extern __declspec(dllexport)</span></div>
<div class="line"><a id="l00128" name="l00128"></a><span class="lineno"> 128</span><span class="preprocessor"># define ah_noreturn __declspec(noreturn)</span></div>
<div class="line"><a id="l00129" name="l00129"></a><span class="lineno"> 129</span><span class="preprocessor">#else</span></div>
<div class="line"><a id="l00134" name="l00134"></a><span class="lineno"><a class="line" href="defs_8h.html#a4a00eaa653b79c27bff40d48d658f86f"> 134</a></span><span class="preprocessor"># define ah_extern</span></div>
<div class="line"><a id="l00135" name="l00135"></a><span class="lineno"> 135</span> </div>
<div class="line"><a id="l00140" name="l00140"></a><span class="lineno"><a class="line" href="defs_8h.html#a9cd50f1254eea78abb25cde93addff3d"> 140</a></span><span class="preprocessor"># define ah_noreturn</span></div>
<div class="line"><a id="l00141" name="l00141"></a><span class="lineno"> 141</span><span class="preprocessor">#endif</span></div>
<div class="line"><a id="l00142" name="l00142"></a><span class="lineno"> 142</span> </div>
<div class="line"><a id="l00157" name="l00157"></a><span class="lineno"><a class="line" href="defs_8h.html#a746483e29fbbad8cb71e1b3875763ae2"> 157</a></span><span class="keyword">typedef</span> <span class="keywordtype">int</span> <a class="code hl_typedef" href="defs_8h.html#a746483e29fbbad8cb71e1b3875763ae2" title="Signed integer type used to hold an error code.">ah_err_t</a>;</div>
<div class="line"><a id="l00158" name="l00158"></a><span class="lineno"> 158</span> </div>
<div class="line"><a id="l00173" name="l00173"></a><span class="lineno"> 173</span><span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code hl_struct" href="structah__buf.html" title="Sized reference to a contiguous chunk of memory.">ah_buf</a> <a class="code hl_struct" href="structah__buf.html" title="Sized reference to a contiguous chunk of memory.">ah_buf_t</a>;</div>
<div class="line"><a id="l00174" name="l00174"></a><span class="lineno"> 174</span><span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code hl_struct" href="structah__ipaddr__v4.html" title="IPv4 address.">ah_ipaddr_v4</a> <a class="code hl_struct" href="structah__ipaddr__v4.html" title="IPv4 address.">ah_ipaddr_v4_t</a>;</div>
<div class="line"><a id="l00175" name="l00175"></a><span class="lineno"> 175</span><span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code hl_struct" href="structah__ipaddr__v6.html" title="IPv6 address.">ah_ipaddr_v6</a> <a class="code hl_struct" href="structah__ipaddr__v6.html" title="IPv6 address.">ah_ipaddr_v6_t</a>;</div>
<div class="line"><a id="l00176" name="l00176"></a><span class="lineno"> 176</span><span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code hl_struct" href="structah__loop.html" title="Event loop.">ah_loop</a> <a class="code hl_struct" href="structah__loop.html" title="Event loop.">ah_loop_t</a>;</div>
<div class="line"><a id="l00177" name="l00177"></a><span class="lineno"> 177</span><span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code hl_struct" href="structah__rw.html" title="R/W pointer set, used to coordinate writes and reads to and from the same buffer.">ah_rw</a> <a class="code hl_struct" href="structah__rw.html" title="R/W pointer set, used to coordinate writes and reads to and from the same buffer.">ah_rw_t</a>;</div>
<div class="line"><a id="l00178" name="l00178"></a><span class="lineno"> 178</span><span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code hl_struct" href="structah__sockaddr__any.html" title="Socket address variant that exposes struct fields present on all supported ah_sockaddr variant types.">ah_sockaddr_any</a> <a class="code hl_struct" href="structah__sockaddr__any.html" title="Socket address variant that exposes struct fields present on all supported ah_sockaddr variant types.">ah_sockaddr_any_t</a>;</div>
<div class="line"><a id="l00179" name="l00179"></a><span class="lineno"> 179</span><span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code hl_struct" href="structah__sockaddr__ip.html" title="Socket address variant that exposes struct fields present on all IP-based ah_sockaddr variant types.">ah_sockaddr_ip</a> <a class="code hl_struct" href="structah__sockaddr__ip.html" title="Socket address variant that exposes struct fields present on all IP-based ah_sockaddr variant types.">ah_sockaddr_ip_t</a>;</div>
<div class="line"><a id="l00180" name="l00180"></a><span class="lineno"> 180</span><span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code hl_struct" href="structah__sockaddr__ipv4.html" title="Socket address variant representing an IPv4-based address.">ah_sockaddr_ipv4</a> <a class="code hl_struct" href="structah__sockaddr__ipv4.html" title="Socket address variant representing an IPv4-based address.">ah_sockaddr_ipv4_t</a>;</div>
<div class="line"><a id="l00181" name="l00181"></a><span class="lineno"> 181</span><span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code hl_struct" href="structah__sockaddr__ipv6.html" title="Socket address variant representing an IPv6-based address.">ah_sockaddr_ipv6</a> <a class="code hl_struct" href="structah__sockaddr__ipv6.html" title="Socket address variant representing an IPv6-based address.">ah_sockaddr_ipv6_t</a>;</div>
<div class="line"><a id="l00182" name="l00182"></a><span class="lineno"> 182</span><span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code hl_struct" href="structah__task.html" title="Task that can be scheduled for execution in the future.">ah_task</a> <a class="code hl_struct" href="structah__task.html" title="Task that can be scheduled for execution in the future.">ah_task_t</a>;</div>
<div class="line"><a id="l00183" name="l00183"></a><span class="lineno"> 183</span><span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code hl_struct" href="structah__tcp__accept.html" title="TCP listener acceptance.">ah_tcp_accept</a> <a class="code hl_struct" href="structah__tcp__accept.html" title="TCP listener acceptance.">ah_tcp_accept_t</a>;</div>
<div class="line"><a id="l00184" name="l00184"></a><span class="lineno"> 184</span><span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code hl_struct" href="structah__tcp__conn.html" title="TCP connection handle.">ah_tcp_conn</a> <a class="code hl_struct" href="structah__tcp__conn.html" title="TCP connection handle.">ah_tcp_conn_t</a>;</div>
<div class="line"><a id="l00185" name="l00185"></a><span class="lineno"> 185</span><span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code hl_struct" href="structah__tcp__conn__cbs.html" title="TCP connection callback set.">ah_tcp_conn_cbs</a> <a class="code hl_struct" href="structah__tcp__conn__cbs.html" title="TCP connection callback set.">ah_tcp_conn_cbs_t</a>;</div>
<div class="line"><a id="l00186" name="l00186"></a><span class="lineno"> 186</span><span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code hl_struct" href="structah__tcp__conn__obs.html" title="TCP connection observer.">ah_tcp_conn_obs</a> <a class="code hl_struct" href="structah__tcp__conn__obs.html" title="TCP connection observer.">ah_tcp_conn_obs_t</a>;</div>
<div class="line"><a id="l00187" name="l00187"></a><span class="lineno"> 187</span><span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code hl_struct" href="structah__tcp__in.html" title="TCP input stream.">ah_tcp_in</a> <a class="code hl_struct" href="structah__tcp__in.html" title="TCP input stream.">ah_tcp_in_t</a>;</div>
<div class="line"><a id="l00188" name="l00188"></a><span class="lineno"> 188</span><span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code hl_struct" href="structah__tcp__listener.html" title="TCP listener handle.">ah_tcp_listener</a> <a class="code hl_struct" href="structah__tcp__listener.html" title="TCP listener handle.">ah_tcp_listener_t</a>;</div>
<div class="line"><a id="l00189" name="l00189"></a><span class="lineno"> 189</span><span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code hl_struct" href="structah__tcp__listener__cbs.html" title="TCP listener callback set.">ah_tcp_listener_cbs</a> <a class="code hl_struct" href="structah__tcp__listener__cbs.html" title="TCP listener callback set.">ah_tcp_listener_cbs_t</a>;</div>
<div class="line"><a id="l00190" name="l00190"></a><span class="lineno"> 190</span><span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code hl_struct" href="structah__tcp__listener__obs.html" title="TCP listener observer.">ah_tcp_listener_obs</a> <a class="code hl_struct" href="structah__tcp__listener__obs.html" title="TCP listener observer.">ah_tcp_listener_obs_t</a>;</div>
<div class="line"><a id="l00191" name="l00191"></a><span class="lineno"> 191</span><span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code hl_struct" href="structah__tcp__out.html" title="TCP output buffer.">ah_tcp_out</a> <a class="code hl_struct" href="structah__tcp__out.html" title="TCP output buffer.">ah_tcp_out_t</a>;</div>
<div class="line"><a id="l00192" name="l00192"></a><span class="lineno"> 192</span><span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code hl_struct" href="structah__tcp__trans.html" title="TCP-based transport.">ah_tcp_trans</a> <a class="code hl_struct" href="structah__tcp__trans.html" title="TCP-based transport.">ah_tcp_trans_t</a>;</div>
<div class="line"><a id="l00193" name="l00193"></a><span class="lineno"> 193</span><span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code hl_struct" href="structah__tcp__trans__vtab.html" title="TCP-based transport virtual function table.">ah_tcp_trans_vtab</a> <a class="code hl_struct" href="structah__tcp__trans__vtab.html" title="TCP-based transport virtual function table.">ah_tcp_trans_vtab_t</a>;</div>
<div class="line"><a id="l00194" name="l00194"></a><span class="lineno"> 194</span><span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code hl_struct" href="structah__time.html" title="Reference to a point in time, measured from an arbitrary point in the past.">ah_time</a> <a class="code hl_struct" href="structah__time.html" title="Reference to a point in time, measured from an arbitrary point in the past.">ah_time_t</a>;</div>
<div class="line"><a id="l00195" name="l00195"></a><span class="lineno"> 195</span><span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code hl_struct" href="structah__udp__group__ipv4.html" title="UDP/IPv4 multicast group.">ah_udp_group_ipv4</a> <a class="code hl_struct" href="structah__udp__group__ipv4.html" title="UDP/IPv4 multicast group.">ah_udp_group_ipv4_t</a>;</div>
<div class="line"><a id="l00196" name="l00196"></a><span class="lineno"> 196</span><span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code hl_struct" href="structah__udp__group__ipv6.html" title="UDP/IPv6 multicast group.">ah_udp_group_ipv6</a> <a class="code hl_struct" href="structah__udp__group__ipv6.html" title="UDP/IPv6 multicast group.">ah_udp_group_ipv6_t</a>;</div>
<div class="line"><a id="l00197" name="l00197"></a><span class="lineno"> 197</span><span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code hl_struct" href="structah__udp__in.html" title="UDP datagram input buffer.">ah_udp_in</a> <a class="code hl_struct" href="structah__udp__in.html" title="UDP datagram input buffer.">ah_udp_in_t</a>;</div>
<div class="line"><a id="l00198" name="l00198"></a><span class="lineno"> 198</span><span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code hl_struct" href="structah__udp__out.html" title="UDP datagram output buffer.">ah_udp_out</a> <a class="code hl_struct" href="structah__udp__out.html" title="UDP datagram output buffer.">ah_udp_out_t</a>;</div>
<div class="line"><a id="l00199" name="l00199"></a><span class="lineno"> 199</span><span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code hl_struct" href="structah__udp__sock.html" title="UDP socket handle.">ah_udp_sock</a> <a class="code hl_struct" href="structah__udp__sock.html" title="UDP socket handle.">ah_udp_sock_t</a>;</div>
<div class="line"><a id="l00200" name="l00200"></a><span class="lineno"> 200</span><span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code hl_struct" href="structah__udp__sock__cbs.html" title="UDP socket callback set.">ah_udp_sock_cbs</a> <a class="code hl_struct" href="structah__udp__sock__cbs.html" title="UDP socket callback set.">ah_udp_sock_cbs_t</a>;</div>
<div class="line"><a id="l00201" name="l00201"></a><span class="lineno"> 201</span><span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code hl_struct" href="structah__udp__sock__obs.html" title="UDP socket observer.">ah_udp_sock_obs</a> <a class="code hl_struct" href="structah__udp__sock__obs.html" title="UDP socket observer.">ah_udp_sock_obs_t</a>;</div>
<div class="line"><a id="l00202" name="l00202"></a><span class="lineno"> 202</span><span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code hl_struct" href="structah__udp__trans.html" title="UDP-based message transport.">ah_udp_trans</a> <a class="code hl_struct" href="structah__udp__trans.html" title="UDP-based message transport.">ah_udp_trans_t</a>;</div>
<div class="line"><a id="l00203" name="l00203"></a><span class="lineno"> 203</span><span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code hl_struct" href="structah__udp__trans__vtab.html" title="UDP-based transport virtual function table.">ah_udp_trans_vtab</a> <a class="code hl_struct" href="structah__udp__trans__vtab.html" title="UDP-based transport virtual function table.">ah_udp_trans_vtab_t</a>;</div>
<div class="line"><a id="l00204" name="l00204"></a><span class="lineno"> 204</span> </div>
<div class="line"><a id="l00205" name="l00205"></a><span class="lineno"> 205</span><span class="keyword">typedef</span> <span class="keyword">union </span><a class="code hl_union" href="unionah__sockaddr.html" title="Socket address union type.">ah_sockaddr</a> <a class="code hl_union" href="unionah__sockaddr.html" title="Socket address union type.">ah_sockaddr_t</a>;</div>
<div class="line"><a id="l00206" name="l00206"></a><span class="lineno"> 206</span><span class="keyword">typedef</span> <span class="keyword">union </span><a class="code hl_union" href="unionah__udp__group.html" title="UDP multicast group union type.">ah_udp_group</a> <a class="code hl_union" href="unionah__udp__group.html" title="UDP multicast group union type.">ah_udp_group_t</a>;</div>
<div class="line"><a id="l00207" name="l00207"></a><span class="lineno"> 207</span> </div>
<div class="line"><a id="l00210" name="l00210"></a><span class="lineno"> 210</span><span class="preprocessor">#endif</span></div>
</div><!-- fragment --></div><!-- contents -->
<footer>Generated by <a href="https://doxygen.org">Doxygen</a> 1.9.5</footer>
</body>
</html>