| 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: net/arp.h File Reference</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 Page</a> | <a class="qindex" href="modules.html">Modules</a> | <a class="qindex" href="annotated.html">Data Structures</a> | <a class="qindex" href="dirs.html">Directories</a> | <a class="qindex" href="files.html">File List</a> | <a class="qindex" href="functions.html">Data Fields</a> | <a class="qindex" href="globals.html">Globals</a> | <a class="qindex" href="pages.html">Related Pages</a></div> |
||
| 8 | <div class="nav"> |
||
| 9 | <a class="el" href="dir_000001.html">net</a></div> |
||
| 10 | <h1>arp.h File Reference</h1><hr><a name="_details"></a><h2>Detailed Description</h2> |
||
| 11 | |||
| 12 | <p> |
||
| 13 | Definition in file <a class="el" href="arp_8h-source.html">arp.h</a>. |
||
| 14 | <p> |
||
| 15 | <code>#include "<a class="el" href="global_8h-source.html">global.h</a>"</code><br> |
||
| 16 | <code>#include "<a class="el" href="net_8h-source.html">net.h</a>"</code><br> |
||
| 17 | |||
| 18 | <p> |
||
| 19 | <a href="arp_8h-source.html">Go to the source code of this file.</a><table border="0" cellpadding="0" cellspacing="0"> |
||
| 20 | <tr><td></td></tr> |
||
| 21 | <tr><td colspan="2"><br><h2>Defines</h2></td></tr> |
||
| 22 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="ga9" doxytag="arp.h::ARP_TABLE_SIZE"></a> |
||
| 23 | #define </td><td class="memItemRight" valign="bottom"><b>ARP_TABLE_SIZE</b> 8</td></tr> |
||
| 24 | |||
| 25 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="ga10" doxytag="arp.h::ARP_CACHE_TIME_TO_LIVE"></a> |
||
| 26 | #define </td><td class="memItemRight" valign="bottom"><b>ARP_CACHE_TIME_TO_LIVE</b> 100</td></tr> |
||
| 27 | |||
| 28 | <tr><td colspan="2"><br><h2>Functions</h2></td></tr> |
||
| 29 | <tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="group__arp.html#ga0">arpInit</a> (void)</td></tr> |
||
| 30 | |||
| 31 | <tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="group__arp.html#ga1">arpSetAddress</a> (struct netEthAddr *myeth, uint32_t myip)</td></tr> |
||
| 32 | |||
| 33 | <tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="group__arp.html#ga2">arpArpIn</a> (unsigned int len, struct netEthArpHeader *packet)</td></tr> |
||
| 34 | |||
| 35 | <tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="group__arp.html#ga3">arpIpIn</a> (struct netEthIpHeader *packet)</td></tr> |
||
| 36 | |||
| 37 | <tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="group__arp.html#ga4">arpIpOut</a> (struct netEthIpHeader *packet, uint32_t phyDstIp)</td></tr> |
||
| 38 | |||
| 39 | <tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="group__arp.html#ga5">arpTimer</a> (void)</td></tr> |
||
| 40 | |||
| 41 | <tr><td class="memItemLeft" nowrap align="right" valign="top">int </td><td class="memItemRight" valign="bottom"><a class="el" href="group__arp.html#ga6">arpMatchIp</a> (uint32_t ipaddr)</td></tr> |
||
| 42 | |||
| 43 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="ga7" doxytag="arp.h::arpPrintHeader"></a> |
||
| 44 | void </td><td class="memItemRight" valign="bottom"><a class="el" href="group__arp.html#ga7">arpPrintHeader</a> (struct netArpHeader *packet)</td></tr> |
||
| 45 | |||
| 46 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Print diagnotic information about ARP packet. <br></td></tr> |
||
| 47 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="ga8" doxytag="arp.h::arpPrintTable"></a> |
||
| 48 | void </td><td class="memItemRight" valign="bottom"><a class="el" href="group__arp.html#ga8">arpPrintTable</a> (void)</td></tr> |
||
| 49 | |||
| 50 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Print diagnotic information about ARP cache. <br></td></tr> |
||
| 51 | </table> |
||
| 52 | <hr size="1"><address style="align: right;"><small>Generated on Sun Oct 29 03:41:08 2006 for Procyon AVRlib by |
||
| 53 | <a href="http://www.doxygen.org/index.html"> |
||
| 54 | <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.2 </small></address> |
||
| 55 | </body> |
||
| 56 | </html> |
Powered by WebSVN v2.8.3