<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1"> <title>Ubixos: netconn struct Reference</title> <link href="doxygen.css" rel="stylesheet" type="text/css"> </head><body> <!-- Generated by Doxygen 1.3.3 --> <h1>netconn Struct Reference</h1><code>#include <<a class="el" href="api_8h-source.html">api.h</a>></code> <p> <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>enum <a class="el" href="api_8h.html#a40">netconn_type</a> </td><td class="memItemRight" valign=bottom><a class="el" href="structnetconn.html#o0">type</a></td></tr> <tr><td class="memItemLeft" nowrap align=right valign=top>enum <a class="el" href="api_8h.html#a41">netconn_state</a> </td><td class="memItemRight" valign=bottom><a class="el" href="structnetconn.html#o1">state</a></td></tr> <tr><td class="memItemLeft" nowrap>union {</td></tr> <tr><td class="memItemLeft" nowrap> <a class="el" href="structtcp__pcb.html">tcp_pcb</a> * <a class="el" href="structnetconn.html#o2">tcp</a></td></tr> <tr><td class="memItemLeft" nowrap> <a class="el" href="structudp__pcb.html">udp_pcb</a> * <a class="el" href="structnetconn.html#o3">udp</a></td></tr> <tr><td class="memItemLeft" nowrap valign=top>} </td><td class="memItemRight" valign=bottom><a class="el" href="structnetconn.html#o4">pcb</a></td></tr> <tr><td class="memItemLeft" nowrap align=right valign=top><a class="el" href="err_8h.html#a12">err_t</a> </td><td class="memItemRight" valign=bottom><a class="el" href="structnetconn.html#o5">err</a></td></tr> <tr><td class="memItemLeft" nowrap align=right valign=top><a class="el" href="sys__arch_8h.html#a3">sys_mbox_t</a> </td><td class="memItemRight" valign=bottom><a class="el" href="structnetconn.html#o6">mbox</a></td></tr> <tr><td class="memItemLeft" nowrap align=right valign=top><a class="el" href="sys__arch_8h.html#a3">sys_mbox_t</a> </td><td class="memItemRight" valign=bottom><a class="el" href="structnetconn.html#o7">recvmbox</a></td></tr> <tr><td class="memItemLeft" nowrap align=right valign=top><a class="el" href="sys__arch_8h.html#a3">sys_mbox_t</a> </td><td class="memItemRight" valign=bottom><a class="el" href="structnetconn.html#o8">acceptmbox</a></td></tr> <tr><td class="memItemLeft" nowrap align=right valign=top><a class="el" href="sys__arch_8h.html#a2">sys_sem_t</a> </td><td class="memItemRight" valign=bottom><a class="el" href="structnetconn.html#o9">sem</a></td></tr> </table> <hr><h2>Field Documentation</h2> <a name="o8" doxytag="netconn::acceptmbox"></a><p> <table class="mdTable" width="100%" cellpadding="2" cellspacing="0"> <tr> <td class="mdRow"> <table cellpadding="0" cellspacing="0" border="0"> <tr> <td class="md" nowrap valign="top"> <a class="el" href="sys__arch_8h.html#a3">sys_mbox_t</a> <a class="el" href="structnetconn.html#o8">netconn::acceptmbox</a> </table> </td> </tr> </table> <table cellspacing=5 cellpadding=0 border=0> <tr> <td> </td> <td> <p> </td> </tr> </table> <a name="o5" doxytag="netconn::err"></a><p> <table class="mdTable" width="100%" cellpadding="2" cellspacing="0"> <tr> <td class="mdRow"> <table cellpadding="0" cellspacing="0" border="0"> <tr> <td class="md" nowrap valign="top"> <a class="el" href="err_8h.html#a12">err_t</a> <a class="el" href="structnetconn.html#o5">netconn::err</a> </table> </td> </tr> </table> <table cellspacing=5 cellpadding=0 border=0> <tr> <td> </td> <td> <p> </td> </tr> </table> <a name="o6" doxytag="netconn::mbox"></a><p> <table class="mdTable" width="100%" cellpadding="2" cellspacing="0"> <tr> <td class="mdRow"> <table cellpadding="0" cellspacing="0" border="0"> <tr> <td class="md" nowrap valign="top"> <a class="el" href="sys__arch_8h.html#a3">sys_mbox_t</a> <a class="el" href="structnetconn.html#o6">netconn::mbox</a> </table> </td> </tr> </table> <table cellspacing=5 cellpadding=0 border=0> <tr> <td> </td> <td> <p> </td> </tr> </table> <a name="o4" doxytag="netconn::pcb"></a><p> <table class="mdTable" width="100%" cellpadding="2" cellspacing="0"> <tr> <td class="mdRow"> <table cellpadding="0" cellspacing="0" border="0"> <tr> <td class="md" nowrap valign="top"> union { ... } <a class="el" href="structnetconn.html#o4">netconn::pcb</a> </table> </td> </tr> </table> <table cellspacing=5 cellpadding=0 border=0> <tr> <td> </td> <td> <p> </td> </tr> </table> <a name="o7" doxytag="netconn::recvmbox"></a><p> <table class="mdTable" width="100%" cellpadding="2" cellspacing="0"> <tr> <td class="mdRow"> <table cellpadding="0" cellspacing="0" border="0"> <tr> <td class="md" nowrap valign="top"> <a class="el" href="sys__arch_8h.html#a3">sys_mbox_t</a> <a class="el" href="structnetconn.html#o7">netconn::recvmbox</a> </table> </td> </tr> </table> <table cellspacing=5 cellpadding=0 border=0> <tr> <td> </td> <td> <p> </td> </tr> </table> <a name="o9" doxytag="netconn::sem"></a><p> <table class="mdTable" width="100%" cellpadding="2" cellspacing="0"> <tr> <td class="mdRow"> <table cellpadding="0" cellspacing="0" border="0"> <tr> <td class="md" nowrap valign="top"> <a class="el" href="sys__arch_8h.html#a2">sys_sem_t</a> <a class="el" href="structnetconn.html#o9">netconn::sem</a> </table> </td> </tr> </table> <table cellspacing=5 cellpadding=0 border=0> <tr> <td> </td> <td> <p> </td> </tr> </table> <a name="o1" doxytag="netconn::state"></a><p> <table class="mdTable" width="100%" cellpadding="2" cellspacing="0"> <tr> <td class="mdRow"> <table cellpadding="0" cellspacing="0" border="0"> <tr> <td class="md" nowrap valign="top"> enum <a class="el" href="api_8h.html#a41">netconn_state</a> <a class="el" href="structnetconn.html#o1">netconn::state</a> </table> </td> </tr> </table> <table cellspacing=5 cellpadding=0 border=0> <tr> <td> </td> <td> <p> </td> </tr> </table> <a name="o2" doxytag="netconn::tcp"></a><p> <table class="mdTable" width="100%" cellpadding="2" cellspacing="0"> <tr> <td class="mdRow"> <table cellpadding="0" cellspacing="0" border="0"> <tr> <td class="md" nowrap valign="top"> struct <a class="el" href="structtcp__pcb.html">tcp_pcb</a>* <a class="el" href="structnetconn.html#o2">netconn::tcp</a> </table> </td> </tr> </table> <table cellspacing=5 cellpadding=0 border=0> <tr> <td> </td> <td> <p> </td> </tr> </table> <a name="o0" doxytag="netconn::type"></a><p> <table class="mdTable" width="100%" cellpadding="2" cellspacing="0"> <tr> <td class="mdRow"> <table cellpadding="0" cellspacing="0" border="0"> <tr> <td class="md" nowrap valign="top"> enum <a class="el" href="api_8h.html#a40">netconn_type</a> <a class="el" href="structnetconn.html#o0">netconn::type</a> </table> </td> </tr> </table> <table cellspacing=5 cellpadding=0 border=0> <tr> <td> </td> <td> <p> </td> </tr> </table> <a name="o3" doxytag="netconn::udp"></a><p> <table class="mdTable" width="100%" cellpadding="2" cellspacing="0"> <tr> <td class="mdRow"> <table cellpadding="0" cellspacing="0" border="0"> <tr> <td class="md" nowrap valign="top"> struct <a class="el" href="structudp__pcb.html">udp_pcb</a>* <a class="el" href="structnetconn.html#o3">netconn::udp</a> </table> </td> </tr> </table> <table cellspacing=5 cellpadding=0 border=0> <tr> <td> </td> <td> <p> </td> </tr> </table> <hr>The documentation for this struct was generated from the following file:<ul> <li><a class="el" href="api_8h-source.html">api.h</a></ul> <hr size="1"><address style="align: right;"><small>Generated on Sat May 8 09:28:25 2004 for Ubixos by <a href="http://www.doxygen.org/index.html"> <img src="doxygen.png" alt="doxygen" align="middle" border=0 > </a>1.3.3 </small></address> </body> </html>