<!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>UbixOS V2: lwip_socket Struct 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.7 --> <div class="tabs"> <ul> <li><a href="main.html"><span>Main Page</span></a></li> <li id="current"><a href="classes.html"><span>Data Structures</span></a></li> <li><a href="files.html"><span>Files</span></a></li> <li><a href="dirs.html"><span>Directories</span></a></li> <li> <form action="search.php" method="get"> <table cellspacing="0" cellpadding="0" border="0"> <tr> <td><label> <u>S</u>earch for </label></td> <td><input type="text" name="query" value="" size="20" accesskey="s"/></td> </tr> </table> </form> </li> </ul></div> <div class="tabs"> <ul> <li><a href="classes.html"><span>Alphabetical List</span></a></li> <li><a href="annotated.html"><span>Data Structures</span></a></li> <li><a href="functions.html"><span>Data Fields</span></a></li> </ul></div> <h1>lwip_socket Struct Reference</h1><!-- doxytag: class="lwip_socket" --><table border="0" cellpadding="0" cellspacing="0"> <tr><td></td></tr> <tr><td colspan="2"><br><h2>Data Fields</h2></td></tr> <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="structnetconn.html">netconn</a> * </td><td class="memItemRight" valign="bottom"><a class="el" href="structlwip__socket.html#cc08f8cc9af8dc159e035769a2f70013">conn</a></td></tr> <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="structnetbuf.html">netbuf</a> * </td><td class="memItemRight" valign="bottom"><a class="el" href="structlwip__socket.html#f648ad335e1a066b00801f992d0de3a8">lastdata</a></td></tr> <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="types_8h.html#3b65128d2644e9b80cec9a69bfa7e094">uInt16</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="structlwip__socket.html#548897cb34e4f6254c0d466af80596ae">lastoffset</a></td></tr> </table> <hr><a name="_details"></a><h2>Detailed Description</h2> <p> <p> Definition at line <a class="el" href="sockets_8c-source.html#l00045">45</a> of file <a class="el" href="sockets_8c-source.html">sockets.c</a>.<hr><h2>Field Documentation</h2> <a class="anchor" name="cc08f8cc9af8dc159e035769a2f70013"></a><!-- doxytag: member="lwip_socket::conn" ref="cc08f8cc9af8dc159e035769a2f70013" args="" --> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">struct <a class="el" href="structnetconn.html">netconn</a>* <a class="el" href="structlwip__socket.html#cc08f8cc9af8dc159e035769a2f70013">lwip_socket::conn</a> </td> </tr> </table> </div> <div class="memdoc"> <p> <p> Definition at line <a class="el" href="sockets_8c-source.html#l00046">46</a> of file <a class="el" href="sockets_8c-source.html">sockets.c</a>. <p> Referenced by <a class="el" href="sockets_8c-source.html#l00074">alloc_socket()</a>, <a class="el" href="sockets_8c-source.html#l00055">get_socket()</a>, <a class="el" href="sockets_8c-source.html#l00091">lwip_accept()</a>, <a class="el" href="sockets_8c-source.html#l00121">lwip_bind()</a>, <a class="el" href="sockets_8c-source.html#l00147">lwip_close()</a>, <a class="el" href="sockets_8c-source.html#l00169">lwip_connect()</a>, <a class="el" href="sockets_8c-source.html#l00195">lwip_listen()</a>, <a class="el" href="sockets_8c-source.html#l00216">lwip_recvfrom()</a>, <a class="el" href="sockets_8c-source.html#l00305">lwip_send()</a>, <a class="el" href="sockets_8c-source.html#l00354">lwip_sendto()</a>, and <a class="el" href="sockets_8c-source.html#l00417">lwip_write()</a>. </div> </div><p> <a class="anchor" name="f648ad335e1a066b00801f992d0de3a8"></a><!-- doxytag: member="lwip_socket::lastdata" ref="f648ad335e1a066b00801f992d0de3a8" args="" --> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">struct <a class="el" href="structnetbuf.html">netbuf</a>* <a class="el" href="structlwip__socket.html#f648ad335e1a066b00801f992d0de3a8">lwip_socket::lastdata</a> </td> </tr> </table> </div> <div class="memdoc"> <p> <p> Definition at line <a class="el" href="sockets_8c-source.html#l00047">47</a> of file <a class="el" href="sockets_8c-source.html">sockets.c</a>. <p> Referenced by <a class="el" href="sockets_8c-source.html#l00074">alloc_socket()</a>, <a class="el" href="sockets_8c-source.html#l00147">lwip_close()</a>, and <a class="el" href="sockets_8c-source.html#l00216">lwip_recvfrom()</a>. </div> </div><p> <a class="anchor" name="548897cb34e4f6254c0d466af80596ae"></a><!-- doxytag: member="lwip_socket::lastoffset" ref="548897cb34e4f6254c0d466af80596ae" args="" --> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname"><a class="el" href="types_8h.html#3b65128d2644e9b80cec9a69bfa7e094">uInt16</a> <a class="el" href="structlwip__socket.html#548897cb34e4f6254c0d466af80596ae">lwip_socket::lastoffset</a> </td> </tr> </table> </div> <div class="memdoc"> <p> <p> Definition at line <a class="el" href="sockets_8c-source.html#l00048">48</a> of file <a class="el" href="sockets_8c-source.html">sockets.c</a>. <p> Referenced by <a class="el" href="sockets_8c-source.html#l00074">alloc_socket()</a>, <a class="el" href="sockets_8c-source.html#l00147">lwip_close()</a>, and <a class="el" href="sockets_8c-source.html#l00216">lwip_recvfrom()</a>. </div> </div><p> <hr>The documentation for this struct was generated from the following file:<ul> <li>src/sys/net/api/<a class="el" href="sockets_8c-source.html">sockets.c</a></ul> <hr size="1"><address style="align: right;"><small>Generated on Tue Dec 12 08:52:18 2006 for UbixOS V2 by <a href="http://www.doxygen.org/index.html"> <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.7 </small></address> </body> </html>