-
Notifications
You must be signed in to change notification settings - Fork 0
/
a00080.html
59 lines (57 loc) · 3.66 KB
/
a00080.html
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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<title>Contiki 2.5: sicslowpan_nh_compressor Struct Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<link href="doxygen.css" rel="stylesheet" type="text/css"/>
</head>
<body>
<!-- Generated by Doxygen 1.6.1 -->
<div class="navigation" id="top">
<div class="tabs">
<ul>
<li><a href="main.html"><span>Main Page</span></a></li>
<li><a href="pages.html"><span>Related Pages</span></a></li>
<li><a href="modules.html"><span>Modules</span></a></li>
<li class="current"><a href="annotated.html"><span>Data Structures</span></a></li>
<li><a href="files.html"><span>Files</span></a></li>
<li><a href="dirs.html"><span>Directories</span></a></li>
<li><a href="examples.html"><span>Examples</span></a></li>
</ul>
</div>
<div class="tabs">
<ul>
<li><a href="annotated.html"><span>Data Structures</span></a></li>
<li><a href="classes.html"><span>Data Structure Index</span></a></li>
<li><a href="functions.html"><span>Data Fields</span></a></li>
</ul>
</div>
</div>
<div class="contents">
<h1>sicslowpan_nh_compressor Struct Reference<br/>
<small>
[<a class="el" href="a01680.html">6LoWPAN implementation</a>]</small>
</h1><!-- doxytag: class="sicslowpan_nh_compressor" -->
<p>The structure of a next header compressor.
<a href="#_details">More...</a></p>
<p><code>#include <<a class="el" href="a00389_source.html">core/net/sicslowpan.h</a>></code></p>
<table border="0" cellpadding="0" cellspacing="0">
<tr><td colspan="2"><h2>Data Fields</h2></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a3265a4594f1f80bdac845041495479d8"></a><!-- doxytag: member="sicslowpan_nh_compressor::compress" ref="a3265a4594f1f80bdac845041495479d8" args=")(uint8_t *compressed, uint8_t *uncompressed_len)" -->
int(* </td><td class="memItemRight" valign="bottom"><a class="el" href="a00080.html#a3265a4594f1f80bdac845041495479d8">compress</a> )(uint8_t *compressed, uint8_t *uncompressed_len)</td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">compress next header (TCP/UDP, etc) - ptr points to next header to compress <br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ab775894df95622f77a2f40f866d3a7b1"></a><!-- doxytag: member="sicslowpan_nh_compressor::uncompress" ref="ab775894df95622f77a2f40f866d3a7b1" args=")(uint8_t *compressed, uint8_t *lowpanbuf, uint8_t *uncompressed_len)" -->
int(* </td><td class="memItemRight" valign="bottom"><a class="el" href="a00080.html#ab775894df95622f77a2f40f866d3a7b1">uncompress</a> )(uint8_t *compressed, uint8_t *lowpanbuf, uint8_t *uncompressed_len)</td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">uncompress next header (TCP/UDP, etc) - ptr points to next header to uncompress <br/></td></tr>
</table>
<hr/><a name="_details"></a><h2>Detailed Description</h2>
<p>The structure of a next header compressor. </p>
<p>TODO: needs more parameters when compressing extension headers, etc. </p>
<p>Definition at line <a class="el" href="a00389_source.html#l00308">308</a> of file <a class="el" href="a00389_source.html">sicslowpan.h</a>.</p>
</div>
<hr size="1"/><address style="text-align: right;"><small>Generated on Mon Apr 11 14:23:58 2011 for Contiki 2.5 by
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address>
</body>
</html>