rt-thread/components/net/uip/doc/html/a00131.html

64 lines
5.1 KiB
HTML
Raw Normal View History

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
<title>uIP 1.0: uip/uip-neighbor.c File Reference</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
<link href="tabs.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.4.6 -->
<div class="tabs">
<ul>
<li><a href="main.html"><span>Main&nbsp;Page</span></a></li>
<li><a href="modules.html"><span>Modules</span></a></li>
<li><a href="classes.html"><span>Data&nbsp;Structures</span></a></li>
<li id="current"><a href="files.html"><span>Files</span></a></li>
<li><a href="examples.html"><span>Examples</span></a></li>
</ul></div>
<div class="tabs">
<ul>
<li><a href="files.html"><span>File&nbsp;List</span></a></li>
<li><a href="globals.html"><span>Globals</span></a></li>
</ul></div>
<h1>uip/uip-neighbor.c File Reference</h1><hr><a name="_details"></a><h2>Detailed Description</h2>
Database of link-local neighbors, used by IPv6 code and to be used by a future ARP code rewrite.
<p>
<dl compact><dt><b>Author:</b></dt><dd>Adam Dunkels &lt;<a href="mailto:adam@sics.se">adam@sics.se</a>&gt; </dd></dl>
<p>
Definition in file <a class="el" href="a00197.html">uip-neighbor.c</a>.
<p>
<code>#include &quot;<a class="el" href="a00198.html">uip-neighbor.h</a>&quot;</code><br>
<code>#include &lt;string.h&gt;</code><br>
<p>
<a href="a00197.html">Go to the source code of this file.</a><table border="0" cellpadding="0" cellspacing="0">
<tr><td></td></tr>
<tr><td colspan="2"><br><h2>Defines</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="5320d4457a472d8888ec1905bc0e0a1c"></a><!-- doxytag: member="uip-neighbor.c::MAX_TIME" ref="5320d4457a472d8888ec1905bc0e0a1c" args="" -->
#define&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00131.html#5320d4457a472d8888ec1905bc0e0a1c">MAX_TIME</a>&nbsp;&nbsp;&nbsp;128</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="5f2e1fcf0055d20ce17664b1027bb9eb"></a><!-- doxytag: member="uip-neighbor.c::ENTRIES" ref="5f2e1fcf0055d20ce17664b1027bb9eb" args="" -->
#define&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00131.html#5f2e1fcf0055d20ce17664b1027bb9eb">ENTRIES</a>&nbsp;&nbsp;&nbsp;8</td></tr>
<tr><td colspan="2"><br><h2>Functions</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="1273664aba3e6a2a46e87dcb1a5f19ad"></a><!-- doxytag: member="uip-neighbor.c::uip_neighbor_init" ref="1273664aba3e6a2a46e87dcb1a5f19ad" args="(void)" -->
void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00131.html#1273664aba3e6a2a46e87dcb1a5f19ad">uip_neighbor_init</a> (void)</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="890e822616a6839dfbf51dcb591b8e99"></a><!-- doxytag: member="uip-neighbor.c::uip_neighbor_periodic" ref="890e822616a6839dfbf51dcb591b8e99" args="(void)" -->
void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00131.html#890e822616a6839dfbf51dcb591b8e99">uip_neighbor_periodic</a> (void)</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="88460bea09a462d0e22511cb567eee14"></a><!-- doxytag: member="uip-neighbor.c::uip_neighbor_add" ref="88460bea09a462d0e22511cb567eee14" args="(uip_ipaddr_t ipaddr, struct uip_neighbor_addr *addr)" -->
void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00131.html#88460bea09a462d0e22511cb567eee14">uip_neighbor_add</a> (<a class="el" href="a00150.html#g1ef35301f43a5bbb9f89f07b5a36b9a0">uip_ipaddr_t</a> ipaddr, struct <a class="el" href="a00092.html">uip_neighbor_addr</a> *addr)</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="1d5ce7047650f3ecee0814dbc8714099"></a><!-- doxytag: member="uip-neighbor.c::uip_neighbor_update" ref="1d5ce7047650f3ecee0814dbc8714099" args="(uip_ipaddr_t ipaddr)" -->
void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00131.html#1d5ce7047650f3ecee0814dbc8714099">uip_neighbor_update</a> (<a class="el" href="a00150.html#g1ef35301f43a5bbb9f89f07b5a36b9a0">uip_ipaddr_t</a> ipaddr)</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="692d80636342d564422ccd9296ad568d"></a><!-- doxytag: member="uip-neighbor.c::uip_neighbor_lookup" ref="692d80636342d564422ccd9296ad568d" args="(uip_ipaddr_t ipaddr)" -->
<a class="el" href="a00092.html">uip_neighbor_addr</a> *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00131.html#692d80636342d564422ccd9296ad568d">uip_neighbor_lookup</a> (<a class="el" href="a00150.html#g1ef35301f43a5bbb9f89f07b5a36b9a0">uip_ipaddr_t</a> ipaddr)</td></tr>
</table>
<hr size="1"><address style="align: right;"><small>Generated on Mon Jun 12 10:23:01 2006 for uIP 1.0 by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.6 </small></address>
</body>
</html>