xref: /nrf52832-nimble/rt-thread/components/net/uip/doc/html/a00132.html (revision 104654410c56c573564690304ae786df310c91fc)
1<!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>uIP 1.0: uip/uip-neighbor.h File Reference</title>
4<link href="doxygen.css" rel="stylesheet" type="text/css">
5<link href="tabs.css" rel="stylesheet" type="text/css">
6</head><body>
7<!-- Generated by Doxygen 1.4.6 -->
8<div class="tabs">
9  <ul>
10    <li><a href="main.html"><span>Main&nbsp;Page</span></a></li>
11    <li><a href="modules.html"><span>Modules</span></a></li>
12    <li><a href="classes.html"><span>Data&nbsp;Structures</span></a></li>
13    <li id="current"><a href="files.html"><span>Files</span></a></li>
14    <li><a href="examples.html"><span>Examples</span></a></li>
15  </ul></div>
16<div class="tabs">
17  <ul>
18    <li><a href="files.html"><span>File&nbsp;List</span></a></li>
19    <li><a href="globals.html"><span>Globals</span></a></li>
20  </ul></div>
21<h1>uip/uip-neighbor.h File Reference</h1><hr><a name="_details"></a><h2>Detailed Description</h2>
22Header file for database of link-local neighbors, used by IPv6 code and to be used by future ARP code.
23<p>
24<dl compact><dt><b>Author:</b></dt><dd>Adam Dunkels &lt;<a href="mailto:[email protected]">[email protected]</a>&gt; </dd></dl>
25
26<p>
27Definition in file <a class="el" href="a00198.html">uip-neighbor.h</a>.
28<p>
29<code>#include &quot;<a class="el" href="a00202.html">uip.h</a>&quot;</code><br>
30
31<p>
32<a href="a00198.html">Go to the source code of this file.</a><table border="0" cellpadding="0" cellspacing="0">
33<tr><td></td></tr>
34<tr><td colspan="2"><br><h2>Data Structures</h2></td></tr>
35<tr><td class="memItemLeft" nowrap align="right" valign="top">struct &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00092.html">uip_neighbor_addr</a></td></tr>
36
37<tr><td colspan="2"><br><h2>Functions</h2></td></tr>
38<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="1273664aba3e6a2a46e87dcb1a5f19ad"></a><!-- doxytag: member="uip-neighbor.h::uip_neighbor_init" ref="1273664aba3e6a2a46e87dcb1a5f19ad" args="(void)" -->
39void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00132.html#1273664aba3e6a2a46e87dcb1a5f19ad">uip_neighbor_init</a> (void)</td></tr>
40
41<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="88460bea09a462d0e22511cb567eee14"></a><!-- doxytag: member="uip-neighbor.h::uip_neighbor_add" ref="88460bea09a462d0e22511cb567eee14" args="(uip_ipaddr_t ipaddr, struct uip_neighbor_addr *addr)" -->
42void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00132.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>
43
44<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="1d5ce7047650f3ecee0814dbc8714099"></a><!-- doxytag: member="uip-neighbor.h::uip_neighbor_update" ref="1d5ce7047650f3ecee0814dbc8714099" args="(uip_ipaddr_t ipaddr)" -->
45void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00132.html#1d5ce7047650f3ecee0814dbc8714099">uip_neighbor_update</a> (<a class="el" href="a00150.html#g1ef35301f43a5bbb9f89f07b5a36b9a0">uip_ipaddr_t</a> ipaddr)</td></tr>
46
47<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="692d80636342d564422ccd9296ad568d"></a><!-- doxytag: member="uip-neighbor.h::uip_neighbor_lookup" ref="692d80636342d564422ccd9296ad568d" args="(uip_ipaddr_t ipaddr)" -->
48<a class="el" href="a00092.html">uip_neighbor_addr</a> *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00132.html#692d80636342d564422ccd9296ad568d">uip_neighbor_lookup</a> (<a class="el" href="a00150.html#g1ef35301f43a5bbb9f89f07b5a36b9a0">uip_ipaddr_t</a> ipaddr)</td></tr>
49
50<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="890e822616a6839dfbf51dcb591b8e99"></a><!-- doxytag: member="uip-neighbor.h::uip_neighbor_periodic" ref="890e822616a6839dfbf51dcb591b8e99" args="(void)" -->
51void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00132.html#890e822616a6839dfbf51dcb591b8e99">uip_neighbor_periodic</a> (void)</td></tr>
52
53</table>
54<hr size="1"><address style="align: right;"><small>Generated on Mon Jun 12 10:23:01 2006 for uIP 1.0 by&nbsp;
55<a href="http://www.doxygen.org/index.html">
56<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.6 </small></address>
57</body>
58</html>
59