?lang_form? ?lang_select? ?lang_submit? ?lang_endform?
{HEADER END}
{BLAME START}

library

?curdirlinks? -

Blame information for rev 6

Line No. Rev Author Line
1 6 kaklik <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2 <html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
3 <title>Procyon AVRlib: ICMP Protocol Library (icmp.c)</title>
4 <link href="dox.css" rel="stylesheet" type="text/css">
5 </head><body>
6 <!-- Generated by Doxygen 1.4.2 -->
7 <div class="qindex"><a class="qindex" href="main.html">Main&nbsp;Page</a> | <a class="qindex" href="modules.html">Modules</a> | <a class="qindex" href="annotated.html">Data&nbsp;Structures</a> | <a class="qindex" href="dirs.html">Directories</a> | <a class="qindex" href="files.html">File&nbsp;List</a> | <a class="qindex" href="functions.html">Data&nbsp;Fields</a> | <a class="qindex" href="globals.html">Globals</a> | <a class="qindex" href="pages.html">Related&nbsp;Pages</a></div>
8 <h1>ICMP Protocol Library (icmp.c)<br>
9 <small>
10 [<a class="el" href="group__network.html">Network Library</a>]</small>
11 </h1><hr><a name="_details"></a><h2>Detailed Description</h2>
12 <div class="fragment"><pre class="fragment"><span class="preprocessor"> #include "<a class="code" href="icmp_8h.html">net/icmp.h</a>"</span>
13 </pre></div> <dl compact><dt><b>Description</b></dt><dd>ICMP (Internet Control Message Protocol) has many functions on the internet, including the handling of ECHO (ping) requests, relaying network route status, passing connection status messages, etc.</dd></dl>
14 This library currently handles only ICMP ECHO requests (ping), but may be expanded to include other useful ICMP operations as needed.
15 <p>
16 <table border="0" cellpadding="0" cellspacing="0">
17 <tr><td></td></tr>
18 <tr><td colspan="2"><br><h2>Functions</h2></td></tr>
19 <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="ga0" doxytag="icmp::icmpInit"></a>
20 void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__icmp.html#ga0">icmpInit</a> (void)</td></tr>
21  
22 <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Initialize ICMP protocol library. <br></td></tr>
23 <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="ga1" doxytag="icmp::icmpIpIn"></a>
24 void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__icmp.html#ga1">icmpIpIn</a> (icmpip_hdr *packet)</td></tr>
25  
26 <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Incoming IP packets of protocol ICMP should be passed to this function. <br></td></tr>
27 <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="ga2" doxytag="icmp::icmpEchoRequest"></a>
28 void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__icmp.html#ga2">icmpEchoRequest</a> (icmpip_hdr *packet)</td></tr>
29  
30 <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Forms and sends a reply in response to an ICMP ECHO request. <br></td></tr>
31 <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="ga3" doxytag="icmp::icmpPrintHeader"></a>
32 void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__icmp.html#ga3">icmpPrintHeader</a> (icmpip_hdr *packet)</td></tr>
33  
34 <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Print ICMP packet information. <br></td></tr>
35 </table>
36 <hr size="1"><address style="align: right;"><small>Generated on Sun Oct 29 03:41:09 2006 for Procyon AVRlib by&nbsp;
37 <a href="http://www.doxygen.org/index.html">
38 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.2 </small></address>
39 </body>
40 </html>
{BLAME END}
{FOOTER START}

Powered by WebSVN v2.8.3