<!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: src/sys/include/net/tcpip.h 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.7 --> <div class="tabs"> <ul> <li><a href="main.html"><span>Main Page</span></a></li> <li><a href="classes.html"><span>Data Structures</span></a></li> <li id="current"><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="files.html"><span>File List</span></a></li> <li><a href="globals.html"><span>Globals</span></a></li> </ul></div> <div class="nav"> <a class="el" href="dir_897b6a2d7bab147dd1db58381aad3984.html">src</a> » <a class="el" href="dir_832905b1f7f5feaf61a306b40c0ac817.html">sys</a> » <a class="el" href="dir_caf4200c438ae9601464168e21e8e4d8.html">include</a> » <a class="el" href="dir_c1d11d251a83b2498f44d410b793c5eb.html">net</a></div> <h1>tcpip.h File Reference</h1><code>#include "<a class="el" href="api__msg_8h-source.html">net/api_msg.h</a>"</code><br> <code>#include "<a class="el" href="pbuf_8h-source.html">net/pbuf.h</a>"</code><br> <p> <a href="tcpip_8h-source.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>Data Structures</h2></td></tr> <tr><td class="memItemLeft" nowrap align="right" valign="top">struct </td><td class="memItemRight" valign="bottom"><a class="el" href="structtcpip__msg.html">tcpip_msg</a></td></tr> <tr><td colspan="2"><br><h2>Enumerations</h2></td></tr> <tr><td class="memItemLeft" nowrap align="right" valign="top">enum </td><td class="memItemRight" valign="bottom"><a class="el" href="tcpip_8h.html#1e0cb5032a61055e3f4a3426ed548937">tcpip_msg_type</a> { <a class="el" href="tcpip_8h.html#1e0cb5032a61055e3f4a3426ed5489378665d0f2f1498c366e90d67a1e4c7f80">TCPIP_MSG_API</a>, <a class="el" href="tcpip_8h.html#1e0cb5032a61055e3f4a3426ed548937c4e5735b0b02d605e97466bec94cdf71">TCPIP_MSG_INPUT</a> }</td></tr> <tr><td colspan="2"><br><h2>Functions</h2></td></tr> <tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="tcpip_8h.html#d72ca05f74e20244cd26a8828711e9f2">tcpip_apimsg</a> (struct <a class="el" href="structapi__msg.html">api_msg</a> *apimsg)</td></tr> <tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="tcpip_8h.html#9a61ea92b584bd1c1c5e9d5c2a5cbc36">tcpip_init</a> (void(*tcpip_init_done)(void *), void *arg)</td></tr> <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="err_8h.html#b7190f3da5c85931fc059e0312bc1407">err_t</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="tcpip_8h.html#e510f195171bed8499ae94e264a92717">tcpip_input</a> (struct <a class="el" href="structpbuf.html">pbuf</a> *p, struct <a class="el" href="structnetif.html">netif</a> *inp)</td></tr> </table> <hr><h2>Enumeration Type Documentation</h2> <a class="anchor" name="1e0cb5032a61055e3f4a3426ed548937"></a><!-- doxytag: member="tcpip.h::tcpip_msg_type" ref="1e0cb5032a61055e3f4a3426ed548937" args="" --> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">enum <a class="el" href="tcpip_8h.html#1e0cb5032a61055e3f4a3426ed548937">tcpip_msg_type</a> </td> </tr> </table> </div> <div class="memdoc"> <p> <dl compact><dt><b>Enumerator: </b></dt><dd> <table border="0" cellspacing="2" cellpadding="0"> <tr><td valign="top"><em><a class="anchor" name="1e0cb5032a61055e3f4a3426ed5489378665d0f2f1498c366e90d67a1e4c7f80"></a><!-- doxytag: member="TCPIP_MSG_API" ref="1e0cb5032a61055e3f4a3426ed5489378665d0f2f1498c366e90d67a1e4c7f80" args="" -->TCPIP_MSG_API</em> </td><td> </td></tr> <tr><td valign="top"><em><a class="anchor" name="1e0cb5032a61055e3f4a3426ed548937c4e5735b0b02d605e97466bec94cdf71"></a><!-- doxytag: member="TCPIP_MSG_INPUT" ref="1e0cb5032a61055e3f4a3426ed548937c4e5735b0b02d605e97466bec94cdf71" args="" -->TCPIP_MSG_INPUT</em> </td><td> </td></tr> </table> </dl> <p> Definition at line <a class="el" href="tcpip_8h-source.html#l00045">45</a> of file <a class="el" href="tcpip_8h-source.html">tcpip.h</a>. </div> </div><p> <hr><h2>Function Documentation</h2> <a class="anchor" name="d72ca05f74e20244cd26a8828711e9f2"></a><!-- doxytag: member="tcpip.h::tcpip_apimsg" ref="d72ca05f74e20244cd26a8828711e9f2" args="(struct api_msg *apimsg)" --> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">void tcpip_apimsg </td> <td>(</td> <td class="paramtype">struct <a class="el" href="structapi__msg.html">api_msg</a> * </td> <td class="paramname"> <em>apimsg</em> </td> <td> ) </td> <td width="100%"></td> </tr> </table> </div> <div class="memdoc"> <p> <p> Definition at line <a class="el" href="tcpip_8c-source.html#l00121">121</a> of file <a class="el" href="tcpip_8c-source.html">tcpip.c</a>. <p> References <a class="el" href="tcpip_8h-source.html#l00054">tcpip_msg::apimsg</a>, <a class="el" href="tcpip_8c-source.html#l00056">mbox</a>, <a class="el" href="memp_8h.html#ecd94926b7c2a0e23ae195f4ae97581f">memp_free()</a>, <a class="el" href="memp_8h.html#8fd5bd978dc56399e1649381cc2a1aeb">memp_mallocp()</a>, <a class="el" href="memp_8h.html#85a164b1f7764951cc685ea525114e57110e78608e5acf1cf15cb442dfffd84f">MEMP_TCPIP_MSG</a>, <a class="el" href="structtcpip__msg.html#38c897bf24dd203fd685fd8233329352">tcpip_msg::msg</a>, <a class="el" href="def_8h-source.html#l00041">NULL</a>, <a class="el" href="sys_8h.html#217a9af37c5dd7c3fc16daddaacb976f">sys_mbox_post()</a>, and <a class="el" href="tcpip_8h.html#1e0cb5032a61055e3f4a3426ed5489378665d0f2f1498c366e90d67a1e4c7f80">TCPIP_MSG_API</a>. <p> Referenced by <a class="el" href="api__msg_8c-source.html#l00523">api_msg_post()</a>. </div> </div><p> <a class="anchor" name="9a61ea92b584bd1c1c5e9d5c2a5cbc36"></a><!-- doxytag: member="tcpip.h::tcpip_init" ref="9a61ea92b584bd1c1c5e9d5c2a5cbc36" args="(void(*tcpip_init_done)(void *), void *arg)" --> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">void tcpip_init </td> <td>(</td> <td class="paramtype">void(*)(void *) </td> <td class="paramname"> <em>tcpip_init_done</em>, </td> </tr> <tr> <td class="paramkey"></td> <td></td> <td class="paramtype">void * </td> <td class="paramname"> <em>arg</em></td><td> </td> </tr> <tr> <td></td> <td>)</td> <td></td><td></td><td width="100%"></td> </tr> </table> </div> <div class="memdoc"> <p> <p> Definition at line <a class="el" href="tcpip_8c-source.html#l00135">135</a> of file <a class="el" href="tcpip_8c-source.html">tcpip.c</a>. <p> References <a class="el" href="tcpip_8c-source.html#l00056">mbox</a>, <a class="el" href="def_8h-source.html#l00041">NULL</a>, <a class="el" href="sys__arch_8c-source.html#l00204">sys_mbox_new()</a>, <a class="el" href="sys__arch_8c-source.html#l00172">sys_thread_new()</a>, <a class="el" href="tcpip_8c-source.html#l00054">tcpip_init_done</a>, <a class="el" href="tcpip_8c-source.html#l00055">tcpip_init_done_arg</a>, and <a class="el" href="tcpip_8c-source.html#l00068">tcpip_thread()</a>. <p> Referenced by <a class="el" href="init_8c-source.html#l00066">netMainThread()</a>. </div> </div><p> <a class="anchor" name="e510f195171bed8499ae94e264a92717"></a><!-- doxytag: member="tcpip.h::tcpip_input" ref="e510f195171bed8499ae94e264a92717" args="(struct pbuf *p, struct netif *inp)" --> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname"><a class="el" href="err_8h.html#b7190f3da5c85931fc059e0312bc1407">err_t</a> tcpip_input </td> <td>(</td> <td class="paramtype">struct <a class="el" href="structpbuf.html">pbuf</a> * </td> <td class="paramname"> <em>p</em>, </td> </tr> <tr> <td class="paramkey"></td> <td></td> <td class="paramtype">struct <a class="el" href="structnetif.html">netif</a> * </td> <td class="paramname"> <em>inp</em></td><td> </td> </tr> <tr> <td></td> <td>)</td> <td></td><td></td><td width="100%"></td> </tr> </table> </div> <div class="memdoc"> <p> <p> Definition at line <a class="el" href="tcpip_8c-source.html#l00101">101</a> of file <a class="el" href="tcpip_8c-source.html">tcpip.c</a>. <p> References <a class="el" href="err_8h-source.html#l00049">ERR_MEM</a>, <a class="el" href="err_8h-source.html#l00048">ERR_OK</a>, <a class="el" href="structtcpip__msg.html#73fb4cc463db05b4ba1fe3219497969d">tcpip_msg::inp</a>, <a class="el" href="tcpip_8c-source.html#l00056">mbox</a>, <a class="el" href="memp_8h.html#8fd5bd978dc56399e1649381cc2a1aeb">memp_mallocp()</a>, <a class="el" href="memp_8h.html#85a164b1f7764951cc685ea525114e57110e78608e5acf1cf15cb442dfffd84f">MEMP_TCPIP_MSG</a>, <a class="el" href="structtcpip__msg.html#38c897bf24dd203fd685fd8233329352">tcpip_msg::msg</a>, <a class="el" href="def_8h-source.html#l00041">NULL</a>, <a class="el" href="tcpip_8h-source.html#l00056">tcpip_msg::p</a>, <a class="el" href="pbuf_8h.html#334112aa2ac402c254d604c0dbbbb746">pbuf_free()</a>, <a class="el" href="sys_8h.html#217a9af37c5dd7c3fc16daddaacb976f">sys_mbox_post()</a>, and <a class="el" href="tcpip_8h.html#1e0cb5032a61055e3f4a3426ed548937c4e5735b0b02d605e97466bec94cdf71">TCPIP_MSG_INPUT</a>. <p> Referenced by <a class="el" href="init_8c-source.html#l00066">netMainThread()</a>. </div> </div><p> <hr size="1"><address style="align: right;"><small>Generated on Tue Dec 12 08:52:11 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>