<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <meta name="generator" content="Doxygen 1.8.16"/> <meta name="viewport" content="width=device-width, initial-scale=1"/> <title>UbixOS: include/net/priv/tcpip_priv.h Source File</title> <link href="../../tabs.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="../../jquery.js"></script> <script type="text/javascript" src="../../dynsections.js"></script> <link href="../../navtree.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="../../resize.js"></script> <script type="text/javascript" src="../../navtreedata.js"></script> <script type="text/javascript" src="../../navtree.js"></script> <script type="text/javascript"> /* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */ $(document).ready(initResizable); /* @license-end */</script> <link href="../../doxygen.css" rel="stylesheet" type="text/css" /> </head> <body> <div id="top"><!-- do not remove this div, it is closed by doxygen! --> <div id="titlearea"> <table cellspacing="0" cellpadding="0"> <tbody> <tr style="height: 56px;"> <td id="projectalign" style="padding-left: 0.5em;"> <div id="projectname">UbixOS  <span id="projectnumber">2.0</span> </div> </td> </tr> </tbody> </table> </div> <!-- end header part --> <!-- Generated by Doxygen 1.8.16 --> <script type="text/javascript" src="../../menudata.js"></script> <script type="text/javascript" src="../../menu.js"></script> <script type="text/javascript"> /* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */ $(function() { initMenu('../../',false,false,'search.php','Search'); }); /* @license-end */</script> <div id="main-nav"></div> </div><!-- top --> <div id="side-nav" class="ui-resizable side-nav-resizable"> <div id="nav-tree"> <div id="nav-tree-contents"> <div id="nav-sync" class="sync"></div> </div> </div> <div id="splitbar" style="-moz-user-select:none;" class="ui-resizable-handle"> </div> </div> <script type="text/javascript"> /* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */ $(document).ready(function(){initNavTree('d6/d89/tcpip__priv_8h_source.html','../../');}); /* @license-end */ </script> <div id="doc-content"> <div class="header"> <div class="headertitle"> <div class="title">tcpip_priv.h</div> </div> </div><!--header--> <div class="contents"> <a href="../../d6/d89/tcpip__priv_8h.html">Go to the documentation of this file.</a><div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span>  </div> <div class="line"><a name="l00006"></a><span class="lineno"> 6</span> <span class="comment">/*</span></div> <div class="line"><a name="l00007"></a><span class="lineno"> 7</span> <span class="comment"> * Copyright (c) 2001-2004 Swedish Institute of Computer Science.</span></div> <div class="line"><a name="l00008"></a><span class="lineno"> 8</span> <span class="comment"> * All rights reserved.</span></div> <div class="line"><a name="l00009"></a><span class="lineno"> 9</span> <span class="comment"> *</span></div> <div class="line"><a name="l00010"></a><span class="lineno"> 10</span> <span class="comment"> * Redistribution and use in source and binary forms, with or without modification,</span></div> <div class="line"><a name="l00011"></a><span class="lineno"> 11</span> <span class="comment"> * are permitted provided that the following conditions are met:</span></div> <div class="line"><a name="l00012"></a><span class="lineno"> 12</span> <span class="comment"> *</span></div> <div class="line"><a name="l00013"></a><span class="lineno"> 13</span> <span class="comment"> * 1. Redistributions of source code must retain the above copyright notice,</span></div> <div class="line"><a name="l00014"></a><span class="lineno"> 14</span> <span class="comment"> * this list of conditions and the following disclaimer.</span></div> <div class="line"><a name="l00015"></a><span class="lineno"> 15</span> <span class="comment"> * 2. Redistributions in binary form must reproduce the above copyright notice,</span></div> <div class="line"><a name="l00016"></a><span class="lineno"> 16</span> <span class="comment"> * this list of conditions and the following disclaimer in the documentation</span></div> <div class="line"><a name="l00017"></a><span class="lineno"> 17</span> <span class="comment"> * and/or other materials provided with the distribution.</span></div> <div class="line"><a name="l00018"></a><span class="lineno"> 18</span> <span class="comment"> * 3. The name of the author may not be used to endorse or promote products</span></div> <div class="line"><a name="l00019"></a><span class="lineno"> 19</span> <span class="comment"> * derived from this software without specific prior written permission.</span></div> <div class="line"><a name="l00020"></a><span class="lineno"> 20</span> <span class="comment"> *</span></div> <div class="line"><a name="l00021"></a><span class="lineno"> 21</span> <span class="comment"> * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR IMPLIED</span></div> <div class="line"><a name="l00022"></a><span class="lineno"> 22</span> <span class="comment"> * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF</span></div> <div class="line"><a name="l00023"></a><span class="lineno"> 23</span> <span class="comment"> * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT</span></div> <div class="line"><a name="l00024"></a><span class="lineno"> 24</span> <span class="comment"> * SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,</span></div> <div class="line"><a name="l00025"></a><span class="lineno"> 25</span> <span class="comment"> * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT</span></div> <div class="line"><a name="l00026"></a><span class="lineno"> 26</span> <span class="comment"> * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS</span></div> <div class="line"><a name="l00027"></a><span class="lineno"> 27</span> <span class="comment"> * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN</span></div> <div class="line"><a name="l00028"></a><span class="lineno"> 28</span> <span class="comment"> * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING</span></div> <div class="line"><a name="l00029"></a><span class="lineno"> 29</span> <span class="comment"> * IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY</span></div> <div class="line"><a name="l00030"></a><span class="lineno"> 30</span> <span class="comment"> * OF SUCH DAMAGE.</span></div> <div class="line"><a name="l00031"></a><span class="lineno"> 31</span> <span class="comment"> *</span></div> <div class="line"><a name="l00032"></a><span class="lineno"> 32</span> <span class="comment"> * This file is part of the lwIP TCP/IP stack.</span></div> <div class="line"><a name="l00033"></a><span class="lineno"> 33</span> <span class="comment"> *</span></div> <div class="line"><a name="l00034"></a><span class="lineno"> 34</span> <span class="comment"> * Author: Adam Dunkels <adam@sics.se></span></div> <div class="line"><a name="l00035"></a><span class="lineno"> 35</span> <span class="comment"> *</span></div> <div class="line"><a name="l00036"></a><span class="lineno"> 36</span> <span class="comment"> */</span></div> <div class="line"><a name="l00037"></a><span class="lineno"> 37</span> <span class="preprocessor">#ifndef LWIP_HDR_TCPIP_PRIV_H</span></div> <div class="line"><a name="l00038"></a><span class="lineno"> 38</span> <span class="preprocessor">#define LWIP_HDR_TCPIP_PRIV_H</span></div> <div class="line"><a name="l00039"></a><span class="lineno"> 39</span>  </div> <div class="line"><a name="l00040"></a><span class="lineno"> 40</span> <span class="preprocessor">#include "<a class="code" href="../../dc/dba/opt_8h.html">net/opt.h</a>"</span></div> <div class="line"><a name="l00041"></a><span class="lineno"> 41</span>  </div> <div class="line"><a name="l00042"></a><span class="lineno"> 42</span> <span class="preprocessor">#if !NO_SYS </span><span class="comment">/* don't build if not configured for use in lwipopts.h */</span><span class="preprocessor"></span></div> <div class="line"><a name="l00043"></a><span class="lineno"> 43</span>  </div> <div class="line"><a name="l00044"></a><span class="lineno"> 44</span> <span class="preprocessor">#include "<a class="code" href="../../d9/db5/tcpip_8h.html">net/tcpip.h</a>"</span></div> <div class="line"><a name="l00045"></a><span class="lineno"> 45</span> <span class="preprocessor">#include "<a class="code" href="../../d9/d87/sys_8h.html">net/sys.h</a>"</span></div> <div class="line"><a name="l00046"></a><span class="lineno"> 46</span> <span class="preprocessor">#include "<a class="code" href="../../d2/df2/timeouts_8h.html">net/timeouts.h</a>"</span></div> <div class="line"><a name="l00047"></a><span class="lineno"> 47</span>  </div> <div class="line"><a name="l00048"></a><span class="lineno"> 48</span> <span class="preprocessor">#ifdef __cplusplus</span></div> <div class="line"><a name="l00049"></a><span class="lineno"> 49</span> <span class="keyword">extern</span> <span class="stringliteral">"C"</span> {</div> <div class="line"><a name="l00050"></a><span class="lineno"> 50</span> <span class="preprocessor">#endif</span></div> <div class="line"><a name="l00051"></a><span class="lineno"> 51</span>  </div> <div class="line"><a name="l00052"></a><span class="lineno"> 52</span> <span class="keyword">struct </span><a class="code" href="../../d9/db8/structpbuf.html">pbuf</a>;</div> <div class="line"><a name="l00053"></a><span class="lineno"> 53</span> <span class="keyword">struct </span><a class="code" href="../../d2/dd6/structnetif.html">netif</a>;</div> <div class="line"><a name="l00054"></a><span class="lineno"> 54</span>  </div> <div class="line"><a name="l00055"></a><span class="lineno"> 55</span> <span class="preprocessor">#if LWIP_MPU_COMPATIBLE</span></div> <div class="line"><a name="l00056"></a><span class="lineno"> 56</span> <span class="preprocessor">#define API_VAR_REF(name) (*(name))</span></div> <div class="line"><a name="l00057"></a><span class="lineno"> 57</span> <span class="preprocessor">#define API_VAR_DECLARE(type, name) type * name</span></div> <div class="line"><a name="l00058"></a><span class="lineno"> 58</span> <span class="preprocessor">#define API_VAR_ALLOC(type, pool, name, errorval) do { \</span></div> <div class="line"><a name="l00059"></a><span class="lineno"> 59</span> <span class="preprocessor"> name = (type *)memp_malloc(pool); \</span></div> <div class="line"><a name="l00060"></a><span class="lineno"> 60</span> <span class="preprocessor"> if (name == NULL) { \</span></div> <div class="line"><a name="l00061"></a><span class="lineno"> 61</span> <span class="preprocessor"> return errorval; \</span></div> <div class="line"><a name="l00062"></a><span class="lineno"> 62</span> <span class="preprocessor"> } \</span></div> <div class="line"><a name="l00063"></a><span class="lineno"> 63</span> <span class="preprocessor"> } while(0)</span></div> <div class="line"><a name="l00064"></a><span class="lineno"> 64</span> <span class="preprocessor">#define API_VAR_ALLOC_POOL(type, pool, name, errorval) do { \</span></div> <div class="line"><a name="l00065"></a><span class="lineno"> 65</span> <span class="preprocessor"> name = (type *)LWIP_MEMPOOL_ALLOC(pool); \</span></div> <div class="line"><a name="l00066"></a><span class="lineno"> 66</span> <span class="preprocessor"> if (name == NULL) { \</span></div> <div class="line"><a name="l00067"></a><span class="lineno"> 67</span> <span class="preprocessor"> return errorval; \</span></div> <div class="line"><a name="l00068"></a><span class="lineno"> 68</span> <span class="preprocessor"> } \</span></div> <div class="line"><a name="l00069"></a><span class="lineno"> 69</span> <span class="preprocessor"> } while(0)</span></div> <div class="line"><a name="l00070"></a><span class="lineno"> 70</span> <span class="preprocessor">#define API_VAR_FREE(pool, name) memp_free(pool, name)</span></div> <div class="line"><a name="l00071"></a><span class="lineno"> 71</span> <span class="preprocessor">#define API_VAR_FREE_POOL(pool, name) LWIP_MEMPOOL_FREE(pool, name)</span></div> <div class="line"><a name="l00072"></a><span class="lineno"> 72</span> <span class="preprocessor">#define API_EXPR_REF(expr) (&(expr))</span></div> <div class="line"><a name="l00073"></a><span class="lineno"> 73</span> <span class="preprocessor">#if LWIP_NETCONN_SEM_PER_THREAD</span></div> <div class="line"><a name="l00074"></a><span class="lineno"> 74</span> <span class="preprocessor">#define API_EXPR_REF_SEM(expr) (expr)</span></div> <div class="line"><a name="l00075"></a><span class="lineno"> 75</span> <span class="preprocessor">#else</span></div> <div class="line"><a name="l00076"></a><span class="lineno"> 76</span> <span class="preprocessor">#define API_EXPR_REF_SEM(expr) API_EXPR_REF(expr)</span></div> <div class="line"><a name="l00077"></a><span class="lineno"> 77</span> <span class="preprocessor">#endif</span></div> <div class="line"><a name="l00078"></a><span class="lineno"> 78</span> <span class="preprocessor">#define API_EXPR_DEREF(expr) expr</span></div> <div class="line"><a name="l00079"></a><span class="lineno"> 79</span> <span class="preprocessor">#define API_MSG_M_DEF(m) m</span></div> <div class="line"><a name="l00080"></a><span class="lineno"> 80</span> <span class="preprocessor">#define API_MSG_M_DEF_C(t, m) t m</span></div> <div class="line"><a name="l00081"></a><span class="lineno"> 81</span> <span class="preprocessor">#else </span><span class="comment">/* LWIP_MPU_COMPATIBLE */</span><span class="preprocessor"></span></div> <div class="line"><a name="l00082"></a><span class="lineno"><a class="line" href="../../d6/d89/tcpip__priv_8h.html#a3518256af0d1a422755a899b13c2b563"> 82</a></span> <span class="preprocessor">#define API_VAR_REF(name) name</span></div> <div class="line"><a name="l00083"></a><span class="lineno"><a class="line" href="../../d6/d89/tcpip__priv_8h.html#ab5d4a4fa91c4c144bedabf593a68b4dd"> 83</a></span> <span class="preprocessor">#define API_VAR_DECLARE(type, name) type name</span></div> <div class="line"><a name="l00084"></a><span class="lineno"><a class="line" href="../../d6/d89/tcpip__priv_8h.html#a8ff9b936b16d91844c0e32424e97f493"> 84</a></span> <span class="preprocessor">#define API_VAR_ALLOC(type, pool, name, errorval)</span></div> <div class="line"><a name="l00085"></a><span class="lineno"><a class="line" href="../../d6/d89/tcpip__priv_8h.html#a0b826b1ea2ee54ebb94ab354578a1ffe"> 85</a></span> <span class="preprocessor">#define API_VAR_ALLOC_POOL(type, pool, name, errorval)</span></div> <div class="line"><a name="l00086"></a><span class="lineno"><a class="line" href="../../d6/d89/tcpip__priv_8h.html#a30caebb5334f52d49ac938a507094094"> 86</a></span> <span class="preprocessor">#define API_VAR_FREE(pool, name)</span></div> <div class="line"><a name="l00087"></a><span class="lineno"><a class="line" href="../../d6/d89/tcpip__priv_8h.html#a803c2dd81f7e69515115b78759be0d76"> 87</a></span> <span class="preprocessor">#define API_VAR_FREE_POOL(pool, name)</span></div> <div class="line"><a name="l00088"></a><span class="lineno"><a class="line" href="../../d6/d89/tcpip__priv_8h.html#a1f3c3ae0938b5510978cbd31560a5797"> 88</a></span> <span class="preprocessor">#define API_EXPR_REF(expr) expr</span></div> <div class="line"><a name="l00089"></a><span class="lineno"><a class="line" href="../../d6/d89/tcpip__priv_8h.html#a91e803b3c3f0ab89b20d7a85e3e92624"> 89</a></span> <span class="preprocessor">#define API_EXPR_REF_SEM(expr) API_EXPR_REF(expr)</span></div> <div class="line"><a name="l00090"></a><span class="lineno"><a class="line" href="../../d6/d89/tcpip__priv_8h.html#a4b2322aa0c1906f84f16acf359f06a92"> 90</a></span> <span class="preprocessor">#define API_EXPR_DEREF(expr) (*(expr))</span></div> <div class="line"><a name="l00091"></a><span class="lineno"><a class="line" href="../../d6/d89/tcpip__priv_8h.html#ad299ce8f259fb9f1f6c5c5a812f1bc58"> 91</a></span> <span class="preprocessor">#define API_MSG_M_DEF(m) *m</span></div> <div class="line"><a name="l00092"></a><span class="lineno"><a class="line" href="../../d6/d89/tcpip__priv_8h.html#a3a9d654eb42f26b409d1386d162f1e31"> 92</a></span> <span class="preprocessor">#define API_MSG_M_DEF_C(t, m) const t * m</span></div> <div class="line"><a name="l00093"></a><span class="lineno"> 93</span> <span class="preprocessor">#endif </span><span class="comment">/* LWIP_MPU_COMPATIBLE */</span><span class="preprocessor"></span></div> <div class="line"><a name="l00094"></a><span class="lineno"> 94</span>  </div> <div class="line"><a name="l00095"></a><span class="lineno"> 95</span> <a class="code" href="../../d2/de7/group__infrastructure__errors.html#gaf02d9da80fd66b4f986d2c53d7231ddb">err_t</a> <a class="code" href="../../d6/d89/tcpip__priv_8h.html#a12bdf37eddcd72c4178e3ea7d370395d">tcpip_send_msg_wait_sem</a>(<a class="code" href="../../d9/db5/tcpip_8h.html#a35203296bb838f3b493839ffc6e7285d">tcpip_callback_fn</a> fn, <span class="keywordtype">void</span> *apimsg, <a class="code" href="../../d4/da3/structsys__sem.html">sys_sem_t</a>* sem);</div> <div class="line"><a name="l00096"></a><span class="lineno"> 96</span>  </div> <div class="line"><a name="l00097"></a><span class="lineno"><a class="line" href="../../d9/d85/structtcpip__api__call__data.html"> 97</a></span> <span class="keyword">struct </span><a class="code" href="../../d9/d85/structtcpip__api__call__data.html">tcpip_api_call_data</a></div> <div class="line"><a name="l00098"></a><span class="lineno"> 98</span> {</div> <div class="line"><a name="l00099"></a><span class="lineno"> 99</span> <span class="preprocessor">#if !LWIP_TCPIP_CORE_LOCKING</span></div> <div class="line"><a name="l00100"></a><span class="lineno"><a class="line" href="../../d9/d85/structtcpip__api__call__data.html#a1a1d5bb2f7fd09f592fb56089e762307"> 100</a></span>  <a class="code" href="../../d2/de7/group__infrastructure__errors.html#gaf02d9da80fd66b4f986d2c53d7231ddb">err_t</a> <a class="code" href="../../d9/d85/structtcpip__api__call__data.html#a1a1d5bb2f7fd09f592fb56089e762307">err</a>;</div> <div class="line"><a name="l00101"></a><span class="lineno"> 101</span> <span class="preprocessor">#if !LWIP_NETCONN_SEM_PER_THREAD</span></div> <div class="line"><a name="l00102"></a><span class="lineno"><a class="line" href="../../d9/d85/structtcpip__api__call__data.html#a430b64d7617893939ed12cc957765431"> 102</a></span>  <a class="code" href="../../d4/da3/structsys__sem.html">sys_sem_t</a> <a class="code" href="../../d9/d85/structtcpip__api__call__data.html#a430b64d7617893939ed12cc957765431">sem</a>;</div> <div class="line"><a name="l00103"></a><span class="lineno"> 103</span> <span class="preprocessor">#endif </span><span class="comment">/* LWIP_NETCONN_SEM_PER_THREAD */</span><span class="preprocessor"></span></div> <div class="line"><a name="l00104"></a><span class="lineno"> 104</span> <span class="preprocessor">#else </span><span class="comment">/* !LWIP_TCPIP_CORE_LOCKING */</span><span class="preprocessor"></span></div> <div class="line"><a name="l00105"></a><span class="lineno"> 105</span>  <a class="code" href="../../de/d8c/group__compiler__abstraction.html#ga4caecabca98b43919dd11be1c0d4cd8e">u8_t</a> dummy; <span class="comment">/* avoid empty struct :-( */</span></div> <div class="line"><a name="l00106"></a><span class="lineno"> 106</span> <span class="preprocessor">#endif </span><span class="comment">/* !LWIP_TCPIP_CORE_LOCKING */</span><span class="preprocessor"></span></div> <div class="line"><a name="l00107"></a><span class="lineno"> 107</span> };</div> <div class="line"><a name="l00108"></a><span class="lineno"><a class="line" href="../../d6/d89/tcpip__priv_8h.html#aa7ecde8c8d8012fe5c498f7ee58f9458"> 108</a></span> <span class="keyword">typedef</span> <a class="code" href="../../d2/de7/group__infrastructure__errors.html#gaf02d9da80fd66b4f986d2c53d7231ddb">err_t</a> (*<a class="code" href="../../d6/d89/tcpip__priv_8h.html#aa7ecde8c8d8012fe5c498f7ee58f9458">tcpip_api_call_fn</a>)(<span class="keyword">struct </span><a class="code" href="../../d9/d85/structtcpip__api__call__data.html">tcpip_api_call_data</a>* call);</div> <div class="line"><a name="l00109"></a><span class="lineno"> 109</span> <a class="code" href="../../d2/de7/group__infrastructure__errors.html#gaf02d9da80fd66b4f986d2c53d7231ddb">err_t</a> <a class="code" href="../../d6/d89/tcpip__priv_8h.html#a3d42b0c46607f91aedcc7745ed466b08">tcpip_api_call</a>(<a class="code" href="../../d6/d89/tcpip__priv_8h.html#aa7ecde8c8d8012fe5c498f7ee58f9458">tcpip_api_call_fn</a> fn, <span class="keyword">struct</span> <a class="code" href="../../d9/d85/structtcpip__api__call__data.html">tcpip_api_call_data</a> *call);</div> <div class="line"><a name="l00110"></a><span class="lineno"> 110</span>  </div> <div class="line"><a name="l00111"></a><span class="lineno"><a class="line" href="../../d6/d89/tcpip__priv_8h.html#a1e0cb5032a61055e3f4a3426ed548937"> 111</a></span> <span class="keyword">enum</span> <a class="code" href="../../d6/d89/tcpip__priv_8h.html#a1e0cb5032a61055e3f4a3426ed548937">tcpip_msg_type</a> {</div> <div class="line"><a name="l00112"></a><span class="lineno"><a class="line" href="../../d6/d89/tcpip__priv_8h.html#a1e0cb5032a61055e3f4a3426ed548937a8665d0f2f1498c366e90d67a1e4c7f80"> 112</a></span>  <a class="code" href="../../d6/d89/tcpip__priv_8h.html#a1e0cb5032a61055e3f4a3426ed548937a8665d0f2f1498c366e90d67a1e4c7f80">TCPIP_MSG_API</a>,</div> <div class="line"><a name="l00113"></a><span class="lineno"><a class="line" href="../../d6/d89/tcpip__priv_8h.html#a1e0cb5032a61055e3f4a3426ed548937ae68ceceeb8f3bfda0dfdb824dfd0aa8a"> 113</a></span>  <a class="code" href="../../d6/d89/tcpip__priv_8h.html#a1e0cb5032a61055e3f4a3426ed548937ae68ceceeb8f3bfda0dfdb824dfd0aa8a">TCPIP_MSG_API_CALL</a>,</div> <div class="line"><a name="l00114"></a><span class="lineno"><a class="line" href="../../d6/d89/tcpip__priv_8h.html#a1e0cb5032a61055e3f4a3426ed548937a64972ba60577a99b44f088e0b5150c8a"> 114</a></span>  <a class="code" href="../../d6/d89/tcpip__priv_8h.html#a1e0cb5032a61055e3f4a3426ed548937a64972ba60577a99b44f088e0b5150c8a">TCPIP_MSG_INPKT</a>,</div> <div class="line"><a name="l00115"></a><span class="lineno"> 115</span> <span class="preprocessor">#if LWIP_TCPIP_TIMEOUT && LWIP_TIMERS</span></div> <div class="line"><a name="l00116"></a><span class="lineno"> 116</span>  TCPIP_MSG_TIMEOUT,</div> <div class="line"><a name="l00117"></a><span class="lineno"> 117</span>  TCPIP_MSG_UNTIMEOUT,</div> <div class="line"><a name="l00118"></a><span class="lineno"> 118</span> <span class="preprocessor">#endif </span><span class="comment">/* LWIP_TCPIP_TIMEOUT && LWIP_TIMERS */</span><span class="preprocessor"></span></div> <div class="line"><a name="l00119"></a><span class="lineno"><a class="line" href="../../d6/d89/tcpip__priv_8h.html#a1e0cb5032a61055e3f4a3426ed548937a3915e837fa47d5b65cc17d47a0790662"> 119</a></span>  <a class="code" href="../../d6/d89/tcpip__priv_8h.html#a1e0cb5032a61055e3f4a3426ed548937a3915e837fa47d5b65cc17d47a0790662">TCPIP_MSG_CALLBACK</a>,</div> <div class="line"><a name="l00120"></a><span class="lineno"><a class="line" href="../../d6/d89/tcpip__priv_8h.html#a1e0cb5032a61055e3f4a3426ed548937a17160cdc581db556a47a57cd4efb3b78"> 120</a></span>  <a class="code" href="../../d6/d89/tcpip__priv_8h.html#a1e0cb5032a61055e3f4a3426ed548937a17160cdc581db556a47a57cd4efb3b78">TCPIP_MSG_CALLBACK_STATIC</a></div> <div class="line"><a name="l00121"></a><span class="lineno"> 121</span> };</div> <div class="line"><a name="l00122"></a><span class="lineno"> 122</span>  </div> <div class="line"><a name="l00123"></a><span class="lineno"><a class="line" href="../../d4/de8/structtcpip__msg.html"> 123</a></span> <span class="keyword">struct </span><a class="code" href="../../d4/de8/structtcpip__msg.html">tcpip_msg</a> {</div> <div class="line"><a name="l00124"></a><span class="lineno"><a class="line" href="../../d4/de8/structtcpip__msg.html#a5b992b509c516199c800c913993574c1"> 124</a></span>  <span class="keyword">enum</span> <a class="code" href="../../d6/d89/tcpip__priv_8h.html#a1e0cb5032a61055e3f4a3426ed548937">tcpip_msg_type</a> <a class="code" href="../../d4/de8/structtcpip__msg.html#a5b992b509c516199c800c913993574c1">type</a>;</div> <div class="line"><a name="l00125"></a><span class="lineno"> 125</span>  <span class="keyword">union </span>{</div> <div class="line"><a name="l00126"></a><span class="lineno"> 126</span>  <span class="keyword">struct </span>{</div> <div class="line"><a name="l00127"></a><span class="lineno"><a class="line" href="../../d4/de8/structtcpip__msg.html#ad294175efea90f55493a9465a65c8e4c"> 127</a></span>  <a class="code" href="../../d9/db5/tcpip_8h.html#a35203296bb838f3b493839ffc6e7285d">tcpip_callback_fn</a> <span class="keyword">function</span>;</div> <div class="line"><a name="l00128"></a><span class="lineno"><a class="line" href="../../d4/de8/structtcpip__msg.html#a18c49fcbcfeb09f203a6fb84e74e367b"> 128</a></span>  <span class="keywordtype">void</span>* <a class="code" href="../../d4/de8/structtcpip__msg.html#a18c49fcbcfeb09f203a6fb84e74e367b">msg</a>;</div> <div class="line"><a name="l00129"></a><span class="lineno"> 129</span>  } <a class="code" href="../../d4/de8/structtcpip__msg.html#abc27b4f9b477f51eeb469330ff744cc3">api_msg</a>;</div> <div class="line"><a name="l00130"></a><span class="lineno"> 130</span>  <span class="keyword">struct </span>{</div> <div class="line"><a name="l00131"></a><span class="lineno"><a class="line" href="../../d4/de8/structtcpip__msg.html#a3c72cc53894cab34a142a1ec56b7b59d"> 131</a></span>  <a class="code" href="../../d6/d89/tcpip__priv_8h.html#aa7ecde8c8d8012fe5c498f7ee58f9458">tcpip_api_call_fn</a> <span class="keyword">function</span>;</div> <div class="line"><a name="l00132"></a><span class="lineno"><a class="line" href="../../d4/de8/structtcpip__msg.html#a080f04f9cdfa4533fab6608cde6a4649"> 132</a></span>  <span class="keyword">struct </span><a class="code" href="../../d9/d85/structtcpip__api__call__data.html">tcpip_api_call_data</a> *<a class="code" href="../../d4/de8/structtcpip__msg.html#a080f04f9cdfa4533fab6608cde6a4649">arg</a>;</div> <div class="line"><a name="l00133"></a><span class="lineno"><a class="line" href="../../d4/de8/structtcpip__msg.html#a68b745804255e3b227ec2f5ef0f8e136"> 133</a></span>  <a class="code" href="../../d4/da3/structsys__sem.html">sys_sem_t</a> *<a class="code" href="../../d4/de8/structtcpip__msg.html#a68b745804255e3b227ec2f5ef0f8e136">sem</a>;</div> <div class="line"><a name="l00134"></a><span class="lineno"> 134</span>  } <a class="code" href="../../d4/de8/structtcpip__msg.html#af961387b064113a49484061ad48ded03">api_call</a>;</div> <div class="line"><a name="l00135"></a><span class="lineno"> 135</span>  <span class="keyword">struct </span>{</div> <div class="line"><a name="l00136"></a><span class="lineno"><a class="line" href="../../d4/de8/structtcpip__msg.html#a9298bc5d6d92c5efd478dac92c09459b"> 136</a></span>  <span class="keyword">struct </span><a class="code" href="../../d9/db8/structpbuf.html">pbuf</a> *<a class="code" href="../../d4/de8/structtcpip__msg.html#a9298bc5d6d92c5efd478dac92c09459b">p</a>;</div> <div class="line"><a name="l00137"></a><span class="lineno"><a class="line" href="../../d4/de8/structtcpip__msg.html#a6d19f55f8a96b18f2d6ab5bc9733f81b"> 137</a></span>  <span class="keyword">struct </span><a class="code" href="../../d2/dd6/structnetif.html">netif</a> *<a class="code" href="../../d4/de8/structtcpip__msg.html#a6d19f55f8a96b18f2d6ab5bc9733f81b">netif</a>;</div> <div class="line"><a name="l00138"></a><span class="lineno"><a class="line" href="../../d4/de8/structtcpip__msg.html#a44fe1469e2472890fe71ebbc1427a19b"> 138</a></span>  <a class="code" href="../../d9/d69/netif_8h.html#ab2302b1b64ac7b95f24c6bab754a575e">netif_input_fn</a> <a class="code" href="../../d4/de8/structtcpip__msg.html#a44fe1469e2472890fe71ebbc1427a19b">input_fn</a>;</div> <div class="line"><a name="l00139"></a><span class="lineno"> 139</span>  } <a class="code" href="../../d4/de8/structtcpip__msg.html#a7d9bc654de358efed5d9737a77bd7c71">inp</a>;</div> <div class="line"><a name="l00140"></a><span class="lineno"> 140</span>  <span class="keyword">struct </span>{</div> <div class="line"><a name="l00141"></a><span class="lineno"> 141</span>  <a class="code" href="../../d9/db5/tcpip_8h.html#a35203296bb838f3b493839ffc6e7285d">tcpip_callback_fn</a> <span class="keyword">function</span>;</div> <div class="line"><a name="l00142"></a><span class="lineno"><a class="line" href="../../d4/de8/structtcpip__msg.html#a7edb4f4e181f9cffbef13dc7a7d41d8b"> 142</a></span>  <span class="keywordtype">void</span> *<a class="code" href="../../d4/de8/structtcpip__msg.html#a7edb4f4e181f9cffbef13dc7a7d41d8b">ctx</a>;</div> <div class="line"><a name="l00143"></a><span class="lineno"> 143</span>  } <a class="code" href="../../d4/de8/structtcpip__msg.html#af5685982f642bb8accf01ac73ca33816">cb</a>;</div> <div class="line"><a name="l00144"></a><span class="lineno"> 144</span> <span class="preprocessor">#if LWIP_TCPIP_TIMEOUT && LWIP_TIMERS</span></div> <div class="line"><a name="l00145"></a><span class="lineno"> 145</span>  <span class="keyword">struct </span>{</div> <div class="line"><a name="l00146"></a><span class="lineno"> 146</span>  <a class="code" href="../../de/d8c/group__compiler__abstraction.html#ga4c14294869aceba3ef9d4c0c302d0f33">u32_t</a> msecs;</div> <div class="line"><a name="l00147"></a><span class="lineno"> 147</span>  sys_timeout_handler h;</div> <div class="line"><a name="l00148"></a><span class="lineno"> 148</span>  <span class="keywordtype">void</span> *<a class="code" href="../../d4/de8/structtcpip__msg.html#a080f04f9cdfa4533fab6608cde6a4649">arg</a>;</div> <div class="line"><a name="l00149"></a><span class="lineno"> 149</span>  } tmo;</div> <div class="line"><a name="l00150"></a><span class="lineno"> 150</span> <span class="preprocessor">#endif </span><span class="comment">/* LWIP_TCPIP_TIMEOUT && LWIP_TIMERS */</span><span class="preprocessor"></span></div> <div class="line"><a name="l00151"></a><span class="lineno"> 151</span>  } <a class="code" href="../../d4/de8/structtcpip__msg.html#a18c49fcbcfeb09f203a6fb84e74e367b">msg</a>;</div> <div class="line"><a name="l00152"></a><span class="lineno"> 152</span> };</div> <div class="line"><a name="l00153"></a><span class="lineno"> 153</span>  </div> <div class="line"><a name="l00154"></a><span class="lineno"> 154</span> <span class="preprocessor">#ifdef __cplusplus</span></div> <div class="line"><a name="l00155"></a><span class="lineno"> 155</span> }</div> <div class="line"><a name="l00156"></a><span class="lineno"> 156</span> <span class="preprocessor">#endif</span></div> <div class="line"><a name="l00157"></a><span class="lineno"> 157</span>  </div> <div class="line"><a name="l00158"></a><span class="lineno"> 158</span> <span class="preprocessor">#endif </span><span class="comment">/* !NO_SYS */</span><span class="preprocessor"></span></div> <div class="line"><a name="l00159"></a><span class="lineno"> 159</span>  </div> <div class="line"><a name="l00160"></a><span class="lineno"> 160</span> <span class="preprocessor">#endif </span><span class="comment">/* LWIP_HDR_TCPIP_PRIV_H */</span><span class="preprocessor"></span></div> </div><!-- fragment --></div><!-- contents --> </div><!-- doc-content --> <div class="ttc" id="asys_8h_html"><div class="ttname"><a href="../../d9/d87/sys_8h.html">sys.h</a></div></div> <div class="ttc" id="astructtcpip__msg_html_a68b745804255e3b227ec2f5ef0f8e136"><div class="ttname"><a href="../../d4/de8/structtcpip__msg.html#a68b745804255e3b227ec2f5ef0f8e136">tcpip_msg::sem</a></div><div class="ttdeci">sys_sem_t * sem</div><div class="ttdef"><b>Definition:</b> <a href="../../d6/d89/tcpip__priv_8h_source.html#l00133">tcpip_priv.h:133</a></div></div> <div class="ttc" id="aopt_8h_html"><div class="ttname"><a href="../../dc/dba/opt_8h.html">opt.h</a></div></div> <div class="ttc" id="atcpip_8h_html"><div class="ttname"><a href="../../d9/db5/tcpip_8h.html">tcpip.h</a></div></div> <div class="ttc" id="atcpip__priv_8h_html_a1e0cb5032a61055e3f4a3426ed548937a64972ba60577a99b44f088e0b5150c8a"><div class="ttname"><a href="../../d6/d89/tcpip__priv_8h.html#a1e0cb5032a61055e3f4a3426ed548937a64972ba60577a99b44f088e0b5150c8a">TCPIP_MSG_INPKT</a></div><div class="ttdef"><b>Definition:</b> <a href="../../d6/d89/tcpip__priv_8h_source.html#l00114">tcpip_priv.h:114</a></div></div> <div class="ttc" id="astructtcpip__api__call__data_html"><div class="ttname"><a href="../../d9/d85/structtcpip__api__call__data.html">tcpip_api_call_data</a></div><div class="ttdef"><b>Definition:</b> <a href="../../d6/d89/tcpip__priv_8h_source.html#l00097">tcpip_priv.h:97</a></div></div> <div class="ttc" id="atcpip__priv_8h_html_a3d42b0c46607f91aedcc7745ed466b08"><div class="ttname"><a href="../../d6/d89/tcpip__priv_8h.html#a3d42b0c46607f91aedcc7745ed466b08">tcpip_api_call</a></div><div class="ttdeci">err_t tcpip_api_call(tcpip_api_call_fn fn, struct tcpip_api_call_data *call)</div><div class="ttdef"><b>Definition:</b> <a href="../../d2/d55/tcpip_8c_source.html#l00356">tcpip.c:356</a></div></div> <div class="ttc" id="atcpip__priv_8h_html_a1e0cb5032a61055e3f4a3426ed548937"><div class="ttname"><a href="../../d6/d89/tcpip__priv_8h.html#a1e0cb5032a61055e3f4a3426ed548937">tcpip_msg_type</a></div><div class="ttdeci">tcpip_msg_type</div><div class="ttdef"><b>Definition:</b> <a href="../../d6/d89/tcpip__priv_8h_source.html#l00111">tcpip_priv.h:111</a></div></div> <div class="ttc" id="astructtcpip__msg_html_abc27b4f9b477f51eeb469330ff744cc3"><div class="ttname"><a href="../../d4/de8/structtcpip__msg.html#abc27b4f9b477f51eeb469330ff744cc3">tcpip_msg::api_msg</a></div><div class="ttdeci">struct tcpip_msg::@3::@4 api_msg</div></div> <div class="ttc" id="astructtcpip__api__call__data_html_a1a1d5bb2f7fd09f592fb56089e762307"><div class="ttname"><a href="../../d9/d85/structtcpip__api__call__data.html#a1a1d5bb2f7fd09f592fb56089e762307">tcpip_api_call_data::err</a></div><div class="ttdeci">err_t err</div><div class="ttdef"><b>Definition:</b> <a href="../../d6/d89/tcpip__priv_8h_source.html#l00100">tcpip_priv.h:100</a></div></div> <div class="ttc" id="agroup__compiler__abstraction_html_ga4c14294869aceba3ef9d4c0c302d0f33"><div class="ttname"><a href="../../de/d8c/group__compiler__abstraction.html#ga4c14294869aceba3ef9d4c0c302d0f33">u32_t</a></div><div class="ttdeci">uint32_t u32_t</div><div class="ttdef"><b>Definition:</b> <a href="../../d2/d2d/arch_8h_source.html#l00126">arch.h:126</a></div></div> <div class="ttc" id="anetif_8h_html_ab2302b1b64ac7b95f24c6bab754a575e"><div class="ttname"><a href="../../d9/d69/netif_8h.html#ab2302b1b64ac7b95f24c6bab754a575e">netif_input_fn</a></div><div class="ttdeci">err_t(* netif_input_fn)(struct pbuf *p, struct netif *inp)</div><div class="ttdef"><b>Definition:</b> <a href="../../d9/d69/netif_8h_source.html#l00170">netif.h:170</a></div></div> <div class="ttc" id="astructsys__sem_html"><div class="ttname"><a href="../../d4/da3/structsys__sem.html">sys_sem</a></div><div class="ttdef"><b>Definition:</b> <a href="../../d2/d28/sem_8h_source.html#l00036">sem.h:36</a></div></div> <div class="ttc" id="astructtcpip__msg_html_a18c49fcbcfeb09f203a6fb84e74e367b"><div class="ttname"><a href="../../d4/de8/structtcpip__msg.html#a18c49fcbcfeb09f203a6fb84e74e367b">tcpip_msg::msg</a></div><div class="ttdeci">void * msg</div><div class="ttdef"><b>Definition:</b> <a href="../../d6/d89/tcpip__priv_8h_source.html#l00128">tcpip_priv.h:128</a></div></div> <div class="ttc" id="astructtcpip__api__call__data_html_a430b64d7617893939ed12cc957765431"><div class="ttname"><a href="../../d9/d85/structtcpip__api__call__data.html#a430b64d7617893939ed12cc957765431">tcpip_api_call_data::sem</a></div><div class="ttdeci">sys_sem_t sem</div><div class="ttdef"><b>Definition:</b> <a href="../../d6/d89/tcpip__priv_8h_source.html#l00102">tcpip_priv.h:102</a></div></div> <div class="ttc" id="astructtcpip__msg_html_af5685982f642bb8accf01ac73ca33816"><div class="ttname"><a href="../../d4/de8/structtcpip__msg.html#af5685982f642bb8accf01ac73ca33816">tcpip_msg::cb</a></div><div class="ttdeci">struct tcpip_msg::@3::@7 cb</div></div> <div class="ttc" id="agroup__compiler__abstraction_html_ga4caecabca98b43919dd11be1c0d4cd8e"><div class="ttname"><a href="../../de/d8c/group__compiler__abstraction.html#ga4caecabca98b43919dd11be1c0d4cd8e">u8_t</a></div><div class="ttdeci">uint8_t u8_t</div><div class="ttdef"><b>Definition:</b> <a href="../../d2/d2d/arch_8h_source.html#l00122">arch.h:122</a></div></div> <div class="ttc" id="astructtcpip__msg_html_a7d9bc654de358efed5d9737a77bd7c71"><div class="ttname"><a href="../../d4/de8/structtcpip__msg.html#a7d9bc654de358efed5d9737a77bd7c71">tcpip_msg::inp</a></div><div class="ttdeci">struct tcpip_msg::@3::@6 inp</div></div> <div class="ttc" id="astructnetif_html"><div class="ttname"><a href="../../d2/dd6/structnetif.html">netif</a></div><div class="ttdef"><b>Definition:</b> <a href="../../d9/d69/netif_8h_source.html#l00233">netif.h:233</a></div></div> <div class="ttc" id="astructtcpip__msg_html_a44fe1469e2472890fe71ebbc1427a19b"><div class="ttname"><a href="../../d4/de8/structtcpip__msg.html#a44fe1469e2472890fe71ebbc1427a19b">tcpip_msg::input_fn</a></div><div class="ttdeci">netif_input_fn input_fn</div><div class="ttdef"><b>Definition:</b> <a href="../../d6/d89/tcpip__priv_8h_source.html#l00138">tcpip_priv.h:138</a></div></div> <div class="ttc" id="astructtcpip__msg_html_a5b992b509c516199c800c913993574c1"><div class="ttname"><a href="../../d4/de8/structtcpip__msg.html#a5b992b509c516199c800c913993574c1">tcpip_msg::type</a></div><div class="ttdeci">enum tcpip_msg_type type</div><div class="ttdef"><b>Definition:</b> <a href="../../d6/d89/tcpip__priv_8h_source.html#l00124">tcpip_priv.h:124</a></div></div> <div class="ttc" id="atcpip__priv_8h_html_a1e0cb5032a61055e3f4a3426ed548937a17160cdc581db556a47a57cd4efb3b78"><div class="ttname"><a href="../../d6/d89/tcpip__priv_8h.html#a1e0cb5032a61055e3f4a3426ed548937a17160cdc581db556a47a57cd4efb3b78">TCPIP_MSG_CALLBACK_STATIC</a></div><div class="ttdef"><b>Definition:</b> <a href="../../d6/d89/tcpip__priv_8h_source.html#l00120">tcpip_priv.h:120</a></div></div> <div class="ttc" id="astructtcpip__msg_html"><div class="ttname"><a href="../../d4/de8/structtcpip__msg.html">tcpip_msg</a></div><div class="ttdef"><b>Definition:</b> <a href="../../d6/d89/tcpip__priv_8h_source.html#l00123">tcpip_priv.h:123</a></div></div> <div class="ttc" id="agroup__infrastructure__errors_html_gaf02d9da80fd66b4f986d2c53d7231ddb"><div class="ttname"><a href="../../d2/de7/group__infrastructure__errors.html#gaf02d9da80fd66b4f986d2c53d7231ddb">err_t</a></div><div class="ttdeci">s8_t err_t</div><div class="ttdef"><b>Definition:</b> <a href="../../d6/d40/err_8h_source.html#l00057">err.h:57</a></div></div> <div class="ttc" id="atcpip__priv_8h_html_a12bdf37eddcd72c4178e3ea7d370395d"><div class="ttname"><a href="../../d6/d89/tcpip__priv_8h.html#a12bdf37eddcd72c4178e3ea7d370395d">tcpip_send_msg_wait_sem</a></div><div class="ttdeci">err_t tcpip_send_msg_wait_sem(tcpip_callback_fn fn, void *apimsg, sys_sem_t *sem)</div><div class="ttdef"><b>Definition:</b> <a href="../../d2/d55/tcpip_8c_source.html#l00322">tcpip.c:322</a></div></div> <div class="ttc" id="atcpip__priv_8h_html_a1e0cb5032a61055e3f4a3426ed548937a8665d0f2f1498c366e90d67a1e4c7f80"><div class="ttname"><a href="../../d6/d89/tcpip__priv_8h.html#a1e0cb5032a61055e3f4a3426ed548937a8665d0f2f1498c366e90d67a1e4c7f80">TCPIP_MSG_API</a></div><div class="ttdef"><b>Definition:</b> <a href="../../d6/d89/tcpip__priv_8h_source.html#l00112">tcpip_priv.h:112</a></div></div> <div class="ttc" id="astructtcpip__msg_html_a6d19f55f8a96b18f2d6ab5bc9733f81b"><div class="ttname"><a href="../../d4/de8/structtcpip__msg.html#a6d19f55f8a96b18f2d6ab5bc9733f81b">tcpip_msg::netif</a></div><div class="ttdeci">struct netif * netif</div><div class="ttdef"><b>Definition:</b> <a href="../../d6/d89/tcpip__priv_8h_source.html#l00137">tcpip_priv.h:137</a></div></div> <div class="ttc" id="atcpip__priv_8h_html_a1e0cb5032a61055e3f4a3426ed548937ae68ceceeb8f3bfda0dfdb824dfd0aa8a"><div class="ttname"><a href="../../d6/d89/tcpip__priv_8h.html#a1e0cb5032a61055e3f4a3426ed548937ae68ceceeb8f3bfda0dfdb824dfd0aa8a">TCPIP_MSG_API_CALL</a></div><div class="ttdef"><b>Definition:</b> <a href="../../d6/d89/tcpip__priv_8h_source.html#l00113">tcpip_priv.h:113</a></div></div> <div class="ttc" id="astructtcpip__msg_html_a7edb4f4e181f9cffbef13dc7a7d41d8b"><div class="ttname"><a href="../../d4/de8/structtcpip__msg.html#a7edb4f4e181f9cffbef13dc7a7d41d8b">tcpip_msg::ctx</a></div><div class="ttdeci">void * ctx</div><div class="ttdef"><b>Definition:</b> <a href="../../d6/d89/tcpip__priv_8h_source.html#l00142">tcpip_priv.h:142</a></div></div> <div class="ttc" id="atcpip_8h_html_a35203296bb838f3b493839ffc6e7285d"><div class="ttname"><a href="../../d9/db5/tcpip_8h.html#a35203296bb838f3b493839ffc6e7285d">tcpip_callback_fn</a></div><div class="ttdeci">void(* tcpip_callback_fn)(void *ctx)</div><div class="ttdef"><b>Definition:</b> <a href="../../d9/db5/tcpip_8h_source.html#l00070">tcpip.h:70</a></div></div> <div class="ttc" id="astructtcpip__msg_html_a9298bc5d6d92c5efd478dac92c09459b"><div class="ttname"><a href="../../d4/de8/structtcpip__msg.html#a9298bc5d6d92c5efd478dac92c09459b">tcpip_msg::p</a></div><div class="ttdeci">struct pbuf * p</div><div class="ttdef"><b>Definition:</b> <a href="../../d6/d89/tcpip__priv_8h_source.html#l00136">tcpip_priv.h:136</a></div></div> <div class="ttc" id="atimeouts_8h_html"><div class="ttname"><a href="../../d2/df2/timeouts_8h.html">timeouts.h</a></div></div> <div class="ttc" id="astructpbuf_html"><div class="ttname"><a href="../../d9/db8/structpbuf.html">pbuf</a></div><div class="ttdef"><b>Definition:</b> <a href="../../d0/d35/pbuf_8h_source.html#l00142">pbuf.h:142</a></div></div> <div class="ttc" id="atcpip__priv_8h_html_a1e0cb5032a61055e3f4a3426ed548937a3915e837fa47d5b65cc17d47a0790662"><div class="ttname"><a href="../../d6/d89/tcpip__priv_8h.html#a1e0cb5032a61055e3f4a3426ed548937a3915e837fa47d5b65cc17d47a0790662">TCPIP_MSG_CALLBACK</a></div><div class="ttdef"><b>Definition:</b> <a href="../../d6/d89/tcpip__priv_8h_source.html#l00119">tcpip_priv.h:119</a></div></div> <div class="ttc" id="astructtcpip__msg_html_a080f04f9cdfa4533fab6608cde6a4649"><div class="ttname"><a href="../../d4/de8/structtcpip__msg.html#a080f04f9cdfa4533fab6608cde6a4649">tcpip_msg::arg</a></div><div class="ttdeci">struct tcpip_api_call_data * arg</div><div class="ttdef"><b>Definition:</b> <a href="../../d6/d89/tcpip__priv_8h_source.html#l00132">tcpip_priv.h:132</a></div></div> <div class="ttc" id="astructtcpip__msg_html_af961387b064113a49484061ad48ded03"><div class="ttname"><a href="../../d4/de8/structtcpip__msg.html#af961387b064113a49484061ad48ded03">tcpip_msg::api_call</a></div><div class="ttdeci">struct tcpip_msg::@3::@5 api_call</div></div> <div class="ttc" id="atcpip__priv_8h_html_aa7ecde8c8d8012fe5c498f7ee58f9458"><div class="ttname"><a href="../../d6/d89/tcpip__priv_8h.html#aa7ecde8c8d8012fe5c498f7ee58f9458">tcpip_api_call_fn</a></div><div class="ttdeci">err_t(* tcpip_api_call_fn)(struct tcpip_api_call_data *call)</div><div class="ttdef"><b>Definition:</b> <a href="../../d6/d89/tcpip__priv_8h_source.html#l00108">tcpip_priv.h:108</a></div></div> <!-- start footer part --> <div id="nav-path" class="navpath"><!-- id is needed for treeview function! --> <ul> <li class="navelem"><a class="el" href="../../dir_d44c64559bbebec7f509842c48db8b23.html">include</a></li><li class="navelem"><a class="el" href="../../dir_2fa1ed3146d6c2b96c5cfe4341985326.html">net</a></li><li class="navelem"><a class="el" href="../../dir_227a2a9bb737ed2daffe4b7ac102033f.html">priv</a></li><li class="navelem"><a class="el" href="../../d6/d89/tcpip__priv_8h.html">tcpip_priv.h</a></li> <li class="footer">Generated by <a href="http://www.doxygen.org/index.html"> <img class="footer" src="../../doxygen.png" alt="doxygen"/></a> 1.8.16 </li> </ul> </div> </body> </html>