| 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/dhcp.c 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>dhcp.c File Reference</h1><hr><a name="_details"></a><h2>Detailed Description</h2> |
||
| 11 | |||
| 12 | <p> |
||
| 13 | Definition in file <a class="el" href="dhcp_8c-source.html">dhcp.c</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 | <code>#include "<a class="el" href="nic_8h-source.html">nic.h</a>"</code><br> |
||
| 18 | <code>#include "<a class="el" href="ip_8h-source.html">ip.h</a>"</code><br> |
||
| 19 | <code>#include "<a class="el" href="netstack_8h-source.html">netstack.h</a>"</code><br> |
||
| 20 | <code>#include "<a class="el" href="dhcp_8h-source.html">dhcp.h</a>"</code><br> |
||
| 21 | <code>#include "<a class="el" href="rprintf_8h-source.html">rprintf.h</a>"</code><br> |
||
| 22 | |||
| 23 | <p> |
||
| 24 | <a href="dhcp_8c-source.html">Go to the source code of this file.</a><table border="0" cellpadding="0" cellspacing="0"> |
||
| 25 | <tr><td></td></tr> |
||
| 26 | <tr><td colspan="2"><br><h2>Functions</h2></td></tr> |
||
| 27 | <tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="group__dhcp.html#ga1">dhcpInit</a> (void)</td></tr> |
||
| 28 | |||
| 29 | <tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="group__dhcp.html#ga2">dhcpIn</a> (unsigned int len, struct <a class="el" href="structnetDhcpHeader.html">netDhcpHeader</a> *packet)</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__dhcp.html#ga3">dhcpRequest</a> (void)</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__dhcp.html#ga4">dhcpRelease</a> (void)</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__dhcp.html#ga5">dhcpTimer</a> (void)</td></tr> |
||
| 36 | |||
| 37 | <tr><td class="memItemLeft" nowrap align="right" valign="top">uint8_t </td><td class="memItemRight" valign="bottom"><a class="el" href="group__dhcp.html#ga6">dhcpGetOption</a> (uint8_t *options, uint8_t optcode, uint8_t optlen, void *optvalptr)</td></tr> |
||
| 38 | |||
| 39 | <tr><td class="memItemLeft" nowrap align="right" valign="top">uint8_t * </td><td class="memItemRight" valign="bottom"><a class="el" href="group__dhcp.html#ga7">dhcpSetOption</a> (uint8_t *options, uint8_t optcode, uint8_t optlen, void *optvalptr)</td></tr> |
||
| 40 | |||
| 41 | <tr><td colspan="2"><br><h2>Variables</h2></td></tr> |
||
| 42 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="a0" doxytag="dhcp.c::DhcpServerIP"></a> |
||
| 43 | uint32_t </td><td class="memItemRight" valign="bottom"><a class="el" href="dhcp_8c.html#a0">DhcpServerIP</a></td></tr> |
||
| 44 | |||
| 45 | <tr><td class="mdescLeft"> </td><td class="mdescRight">IP address of the DHCP server that offered lease. <br></td></tr> |
||
| 46 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="a1" doxytag="dhcp.c::DhcpTransactID"></a> |
||
| 47 | uint32_t </td><td class="memItemRight" valign="bottom"><a class="el" href="dhcp_8c.html#a1">DhcpTransactID</a></td></tr> |
||
| 48 | |||
| 49 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Unique transaction ID that identifies DHCP request/replies. <br></td></tr> |
||
| 50 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="a2" doxytag="dhcp.c::DhcpLeaseTime"></a> |
||
| 51 | uint32_t </td><td class="memItemRight" valign="bottom"><a class="el" href="dhcp_8c.html#a2">DhcpLeaseTime</a></td></tr> |
||
| 52 | |||
| 53 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Number of seconds left in DHCP lease. <br></td></tr> |
||
| 54 | </table> |
||
| 55 | <hr size="1"><address style="align: right;"><small>Generated on Sun Oct 29 03:41:08 2006 for Procyon AVRlib by |
||
| 56 | <a href="http://www.doxygen.org/index.html"> |
||
| 57 | <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.2 </small></address> |
||
| 58 | </body> |
||
| 59 | </html> |
Powered by WebSVN v2.8.3