Newer
Older
UbixOS / doc / html / lwipopts_8h_source.html
<!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 V2: C:/Dev/git/UbixOS/sys/include/net/lwipopts.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&amp;dn=gpl-2.0.txt GPL-v2 */
  $(document).ready(initResizable);
/* @license-end */</script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></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 V2
   &#160;<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">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
var searchBox = new SearchBox("searchBox", "search",false,'Search');
/* @license-end */
</script>
<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&amp;dn=gpl-2.0.txt GPL-v2 */
$(function() {
  initMenu('',true,false,'search.php','Search');
  $(document).ready(function() { init_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&amp;dn=gpl-2.0.txt GPL-v2 */
$(document).ready(function(){initNavTree('lwipopts_8h_source.html','');});
/* @license-end */
</script>
<div id="doc-content">
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
     onmouseover="return searchBox.OnSearchSelectShow()"
     onmouseout="return searchBox.OnSearchSelectHide()"
     onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>

<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0" 
        name="MSearchResults" id="MSearchResults">
</iframe>
</div>

<div class="header">
  <div class="headertitle">
<div class="title">lwipopts.h</div>  </div>
</div><!--header-->
<div class="contents">
<a href="lwipopts_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>&#160;<span class="comment">/*</span></div>
<div class="line"><a name="l00002"></a><span class="lineno">    2</span>&#160;<span class="comment"> * Copyright (c) 2001-2003 Swedish Institute of Computer Science.</span></div>
<div class="line"><a name="l00003"></a><span class="lineno">    3</span>&#160;<span class="comment"> * All rights reserved. </span></div>
<div class="line"><a name="l00004"></a><span class="lineno">    4</span>&#160;<span class="comment"> * </span></div>
<div class="line"><a name="l00005"></a><span class="lineno">    5</span>&#160;<span class="comment"> * Redistribution and use in source and binary forms, with or without modification, </span></div>
<div class="line"><a name="l00006"></a><span class="lineno">    6</span>&#160;<span class="comment"> * are permitted provided that the following conditions are met:</span></div>
<div class="line"><a name="l00007"></a><span class="lineno">    7</span>&#160;<span class="comment"> *</span></div>
<div class="line"><a name="l00008"></a><span class="lineno">    8</span>&#160;<span class="comment"> * 1. Redistributions of source code must retain the above copyright notice,</span></div>
<div class="line"><a name="l00009"></a><span class="lineno">    9</span>&#160;<span class="comment"> *    this list of conditions and the following disclaimer.</span></div>
<div class="line"><a name="l00010"></a><span class="lineno">   10</span>&#160;<span class="comment"> * 2. Redistributions in binary form must reproduce the above copyright notice,</span></div>
<div class="line"><a name="l00011"></a><span class="lineno">   11</span>&#160;<span class="comment"> *    this list of conditions and the following disclaimer in the documentation</span></div>
<div class="line"><a name="l00012"></a><span class="lineno">   12</span>&#160;<span class="comment"> *    and/or other materials provided with the distribution.</span></div>
<div class="line"><a name="l00013"></a><span class="lineno">   13</span>&#160;<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="l00014"></a><span class="lineno">   14</span>&#160;<span class="comment"> *    derived from this software without specific prior written permission. </span></div>
<div class="line"><a name="l00015"></a><span class="lineno">   15</span>&#160;<span class="comment"> *</span></div>
<div class="line"><a name="l00016"></a><span class="lineno">   16</span>&#160;<span class="comment"> * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS&#39;&#39; AND ANY EXPRESS OR IMPLIED </span></div>
<div class="line"><a name="l00017"></a><span class="lineno">   17</span>&#160;<span class="comment"> * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF </span></div>
<div class="line"><a name="l00018"></a><span class="lineno">   18</span>&#160;<span class="comment"> * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT </span></div>
<div class="line"><a name="l00019"></a><span class="lineno">   19</span>&#160;<span class="comment"> * SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, </span></div>
<div class="line"><a name="l00020"></a><span class="lineno">   20</span>&#160;<span class="comment"> * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT </span></div>
<div class="line"><a name="l00021"></a><span class="lineno">   21</span>&#160;<span class="comment"> * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS </span></div>
<div class="line"><a name="l00022"></a><span class="lineno">   22</span>&#160;<span class="comment"> * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN </span></div>
<div class="line"><a name="l00023"></a><span class="lineno">   23</span>&#160;<span class="comment"> * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING </span></div>
<div class="line"><a name="l00024"></a><span class="lineno">   24</span>&#160;<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="l00025"></a><span class="lineno">   25</span>&#160;<span class="comment"> * OF SUCH DAMAGE.</span></div>
<div class="line"><a name="l00026"></a><span class="lineno">   26</span>&#160;<span class="comment"> *</span></div>
<div class="line"><a name="l00027"></a><span class="lineno">   27</span>&#160;<span class="comment"> * This file is part of the lwIP TCP/IP stack.</span></div>
<div class="line"><a name="l00028"></a><span class="lineno">   28</span>&#160;<span class="comment"> * </span></div>
<div class="line"><a name="l00029"></a><span class="lineno">   29</span>&#160;<span class="comment"> * Author: Simon Goldschmidt</span></div>
<div class="line"><a name="l00030"></a><span class="lineno">   30</span>&#160;<span class="comment"> *</span></div>
<div class="line"><a name="l00031"></a><span class="lineno">   31</span>&#160;<span class="comment"> */</span></div>
<div class="line"><a name="l00032"></a><span class="lineno">   32</span>&#160; </div>
<div class="line"><a name="l00033"></a><span class="lineno">   33</span>&#160;<span class="preprocessor">#ifndef LWIP_HDR_LWIPOPTS_H</span></div>
<div class="line"><a name="l00034"></a><span class="lineno">   34</span>&#160;<span class="preprocessor">#define LWIP_HDR_LWIPOPTS_H</span></div>
<div class="line"><a name="l00035"></a><span class="lineno">   35</span>&#160; </div>
<div class="line"><a name="l00036"></a><span class="lineno">   36</span>&#160;<span class="comment">/* NEVER Set To 1, 1 Will Remove OS Abstraction */</span></div>
<div class="line"><a name="l00037"></a><span class="lineno"><a class="line" href="lwipopts_8h.html#ae00ba99de94a5bf84d832be8976df59b">   37</a></span>&#160;<span class="preprocessor">#define NO_SYS                          0</span></div>
<div class="line"><a name="l00038"></a><span class="lineno">   38</span>&#160; </div>
<div class="line"><a name="l00039"></a><span class="lineno">   39</span>&#160;<span class="comment">/* Timer Settings */</span></div>
<div class="line"><a name="l00040"></a><span class="lineno"><a class="line" href="lwipopts_8h.html#a25a41610055f91cbd0960256240b8f2c">   40</a></span>&#160;<span class="preprocessor">#define LWIP_TIMERS        1</span></div>
<div class="line"><a name="l00041"></a><span class="lineno"><a class="line" href="lwipopts_8h.html#aff0ea56f3e3d8e86c49b50557bc13815">   41</a></span>&#160;<span class="preprocessor">#define LWIP_TIMERS_CUSTOM 0</span></div>
<div class="line"><a name="l00042"></a><span class="lineno">   42</span>&#160; </div>
<div class="line"><a name="l00043"></a><span class="lineno"><a class="line" href="lwipopts_8h.html#aa1dd57a66b6de8c0593e9e3e8d1411f6">   43</a></span>&#160;<span class="preprocessor">#define MEMCPY(dst, src, len)   memcpy(dst,src,len)</span></div>
<div class="line"><a name="l00044"></a><span class="lineno"><a class="line" href="lwipopts_8h.html#a8c6e3c1e4f74acb16376188dbf8909ec">   44</a></span>&#160;<span class="preprocessor">#define SMEMCPY(dst, src, len)   memcpy(dst,src,len)</span></div>
<div class="line"><a name="l00045"></a><span class="lineno">   45</span>&#160; </div>
<div class="line"><a name="l00046"></a><span class="lineno">   46</span>&#160;<span class="comment">/* Core locking and MPU */</span></div>
<div class="line"><a name="l00047"></a><span class="lineno"><a class="line" href="lwipopts_8h.html#ae9afcefa5d233372abb9413188dd98c9">   47</a></span>&#160;<span class="preprocessor">#define LWIP_MPU_COMPATIBLE           0</span></div>
<div class="line"><a name="l00048"></a><span class="lineno"><a class="line" href="lwipopts_8h.html#a8e46232794349c209e8ed4e9e7e4f011">   48</a></span>&#160;<span class="preprocessor">#define LWIP_TCPIP_CORE_LOCKING       1</span></div>
<div class="line"><a name="l00049"></a><span class="lineno"><a class="line" href="lwipopts_8h.html#a351beb1c06affe49e717bc9f76c66acf">   49</a></span>&#160;<span class="preprocessor">#define LWIP_TCPIP_CORE_LOCKING_INPUT 1</span></div>
<div class="line"><a name="l00050"></a><span class="lineno"><a class="line" href="lwipopts_8h.html#ae85efb3a5fcf8585c94b3c2669978959">   50</a></span>&#160;<span class="preprocessor">#define SYS_LIGHTWEIGHT_PROT          0</span></div>
<div class="line"><a name="l00051"></a><span class="lineno">   51</span>&#160; </div>
<div class="line"><a name="l00052"></a><span class="lineno">   52</span>&#160; </div>
<div class="line"><a name="l00053"></a><span class="lineno"><a class="line" href="lwipopts_8h.html#a0a3ef6098813c103e5aba07da76e15e2">   53</a></span>&#160;<span class="preprocessor">#define LWIP_ALLOW_MEM_FREE_FROM_OTHER_CONTEXT 0</span></div>
<div class="line"><a name="l00054"></a><span class="lineno"><a class="line" href="lwipopts_8h.html#a97343214666ee6dcb18c0bd77b441ea7">   54</a></span>&#160;<span class="preprocessor">#define MEM_ALIGNMENT                          1</span></div>
<div class="line"><a name="l00055"></a><span class="lineno"><a class="line" href="lwipopts_8h.html#a4ef345cc270912bd2230b1c5ec51dfc8">   55</a></span>&#160;<span class="preprocessor">#define MEM_LIBC_MALLOC                        0</span></div>
<div class="line"><a name="l00056"></a><span class="lineno"><a class="line" href="lwipopts_8h.html#a2dcf8c45f945dd0c4301a94700f2112c">   56</a></span>&#160;<span class="preprocessor">#define MEM_SIZE                               1600</span></div>
<div class="line"><a name="l00057"></a><span class="lineno"><a class="line" href="lwipopts_8h.html#addca3141bc7037241769eb152b6f89ba">   57</a></span>&#160;<span class="preprocessor">#define MEM_USE_POOLS                          0</span></div>
<div class="line"><a name="l00058"></a><span class="lineno"><a class="line" href="lwipopts_8h.html#aba8be68e8fd0716b723ce4569ed89f82">   58</a></span>&#160;<span class="preprocessor">#define MEM_USE_POOLS_TRY_BIGGER_POOL          0</span></div>
<div class="line"><a name="l00059"></a><span class="lineno">   59</span>&#160; </div>
<div class="line"><a name="l00060"></a><span class="lineno"><a class="line" href="lwipopts_8h.html#ae93af697d27bbcefa6a28052d90f2f38">   60</a></span>&#160;<span class="preprocessor">#define MEMP_MEM_MALLOC   0</span></div>
<div class="line"><a name="l00061"></a><span class="lineno"><a class="line" href="lwipopts_8h.html#a0838947193e222a9f46b582e01e5beff">   61</a></span>&#160;<span class="preprocessor">#define MEMP_SANITY_CHECK   0</span></div>
<div class="line"><a name="l00062"></a><span class="lineno"><a class="line" href="lwipopts_8h.html#a69de593b8ffd4f1c249f03e48e11983b">   62</a></span>&#160;<span class="preprocessor">#define MEMP_USE_CUSTOM_POOLS   0</span></div>
<div class="line"><a name="l00063"></a><span class="lineno"><a class="line" href="lwipopts_8h.html#a27fdd01194a42fc41a7716b72cdb49e3">   63</a></span>&#160;<span class="preprocessor">#define MEMP_OVERFLOW_CHECK   0</span></div>
<div class="line"><a name="l00064"></a><span class="lineno">   64</span>&#160; </div>
<div class="line"><a name="l00065"></a><span class="lineno"><a class="line" href="lwipopts_8h.html#a5a95abf3610c56e7c23cb035eb9c3444">   65</a></span>&#160;<span class="preprocessor">#define MEMP_NUM_API_MSG   MEMP_NUM_TCPIP_MSG_API</span></div>
<div class="line"><a name="l00066"></a><span class="lineno"><a class="line" href="lwipopts_8h.html#a087b00ea20a7edebcad33a1a1353a5d7">   66</a></span>&#160;<span class="preprocessor">#define MEMP_NUM_ARP_QUEUE   30</span></div>
<div class="line"><a name="l00067"></a><span class="lineno"><a class="line" href="lwipopts_8h.html#a3b1f228c598529c62895ad04ff294980">   67</a></span>&#160;<span class="preprocessor">#define MEMP_NUM_DNS_API_MSG   MEMP_NUM_TCPIP_MSG_API</span></div>
<div class="line"><a name="l00068"></a><span class="lineno"><a class="line" href="lwipopts_8h.html#a1f66051a654dcd7a4e19bc6aff240630">   68</a></span>&#160;<span class="preprocessor">#define MEMP_NUM_FRAG_PBUF   15</span></div>
<div class="line"><a name="l00069"></a><span class="lineno"><a class="line" href="lwipopts_8h.html#ab648ff95d8ffa4216b95f82a568a5d9a">   69</a></span>&#160;<span class="preprocessor">#define MEMP_NUM_IGMP_GROUP   8</span></div>
<div class="line"><a name="l00070"></a><span class="lineno"><a class="line" href="lwipopts_8h.html#aa9b0f949da12cbe8fe5f7aefc30290e0">   70</a></span>&#160;<span class="preprocessor">#define MEMP_NUM_LOCALHOSTLIST   1</span></div>
<div class="line"><a name="l00071"></a><span class="lineno"><a class="line" href="lwipopts_8h.html#a5d99df65869ac101ed6a611fc85016be">   71</a></span>&#160;<span class="preprocessor">#define MEMP_NUM_NETBUF   2</span></div>
<div class="line"><a name="l00072"></a><span class="lineno"><a class="line" href="lwipopts_8h.html#acb40bd726b7e15593b20a628d298f456">   72</a></span>&#160;<span class="preprocessor">#define MEMP_NUM_NETCONN   4</span></div>
<div class="line"><a name="l00073"></a><span class="lineno"><a class="line" href="lwipopts_8h.html#a293bc22b60bf3f8e2520f60a88370e7a">   73</a></span>&#160;<span class="preprocessor">#define MEMP_NUM_NETDB   1</span></div>
<div class="line"><a name="l00074"></a><span class="lineno"><a class="line" href="lwipopts_8h.html#add5a973b98068ce9318ea2f96b5fa14c">   74</a></span>&#160;<span class="preprocessor">#define MEMP_NUM_NETIFAPI_MSG   MEMP_NUM_TCPIP_MSG_API</span></div>
<div class="line"><a name="l00075"></a><span class="lineno"><a class="line" href="lwipopts_8h.html#a92b30aed958ec59334d936d4ca725418">   75</a></span>&#160;<span class="preprocessor">#define MEMP_NUM_PBUF   16</span></div>
<div class="line"><a name="l00076"></a><span class="lineno"><a class="line" href="lwipopts_8h.html#a379bf92ed322cda54cb701337421e0d3">   76</a></span>&#160;<span class="preprocessor">#define MEMP_NUM_RAW_PCB   4</span></div>
<div class="line"><a name="l00077"></a><span class="lineno"><a class="line" href="lwipopts_8h.html#a169436c5860253b90e25bdba9fdcac86">   77</a></span>&#160;<span class="preprocessor">#define MEMP_NUM_REASSDATA   5</span></div>
<div class="line"><a name="l00078"></a><span class="lineno"><a class="line" href="lwipopts_8h.html#acf9782dd26bf8a655044dc041a9de948">   78</a></span>&#160;<span class="preprocessor">#define MEMP_NUM_SOCKET_SETGETSOCKOPT_DATA   MEMP_NUM_TCPIP_MSG_API</span></div>
<div class="line"><a name="l00079"></a><span class="lineno"><a class="line" href="lwipopts_8h.html#a73beecc19cfbc3114768f9b32b2cd70e">   79</a></span>&#160;<span class="preprocessor">#define MEMP_NUM_TCP_PCB   5</span></div>
<div class="line"><a name="l00080"></a><span class="lineno"><a class="line" href="lwipopts_8h.html#a04fba6a249123513271dccb4ec26aa5a">   80</a></span>&#160;<span class="preprocessor">#define MEMP_NUM_TCP_PCB_LISTEN   8</span></div>
<div class="line"><a name="l00081"></a><span class="lineno"><a class="line" href="lwipopts_8h.html#aa35fb3a1a76661e3ffb9722a57092de3">   81</a></span>&#160;<span class="preprocessor">#define MEMP_NUM_TCP_SEG   16</span></div>
<div class="line"><a name="l00082"></a><span class="lineno"><a class="line" href="lwipopts_8h.html#afbbfd6ce8536038cd00fa85bebae987c">   82</a></span>&#160;<span class="preprocessor">#define MEMP_NUM_TCPIP_MSG_API   8</span></div>
<div class="line"><a name="l00083"></a><span class="lineno"><a class="line" href="lwipopts_8h.html#ab089a7088439e726c3801ba9e249d831">   83</a></span>&#160;<span class="preprocessor">#define MEMP_NUM_TCPIP_MSG_INPKT   8</span></div>
<div class="line"><a name="l00084"></a><span class="lineno"><a class="line" href="lwipopts_8h.html#a2c416da481ab09bd1ba257b75a0707eb">   84</a></span>&#160;<span class="preprocessor">#define MEMP_NUM_UDP_PCB   4</span></div>
<div class="line"><a name="l00085"></a><span class="lineno"><a class="line" href="lwipopts_8h.html#a50eaadc4cad0716410332691e382c38a">   85</a></span>&#160;<span class="preprocessor">#define PBUF_POOL_SIZE   16</span></div>
<div class="line"><a name="l00086"></a><span class="lineno">   86</span>&#160; </div>
<div class="line"><a name="l00087"></a><span class="lineno"><a class="line" href="lwipopts_8h.html#a4afbdca581a58d57bc7a81118a95327e">   87</a></span>&#160;<span class="preprocessor">#define MEMP_NUM_SYS_TIMEOUT   (LWIP_TCP + IP_REASSEMBLY + LWIP_ARP + (2*LWIP_DHCP) + LWIP_AUTOIP + LWIP_IGMP + LWIP_DNS + (PPP_SUPPORT*6*MEMP_NUM_PPP_PCB) + (LWIP_IPV6 ? (1 + LWIP_IPV6_REASS + LWIP_IPV6_MLD) : 0))</span></div>
<div class="line"><a name="l00088"></a><span class="lineno">   88</span>&#160; </div>
<div class="line"><a name="l00089"></a><span class="lineno"><a class="line" href="lwipopts_8h.html#a9609a014bba4638cc191d6a8f9556c87">   89</a></span>&#160;<span class="preprocessor">#define LWIP_ARP   1</span></div>
<div class="line"><a name="l00090"></a><span class="lineno">   90</span>&#160; </div>
<div class="line"><a name="l00091"></a><span class="lineno"><a class="line" href="lwipopts_8h.html#a924936a814564dbdb0bc950d255a83b9">   91</a></span>&#160;<span class="preprocessor">#define ARP_TABLE_SIZE   10</span></div>
<div class="line"><a name="l00092"></a><span class="lineno">   92</span>&#160; </div>
<div class="line"><a name="l00093"></a><span class="lineno"><a class="line" href="lwipopts_8h.html#a741a0710dc126ed3ae9e305472df3432">   93</a></span>&#160;<span class="preprocessor">#define ARP_MAXAGE   300</span></div>
<div class="line"><a name="l00094"></a><span class="lineno">   94</span>&#160; </div>
<div class="line"><a name="l00095"></a><span class="lineno"><a class="line" href="lwipopts_8h.html#a75837814536af29b6102508588d0ab58">   95</a></span>&#160;<span class="preprocessor">#define ARP_QUEUEING   0</span></div>
<div class="line"><a name="l00096"></a><span class="lineno">   96</span>&#160; </div>
<div class="line"><a name="l00097"></a><span class="lineno"><a class="line" href="lwipopts_8h.html#a29f41a6ebdbb23f46688d381b3609fd1">   97</a></span>&#160;<span class="preprocessor">#define ARP_QUEUE_LEN   3</span></div>
<div class="line"><a name="l00098"></a><span class="lineno">   98</span>&#160; </div>
<div class="line"><a name="l00099"></a><span class="lineno"><a class="line" href="lwipopts_8h.html#a70ce0ecf56cf5fab000134e66d863f90">   99</a></span>&#160;<span class="preprocessor">#define ETHARP_SUPPORT_VLAN   0</span></div>
<div class="line"><a name="l00100"></a><span class="lineno">  100</span>&#160; </div>
<div class="line"><a name="l00101"></a><span class="lineno"><a class="line" href="lwipopts_8h.html#a30e02dc217cc2995d0fd241d510c904f">  101</a></span>&#160;<span class="preprocessor">#define LWIP_ETHERNET   LWIP_ARP</span></div>
<div class="line"><a name="l00102"></a><span class="lineno">  102</span>&#160; </div>
<div class="line"><a name="l00103"></a><span class="lineno"><a class="line" href="lwipopts_8h.html#ad7fa3b356ca7e603e848b069c4cc6276">  103</a></span>&#160;<span class="preprocessor">#define ETH_PAD_SIZE   0</span></div>
<div class="line"><a name="l00104"></a><span class="lineno">  104</span>&#160; </div>
<div class="line"><a name="l00105"></a><span class="lineno"><a class="line" href="lwipopts_8h.html#a4675829464156f3d665f4de171c212d7">  105</a></span>&#160;<span class="preprocessor">#define ETHARP_SUPPORT_STATIC_ENTRIES   0</span></div>
<div class="line"><a name="l00106"></a><span class="lineno">  106</span>&#160; </div>
<div class="line"><a name="l00107"></a><span class="lineno"><a class="line" href="lwipopts_8h.html#a2f762eee309a545650f80fc8dcc19084">  107</a></span>&#160;<span class="preprocessor">#define ETHARP_TABLE_MATCH_NETIF   0</span></div>
<div class="line"><a name="l00108"></a><span class="lineno">  108</span>&#160; </div>
<div class="line"><a name="l00109"></a><span class="lineno"><a class="line" href="lwipopts_8h.html#a429e811a80ebb5157e14a854870c4410">  109</a></span>&#160;<span class="preprocessor">#define LWIP_IPV4   1</span></div>
<div class="line"><a name="l00110"></a><span class="lineno">  110</span>&#160; </div>
<div class="line"><a name="l00111"></a><span class="lineno"><a class="line" href="lwipopts_8h.html#a881d32ff5ee02af01f758953f1b51d59">  111</a></span>&#160;<span class="preprocessor">#define IP_FORWARD   0</span></div>
<div class="line"><a name="l00112"></a><span class="lineno">  112</span>&#160; </div>
<div class="line"><a name="l00113"></a><span class="lineno"><a class="line" href="lwipopts_8h.html#a1a31ab0e0f37b17d40fa7c35bc2c4f69">  113</a></span>&#160;<span class="preprocessor">#define IP_REASSEMBLY   1</span></div>
<div class="line"><a name="l00114"></a><span class="lineno">  114</span>&#160; </div>
<div class="line"><a name="l00115"></a><span class="lineno"><a class="line" href="lwipopts_8h.html#af85c8bdd5035b6cada790b4cc2a209a4">  115</a></span>&#160;<span class="preprocessor">#define IP_FRAG   1</span></div>
<div class="line"><a name="l00116"></a><span class="lineno">  116</span>&#160; </div>
<div class="line"><a name="l00117"></a><span class="lineno"><a class="line" href="lwipopts_8h.html#aa956b0167c37a2265b55e2d0204a3933">  117</a></span>&#160;<span class="preprocessor">#define IP_OPTIONS_ALLOWED   1</span></div>
<div class="line"><a name="l00118"></a><span class="lineno">  118</span>&#160; </div>
<div class="line"><a name="l00119"></a><span class="lineno"><a class="line" href="lwipopts_8h.html#ad41122bd0b5485a18a4415c8f953727b">  119</a></span>&#160;<span class="preprocessor">#define IP_REASS_MAXAGE   3</span></div>
<div class="line"><a name="l00120"></a><span class="lineno">  120</span>&#160; </div>
<div class="line"><a name="l00121"></a><span class="lineno"><a class="line" href="lwipopts_8h.html#a29084a46d7d4be30e8029d356bca0394">  121</a></span>&#160;<span class="preprocessor">#define IP_REASS_MAX_PBUFS   10</span></div>
<div class="line"><a name="l00122"></a><span class="lineno">  122</span>&#160; </div>
<div class="line"><a name="l00123"></a><span class="lineno"><a class="line" href="lwipopts_8h.html#a556b9b58fd02c0fdd126791baef77411">  123</a></span>&#160;<span class="preprocessor">#define IP_DEFAULT_TTL   255</span></div>
<div class="line"><a name="l00124"></a><span class="lineno">  124</span>&#160; </div>
<div class="line"><a name="l00125"></a><span class="lineno"><a class="line" href="lwipopts_8h.html#a0b2c993fd940f5774108298933310384">  125</a></span>&#160;<span class="preprocessor">#define IP_SOF_BROADCAST   0</span></div>
<div class="line"><a name="l00126"></a><span class="lineno">  126</span>&#160; </div>
<div class="line"><a name="l00127"></a><span class="lineno"><a class="line" href="lwipopts_8h.html#a0f1fbf42d3344bf87cd056d48ddca3db">  127</a></span>&#160;<span class="preprocessor">#define IP_SOF_BROADCAST_RECV   0</span></div>
<div class="line"><a name="l00128"></a><span class="lineno">  128</span>&#160; </div>
<div class="line"><a name="l00129"></a><span class="lineno"><a class="line" href="lwipopts_8h.html#a9e761df07c4e93901858741d4771dbc7">  129</a></span>&#160;<span class="preprocessor">#define IP_FORWARD_ALLOW_TX_ON_RX_NETIF   0</span></div>
<div class="line"><a name="l00130"></a><span class="lineno">  130</span>&#160; </div>
<div class="line"><a name="l00131"></a><span class="lineno"><a class="line" href="lwipopts_8h.html#afd988b31749b30c65009c8ddf6c0a58d">  131</a></span>&#160;<span class="preprocessor">#define LWIP_RANDOMIZE_INITIAL_LOCAL_PORTS   0</span></div>
<div class="line"><a name="l00132"></a><span class="lineno">  132</span>&#160; </div>
<div class="line"><a name="l00133"></a><span class="lineno"><a class="line" href="lwipopts_8h.html#ae4d45345c3ab8e5a355fda1d8d24fca6">  133</a></span>&#160;<span class="preprocessor">#define LWIP_ICMP   1</span></div>
<div class="line"><a name="l00134"></a><span class="lineno">  134</span>&#160; </div>
<div class="line"><a name="l00135"></a><span class="lineno"><a class="line" href="lwipopts_8h.html#ae1533f2bc39a5843989909555f6ce0cf">  135</a></span>&#160;<span class="preprocessor">#define ICMP_TTL   (IP_DEFAULT_TTL)</span></div>
<div class="line"><a name="l00136"></a><span class="lineno">  136</span>&#160; </div>
<div class="line"><a name="l00137"></a><span class="lineno"><a class="line" href="lwipopts_8h.html#a8088cb56d1a84fe554b11bc15d84b2b9">  137</a></span>&#160;<span class="preprocessor">#define LWIP_BROADCAST_PING   1</span></div>
<div class="line"><a name="l00138"></a><span class="lineno">  138</span>&#160; </div>
<div class="line"><a name="l00139"></a><span class="lineno"><a class="line" href="lwipopts_8h.html#af77baf0a83b04312eab4c006ef229661">  139</a></span>&#160;<span class="preprocessor">#define LWIP_MULTICAST_PING   0</span></div>
<div class="line"><a name="l00140"></a><span class="lineno">  140</span>&#160; </div>
<div class="line"><a name="l00141"></a><span class="lineno"><a class="line" href="lwipopts_8h.html#aca452be5cb05d9666f8f57e582c39221">  141</a></span>&#160;<span class="preprocessor">#define LWIP_RAW   1</span></div>
<div class="line"><a name="l00142"></a><span class="lineno">  142</span>&#160; </div>
<div class="line"><a name="l00143"></a><span class="lineno"><a class="line" href="lwipopts_8h.html#a36e3ffa66073ca0d27d11c422778249c">  143</a></span>&#160;<span class="preprocessor">#define RAW_TTL   (IP_DEFAULT_TTL)</span></div>
<div class="line"><a name="l00144"></a><span class="lineno">  144</span>&#160; </div>
<div class="line"><a name="l00145"></a><span class="lineno"><a class="line" href="lwipopts_8h.html#a8a6ec62dc121064ac591b1fd8567bee9">  145</a></span>&#160;<span class="preprocessor">#define LWIP_DHCP   0</span></div>
<div class="line"><a name="l00146"></a><span class="lineno"><a class="line" href="lwipopts_8h.html#ab2d91de7b2fce879b0a213682e1b0b69">  146</a></span>&#160;<span class="preprocessor">#define DHCP_DOES_ARP_CHECK   ((LWIP_DHCP) &amp;&amp; (LWIP_ARP))</span></div>
<div class="line"><a name="l00147"></a><span class="lineno"><a class="line" href="lwipopts_8h.html#a3c2983cbd228011dd3e18cb417e7e423">  147</a></span>&#160;<span class="preprocessor">#define LWIP_DHCP_BOOTP_FILE   0</span></div>
<div class="line"><a name="l00148"></a><span class="lineno"><a class="line" href="lwipopts_8h.html#a2cc18315edcd5ffc083d1256f7d22a83">  148</a></span>&#160;<span class="preprocessor">#define LWIP_DHCP_GET_NTP_SRV   0</span></div>
<div class="line"><a name="l00149"></a><span class="lineno"><a class="line" href="lwipopts_8h.html#a9d014e3f7dc9e1e7c7decd8652ba65e2">  149</a></span>&#160;<span class="preprocessor">#define LWIP_DHCP_MAX_NTP_SERVERS   1</span></div>
<div class="line"><a name="l00150"></a><span class="lineno"><a class="line" href="lwipopts_8h.html#a60ccc20fbb08be24b5d5f599dd47a6a6">  150</a></span>&#160;<span class="preprocessor">#define LWIP_DHCP_MAX_DNS_SERVERS   DNS_MAX_SERVERS</span></div>
<div class="line"><a name="l00151"></a><span class="lineno"><a class="line" href="lwipopts_8h.html#aaf1b3a089827223589baf1b7f4f57069">  151</a></span>&#160;<span class="preprocessor">#define LWIP_AUTOIP   0</span></div>
<div class="line"><a name="l00152"></a><span class="lineno"><a class="line" href="lwipopts_8h.html#a1a91e18dbb9777bc6e3963f52cb5f9fe">  152</a></span>&#160;<span class="preprocessor">#define LWIP_DHCP_AUTOIP_COOP   0</span></div>
<div class="line"><a name="l00153"></a><span class="lineno"><a class="line" href="lwipopts_8h.html#a4ff3f941b4c71a04b0c30fbee5b198c2">  153</a></span>&#160;<span class="preprocessor">#define LWIP_DHCP_AUTOIP_COOP_TRIES   9</span></div>
<div class="line"><a name="l00154"></a><span class="lineno"><a class="line" href="lwipopts_8h.html#ad84d6a781880cec19a1ef4b2339fea29">  154</a></span>&#160;<span class="preprocessor">#define LWIP_MIB2_CALLBACKS   0</span></div>
<div class="line"><a name="l00155"></a><span class="lineno"><a class="line" href="lwipopts_8h.html#adaf25915ae1fd69c0943ef68cbb38923">  155</a></span>&#160;<span class="preprocessor">#define LWIP_IGMP   0</span></div>
<div class="line"><a name="l00156"></a><span class="lineno"><a class="line" href="lwipopts_8h.html#ab8d7d53247cc62caa76f54b2c5a5df30">  156</a></span>&#160;<span class="preprocessor">#define LWIP_MULTICAST_TX_OPTIONS   (LWIP_IGMP &amp;&amp; LWIP_UDP)</span></div>
<div class="line"><a name="l00157"></a><span class="lineno"><a class="line" href="lwipopts_8h.html#a98710dd81446b7cb2daac736bae6f646">  157</a></span>&#160;<span class="preprocessor">#define LWIP_DNS   0</span></div>
<div class="line"><a name="l00158"></a><span class="lineno"><a class="line" href="lwipopts_8h.html#a2384e76c1acdf969d883f3de08d340f7">  158</a></span>&#160;<span class="preprocessor">#define DNS_TABLE_SIZE   4</span></div>
<div class="line"><a name="l00159"></a><span class="lineno"><a class="line" href="lwipopts_8h.html#a3b01c79902063c170ef57deb72f56124">  159</a></span>&#160;<span class="preprocessor">#define DNS_MAX_NAME_LENGTH   256</span></div>
<div class="line"><a name="l00160"></a><span class="lineno"><a class="line" href="lwipopts_8h.html#a9f9881c887a8aceb9765820c2dbdf292">  160</a></span>&#160;<span class="preprocessor">#define DNS_MAX_SERVERS   2</span></div>
<div class="line"><a name="l00161"></a><span class="lineno"><a class="line" href="lwipopts_8h.html#a07ffd8e9106dae3b65347bd03811a4b6">  161</a></span>&#160;<span class="preprocessor">#define DNS_DOES_NAME_CHECK   1</span></div>
<div class="line"><a name="l00162"></a><span class="lineno"><a class="line" href="lwipopts_8h.html#a8979c30dfbfde609d5139f80aabdfcc5">  162</a></span>&#160;<span class="preprocessor">#define LWIP_DNS_SECURE   (LWIP_DNS_SECURE_RAND_XID | LWIP_DNS_SECURE_NO_MULTIPLE_OUTSTANDING | LWIP_DNS_SECURE_RAND_SRC_PORT)</span></div>
<div class="line"><a name="l00163"></a><span class="lineno"><a class="line" href="lwipopts_8h.html#acba1ac491c1b47b98dfbd0d5c1662659">  163</a></span>&#160;<span class="preprocessor">#define DNS_LOCAL_HOSTLIST   0</span></div>
<div class="line"><a name="l00164"></a><span class="lineno"><a class="line" href="lwipopts_8h.html#a8235a5fb0a1c1cceeee670cf95612ba8">  164</a></span>&#160;<span class="preprocessor">#define DNS_LOCAL_HOSTLIST_IS_DYNAMIC   0</span></div>
<div class="line"><a name="l00165"></a><span class="lineno"><a class="line" href="lwipopts_8h.html#afcbde5706a70ace562bd1f7d2d6f77cb">  165</a></span>&#160;<span class="preprocessor">#define LWIP_DNS_SUPPORT_MDNS_QUERIES   0</span></div>
<div class="line"><a name="l00166"></a><span class="lineno"><a class="line" href="lwipopts_8h.html#ab6030e96e72df649d2650fd32d7a67b3">  166</a></span>&#160;<span class="preprocessor">#define LWIP_UDP   1</span></div>
<div class="line"><a name="l00167"></a><span class="lineno"><a class="line" href="lwipopts_8h.html#a35731bc5f337943e474a15c1cd538a61">  167</a></span>&#160;<span class="preprocessor">#define LWIP_UDPLITE   0</span></div>
<div class="line"><a name="l00168"></a><span class="lineno"><a class="line" href="lwipopts_8h.html#a97908a317bcba89174b5d1ccbdca0096">  168</a></span>&#160;<span class="preprocessor">#define UDP_TTL   (IP_DEFAULT_TTL)</span></div>
<div class="line"><a name="l00169"></a><span class="lineno"><a class="line" href="lwipopts_8h.html#a72021505969c5ce29e972486d7794baa">  169</a></span>&#160;<span class="preprocessor">#define LWIP_NETBUF_RECVINFO   0</span></div>
<div class="line"><a name="l00170"></a><span class="lineno"><a class="line" href="lwipopts_8h.html#aa4ed98deb97b77c633cb8870f34c71e9">  170</a></span>&#160;<span class="preprocessor">#define LWIP_TCP   1</span></div>
<div class="line"><a name="l00171"></a><span class="lineno"><a class="line" href="lwipopts_8h.html#acd5b25ea81d2894790d25da5393cdab4">  171</a></span>&#160;<span class="preprocessor">#define TCP_TTL   (IP_DEFAULT_TTL)</span></div>
<div class="line"><a name="l00172"></a><span class="lineno"><a class="line" href="lwipopts_8h.html#a7f535a6efb5cdf86c3210e35ece1d6a7">  172</a></span>&#160;<span class="preprocessor">#define TCP_WND   (4 * TCP_MSS)</span></div>
<div class="line"><a name="l00173"></a><span class="lineno">  173</span>&#160; </div>
<div class="line"><a name="l00174"></a><span class="lineno"><a class="line" href="lwipopts_8h.html#a0dee0911197855bdf19ef79778c241a6">  174</a></span>&#160;<span class="preprocessor">#define TCP_MAXRTX   12</span></div>
<div class="line"><a name="l00175"></a><span class="lineno">  175</span>&#160; </div>
<div class="line"><a name="l00176"></a><span class="lineno"><a class="line" href="lwipopts_8h.html#a50b434a8541a4813f7b27f576c05d1b6">  176</a></span>&#160;<span class="preprocessor">#define TCP_SYNMAXRTX   6</span></div>
<div class="line"><a name="l00177"></a><span class="lineno">  177</span>&#160; </div>
<div class="line"><a name="l00178"></a><span class="lineno"><a class="line" href="lwipopts_8h.html#a89ffd0d7d1529bdb26bfbad267d0ad75">  178</a></span>&#160;<span class="preprocessor">#define TCP_QUEUE_OOSEQ   (LWIP_TCP)</span></div>
<div class="line"><a name="l00179"></a><span class="lineno">  179</span>&#160; </div>
<div class="line"><a name="l00180"></a><span class="lineno"><a class="line" href="lwipopts_8h.html#af1ab7bb27860aa3677c387a2f3ba317b">  180</a></span>&#160;<span class="preprocessor">#define TCP_MSS   536</span></div>
<div class="line"><a name="l00181"></a><span class="lineno">  181</span>&#160; </div>
<div class="line"><a name="l00182"></a><span class="lineno"><a class="line" href="lwipopts_8h.html#ac04b84d32251ac558f0c3a8af85ba3a5">  182</a></span>&#160;<span class="preprocessor">#define TCP_CALCULATE_EFF_SEND_MSS   1</span></div>
<div class="line"><a name="l00183"></a><span class="lineno">  183</span>&#160; </div>
<div class="line"><a name="l00184"></a><span class="lineno"><a class="line" href="lwipopts_8h.html#a871d111968d8c6c7880ff36b93c5c4dd">  184</a></span>&#160;<span class="preprocessor">#define TCP_SND_BUF   (2 * TCP_MSS)</span></div>
<div class="line"><a name="l00185"></a><span class="lineno">  185</span>&#160; </div>
<div class="line"><a name="l00186"></a><span class="lineno"><a class="line" href="lwipopts_8h.html#a9beaa47832ead4180981bfbf71074904">  186</a></span>&#160;<span class="preprocessor">#define TCP_SND_QUEUELEN   ((4 * (TCP_SND_BUF) + (TCP_MSS - 1))/(TCP_MSS))</span></div>
<div class="line"><a name="l00187"></a><span class="lineno">  187</span>&#160; </div>
<div class="line"><a name="l00188"></a><span class="lineno"><a class="line" href="lwipopts_8h.html#ae5c9866d7cd463ac7b36792182145aec">  188</a></span>&#160;<span class="preprocessor">#define TCP_SNDLOWAT   LWIP_MIN(LWIP_MAX(((TCP_SND_BUF)/2), (2 * TCP_MSS) + 1), (TCP_SND_BUF) - 1)</span></div>
<div class="line"><a name="l00189"></a><span class="lineno">  189</span>&#160; </div>
<div class="line"><a name="l00190"></a><span class="lineno"><a class="line" href="lwipopts_8h.html#a75659867592a6b01c198532ed1b65698">  190</a></span>&#160;<span class="preprocessor">#define TCP_SNDQUEUELOWAT   LWIP_MAX(((TCP_SND_QUEUELEN)/2), 5)</span></div>
<div class="line"><a name="l00191"></a><span class="lineno">  191</span>&#160; </div>
<div class="line"><a name="l00192"></a><span class="lineno"><a class="line" href="lwipopts_8h.html#a9d6d3219bb5fc0bc760a64114de13c25">  192</a></span>&#160;<span class="preprocessor">#define TCP_OOSEQ_MAX_BYTES   0</span></div>
<div class="line"><a name="l00193"></a><span class="lineno">  193</span>&#160; </div>
<div class="line"><a name="l00194"></a><span class="lineno"><a class="line" href="lwipopts_8h.html#a1f57d3859c4556f785708e5dc440617e">  194</a></span>&#160;<span class="preprocessor">#define TCP_OOSEQ_MAX_PBUFS   0</span></div>
<div class="line"><a name="l00195"></a><span class="lineno">  195</span>&#160; </div>
<div class="line"><a name="l00196"></a><span class="lineno"><a class="line" href="lwipopts_8h.html#a98b23e7cbd3281915c50a485cb61899d">  196</a></span>&#160;<span class="preprocessor">#define TCP_LISTEN_BACKLOG   0</span></div>
<div class="line"><a name="l00197"></a><span class="lineno">  197</span>&#160; </div>
<div class="line"><a name="l00198"></a><span class="lineno"><a class="line" href="lwipopts_8h.html#a93cce3f47e33df11248c908d1775bacf">  198</a></span>&#160;<span class="preprocessor">#define TCP_DEFAULT_LISTEN_BACKLOG   0xff</span></div>
<div class="line"><a name="l00199"></a><span class="lineno">  199</span>&#160; </div>
<div class="line"><a name="l00200"></a><span class="lineno"><a class="line" href="lwipopts_8h.html#a5648e2580bb55c0efdfbebcf3bad1eef">  200</a></span>&#160;<span class="preprocessor">#define TCP_OVERSIZE   TCP_MSS</span></div>
<div class="line"><a name="l00201"></a><span class="lineno">  201</span>&#160; </div>
<div class="line"><a name="l00202"></a><span class="lineno"><a class="line" href="lwipopts_8h.html#a249bc450bb818cf2ef3cf1472ff354fd">  202</a></span>&#160;<span class="preprocessor">#define LWIP_TCP_TIMESTAMPS   1</span></div>
<div class="line"><a name="l00203"></a><span class="lineno">  203</span>&#160; </div>
<div class="line"><a name="l00204"></a><span class="lineno"><a class="line" href="lwipopts_8h.html#a5d45732ba3a8438b141096d86e07ef8d">  204</a></span>&#160;<span class="preprocessor">#define TCP_WND_UPDATE_THRESHOLD   LWIP_MIN((TCP_WND / 4), (TCP_MSS * 4))</span></div>
<div class="line"><a name="l00205"></a><span class="lineno">  205</span>&#160; </div>
<div class="line"><a name="l00206"></a><span class="lineno"><a class="line" href="lwipopts_8h.html#a39f76e811117155be8525bb386ecddb7">  206</a></span>&#160;<span class="preprocessor">#define LWIP_EVENT_API   0</span></div>
<div class="line"><a name="l00207"></a><span class="lineno"><a class="line" href="lwipopts_8h.html#a88dbbfeeeb41b129fdc8235fc08bb530">  207</a></span>&#160;<span class="preprocessor">#define LWIP_WND_SCALE   0</span></div>
<div class="line"><a name="l00208"></a><span class="lineno">  208</span>&#160; </div>
<div class="line"><a name="l00209"></a><span class="lineno"><a class="line" href="lwipopts_8h.html#a35998a3d56af9940e6a80bb372597685">  209</a></span>&#160;<span class="preprocessor">#define PBUF_LINK_HLEN   (14 + ETH_PAD_SIZE)</span></div>
<div class="line"><a name="l00210"></a><span class="lineno">  210</span>&#160; </div>
<div class="line"><a name="l00211"></a><span class="lineno"><a class="line" href="lwipopts_8h.html#a6e1ba1875ae5168a17b53d83597bc1de">  211</a></span>&#160;<span class="preprocessor">#define PBUF_LINK_ENCAPSULATION_HLEN   0u</span></div>
<div class="line"><a name="l00212"></a><span class="lineno">  212</span>&#160; </div>
<div class="line"><a name="l00213"></a><span class="lineno"><a class="line" href="lwipopts_8h.html#ae61f4491d56e805e79b79eb5d35a00e5">  213</a></span>&#160;<span class="preprocessor">#define PBUF_POOL_BUFSIZE LWIP_MEM_ALIGN_SIZE(TCP_MSS + 40 + PBUF_LINK_ENCAPSULATION_HLEN + PBUF_LINK_HLEN)</span></div>
<div class="line"><a name="l00214"></a><span class="lineno">  214</span>&#160; </div>
<div class="line"><a name="l00215"></a><span class="lineno"><a class="line" href="lwipopts_8h.html#aa714dbfa66822ec4c6111bdb8cf753c1">  215</a></span>&#160;<span class="preprocessor">#define LWIP_NETIF_HOSTNAME 0</span></div>
<div class="line"><a name="l00216"></a><span class="lineno">  216</span>&#160; </div>
<div class="line"><a name="l00217"></a><span class="lineno"><a class="line" href="lwipopts_8h.html#add45fb65f2d0e6de5a0d14ff9e101b77">  217</a></span>&#160;<span class="preprocessor">#define LWIP_NETIF_API 0</span></div>
<div class="line"><a name="l00218"></a><span class="lineno">  218</span>&#160; </div>
<div class="line"><a name="l00219"></a><span class="lineno"><a class="line" href="lwipopts_8h.html#affb97d89516c38d3fcb9e44e5d707f36">  219</a></span>&#160;<span class="preprocessor">#define LWIP_NETIF_STATUS_CALLBACK 0</span></div>
<div class="line"><a name="l00220"></a><span class="lineno">  220</span>&#160; </div>
<div class="line"><a name="l00221"></a><span class="lineno"><a class="line" href="lwipopts_8h.html#a1a446932dd927cc4136ba654c13bb97b">  221</a></span>&#160;<span class="preprocessor">#define LWIP_NETIF_LINK_CALLBACK 0</span></div>
<div class="line"><a name="l00222"></a><span class="lineno">  222</span>&#160; </div>
<div class="line"><a name="l00223"></a><span class="lineno"><a class="line" href="lwipopts_8h.html#a9c942c2e9655b06d4f73c630d30f60bf">  223</a></span>&#160;<span class="preprocessor">#define LWIP_NETIF_REMOVE_CALLBACK 0</span></div>
<div class="line"><a name="l00224"></a><span class="lineno">  224</span>&#160; </div>
<div class="line"><a name="l00225"></a><span class="lineno"><a class="line" href="lwipopts_8h.html#ad1d5e878d94b56ba687cef69be936ad9">  225</a></span>&#160;<span class="preprocessor">#define LWIP_NETIF_HWADDRHINT 0</span></div>
<div class="line"><a name="l00226"></a><span class="lineno">  226</span>&#160; </div>
<div class="line"><a name="l00227"></a><span class="lineno"><a class="line" href="lwipopts_8h.html#abafb9f64a80e51b56c0abbcfc1f7e04e">  227</a></span>&#160;<span class="preprocessor">#define LWIP_NETIF_TX_SINGLE_PBUF 0</span></div>
<div class="line"><a name="l00228"></a><span class="lineno">  228</span>&#160; </div>
<div class="line"><a name="l00229"></a><span class="lineno"><a class="line" href="lwipopts_8h.html#a94a35212616f9a9aae5c98741612b936">  229</a></span>&#160;<span class="preprocessor">#define LWIP_NUM_NETIF_CLIENT_DATA 0</span></div>
<div class="line"><a name="l00230"></a><span class="lineno">  230</span>&#160; </div>
<div class="line"><a name="l00231"></a><span class="lineno"><a class="line" href="lwipopts_8h.html#aa2b1f736373cd896e212644aa453fbaf">  231</a></span>&#160;<span class="preprocessor">#define LWIP_HAVE_LOOPIF LWIP_NETIF_LOOPBACK</span></div>
<div class="line"><a name="l00232"></a><span class="lineno">  232</span>&#160; </div>
<div class="line"><a name="l00233"></a><span class="lineno"><a class="line" href="lwipopts_8h.html#a10a878b390c2fbe421d82502001c7300">  233</a></span>&#160;<span class="preprocessor">#define LWIP_LOOPIF_MULTICAST 0</span></div>
<div class="line"><a name="l00234"></a><span class="lineno">  234</span>&#160; </div>
<div class="line"><a name="l00235"></a><span class="lineno"><a class="line" href="lwipopts_8h.html#a724a0ea765d5a47d026d529725f31c01">  235</a></span>&#160;<span class="preprocessor">#define LWIP_NETIF_LOOPBACK 1</span></div>
<div class="line"><a name="l00236"></a><span class="lineno">  236</span>&#160; </div>
<div class="line"><a name="l00237"></a><span class="lineno"><a class="line" href="lwipopts_8h.html#aacc3ad5d0a771d45fb0a3e3a09b1dbea">  237</a></span>&#160;<span class="preprocessor">#define LWIP_LOOPBACK_MAX_PBUFS 0</span></div>
<div class="line"><a name="l00238"></a><span class="lineno">  238</span>&#160; </div>
<div class="line"><a name="l00239"></a><span class="lineno"><a class="line" href="lwipopts_8h.html#aa28d13ddd5281b1912276991e7ea58c5">  239</a></span>&#160;<span class="preprocessor">#define LWIP_NETIF_LOOPBACK_MULTITHREADING (!NO_SYS)</span></div>
<div class="line"><a name="l00240"></a><span class="lineno">  240</span>&#160; </div>
<div class="line"><a name="l00241"></a><span class="lineno"><a class="line" href="lwipopts_8h.html#a405e604e4328e1feb878c6fe1798a587">  241</a></span>&#160;<span class="preprocessor">#define TCPIP_THREAD_NAME &quot;tcpip_thread&quot;</span></div>
<div class="line"><a name="l00242"></a><span class="lineno">  242</span>&#160; </div>
<div class="line"><a name="l00243"></a><span class="lineno"><a class="line" href="lwipopts_8h.html#aa02b84eafa0c8b09b158b97c96d79db0">  243</a></span>&#160;<span class="preprocessor">#define TCPIP_THREAD_STACKSIZE 0</span></div>
<div class="line"><a name="l00244"></a><span class="lineno">  244</span>&#160; </div>
<div class="line"><a name="l00245"></a><span class="lineno"><a class="line" href="lwipopts_8h.html#a42b2c7a3042d7c3efd00f367f5837435">  245</a></span>&#160;<span class="preprocessor">#define TCPIP_THREAD_PRIO 1</span></div>
<div class="line"><a name="l00246"></a><span class="lineno">  246</span>&#160; </div>
<div class="line"><a name="l00247"></a><span class="lineno"><a class="line" href="lwipopts_8h.html#a8cf210ad4e4bf616860a45fbd140fd06">  247</a></span>&#160;<span class="preprocessor">#define TCPIP_MBOX_SIZE 6</span></div>
<div class="line"><a name="l00248"></a><span class="lineno">  248</span>&#160; </div>
<div class="line"><a name="l00249"></a><span class="lineno"><a class="line" href="lwipopts_8h.html#a8b99d75d9e0a0868567d10c8522915bb">  249</a></span>&#160;<span class="preprocessor">#define LWIP_TCPIP_THREAD_ALIVE()</span></div>
<div class="line"><a name="l00250"></a><span class="lineno">  250</span>&#160; </div>
<div class="line"><a name="l00251"></a><span class="lineno"><a class="line" href="lwipopts_8h.html#ae9cd260c56472324a2f0ee5f9597a675">  251</a></span>&#160;<span class="preprocessor">#define SLIPIF_THREAD_NAME &quot;slipif_loop&quot;</span></div>
<div class="line"><a name="l00252"></a><span class="lineno">  252</span>&#160; </div>
<div class="line"><a name="l00253"></a><span class="lineno"><a class="line" href="lwipopts_8h.html#ae8ab54a25007ce997bbab6289815e258">  253</a></span>&#160;<span class="preprocessor">#define SLIPIF_THREAD_STACKSIZE 0</span></div>
<div class="line"><a name="l00254"></a><span class="lineno">  254</span>&#160; </div>
<div class="line"><a name="l00255"></a><span class="lineno"><a class="line" href="lwipopts_8h.html#ab1b9fc2efcbf1f804bfd0191bc019c4e">  255</a></span>&#160;<span class="preprocessor">#define SLIPIF_THREAD_PRIO 1</span></div>
<div class="line"><a name="l00256"></a><span class="lineno">  256</span>&#160; </div>
<div class="line"><a name="l00257"></a><span class="lineno"><a class="line" href="lwipopts_8h.html#aca13123a5c8271558353e04123957616">  257</a></span>&#160;<span class="preprocessor">#define DEFAULT_THREAD_NAME &quot;lwIP&quot;</span></div>
<div class="line"><a name="l00258"></a><span class="lineno">  258</span>&#160; </div>
<div class="line"><a name="l00259"></a><span class="lineno"><a class="line" href="lwipopts_8h.html#a7f93dfeaed4021061959f822def602cb">  259</a></span>&#160;<span class="preprocessor">#define DEFAULT_THREAD_STACKSIZE 0</span></div>
<div class="line"><a name="l00260"></a><span class="lineno">  260</span>&#160; </div>
<div class="line"><a name="l00261"></a><span class="lineno"><a class="line" href="lwipopts_8h.html#a3d8715b1fdd0449d6c214e4a40108456">  261</a></span>&#160;<span class="preprocessor">#define DEFAULT_THREAD_PRIO 1</span></div>
<div class="line"><a name="l00262"></a><span class="lineno">  262</span>&#160; </div>
<div class="line"><a name="l00263"></a><span class="lineno"><a class="line" href="lwipopts_8h.html#a4ef8f046c957750056131310a1580df7">  263</a></span>&#160;<span class="preprocessor">#define DEFAULT_RAW_RECVMBOX_SIZE 0</span></div>
<div class="line"><a name="l00264"></a><span class="lineno">  264</span>&#160; </div>
<div class="line"><a name="l00265"></a><span class="lineno"><a class="line" href="lwipopts_8h.html#a09fe785559b3f0cf108da4440489e335">  265</a></span>&#160;<span class="preprocessor">#define DEFAULT_UDP_RECVMBOX_SIZE 0</span></div>
<div class="line"><a name="l00266"></a><span class="lineno">  266</span>&#160; </div>
<div class="line"><a name="l00267"></a><span class="lineno"><a class="line" href="lwipopts_8h.html#a1bd172938b9c8ba63156fcafc87e83c7">  267</a></span>&#160;<span class="preprocessor">#define DEFAULT_TCP_RECVMBOX_SIZE 0</span></div>
<div class="line"><a name="l00268"></a><span class="lineno">  268</span>&#160; </div>
<div class="line"><a name="l00269"></a><span class="lineno"><a class="line" href="lwipopts_8h.html#a5d5a6e04abe2ec233c7acdb09f992461">  269</a></span>&#160;<span class="preprocessor">#define DEFAULT_ACCEPTMBOX_SIZE 0</span></div>
<div class="line"><a name="l00270"></a><span class="lineno">  270</span>&#160; </div>
<div class="line"><a name="l00271"></a><span class="lineno"><a class="line" href="lwipopts_8h.html#a478041b8544461258f6961bf0f3c1a77">  271</a></span>&#160;<span class="preprocessor">#define LWIP_NETCONN 1</span></div>
<div class="line"><a name="l00272"></a><span class="lineno">  272</span>&#160; </div>
<div class="line"><a name="l00273"></a><span class="lineno"><a class="line" href="lwipopts_8h.html#a1cd8d15a42262a0defaedabed126ea99">  273</a></span>&#160;<span class="preprocessor">#define LWIP_TCPIP_TIMEOUT 1</span></div>
<div class="line"><a name="l00274"></a><span class="lineno">  274</span>&#160; </div>
<div class="line"><a name="l00275"></a><span class="lineno"><a class="line" href="lwipopts_8h.html#a2543345adf7d2c307df78a54ac2ba8c4">  275</a></span>&#160;<span class="preprocessor">#define LWIP_NETCONN_SEM_PER_THREAD 0</span></div>
<div class="line"><a name="l00276"></a><span class="lineno">  276</span>&#160; </div>
<div class="line"><a name="l00277"></a><span class="lineno"><a class="line" href="lwipopts_8h.html#a7bfe8487a3abffdd9d6730977d22c406">  277</a></span>&#160;<span class="preprocessor">#define LWIP_NETCONN_FULLDUPLEX 0</span></div>
<div class="line"><a name="l00278"></a><span class="lineno">  278</span>&#160; </div>
<div class="line"><a name="l00279"></a><span class="lineno"><a class="line" href="lwipopts_8h.html#a1cb62ce61ac39d7d6728ae5d3d3b927f">  279</a></span>&#160;<span class="preprocessor">#define LWIP_SOCKET 1</span></div>
<div class="line"><a name="l00280"></a><span class="lineno">  280</span>&#160; </div>
<div class="line"><a name="l00281"></a><span class="lineno"><a class="line" href="lwipopts_8h.html#afed2811f031822ec5afa1ee211fb7447">  281</a></span>&#160;<span class="preprocessor">#define LWIP_COMPAT_SOCKETS 1</span></div>
<div class="line"><a name="l00282"></a><span class="lineno">  282</span>&#160; </div>
<div class="line"><a name="l00283"></a><span class="lineno"><a class="line" href="lwipopts_8h.html#a484c38ab08f60d5b3335d23d31f9a402">  283</a></span>&#160;<span class="preprocessor">#define LWIP_POSIX_SOCKETS_IO_NAMES 1</span></div>
<div class="line"><a name="l00284"></a><span class="lineno">  284</span>&#160; </div>
<div class="line"><a name="l00285"></a><span class="lineno"><a class="line" href="lwipopts_8h.html#ad0197c845fbb44c920b272f0fef3b57e">  285</a></span>&#160;<span class="preprocessor">#define LWIP_SOCKET_OFFSET 0</span></div>
<div class="line"><a name="l00286"></a><span class="lineno">  286</span>&#160; </div>
<div class="line"><a name="l00287"></a><span class="lineno"><a class="line" href="lwipopts_8h.html#a8b9369ab260f032686a81c77c5b4db77">  287</a></span>&#160;<span class="preprocessor">#define LWIP_TCP_KEEPALIVE 0</span></div>
<div class="line"><a name="l00288"></a><span class="lineno">  288</span>&#160; </div>
<div class="line"><a name="l00289"></a><span class="lineno"><a class="line" href="lwipopts_8h.html#a1162cb685f202d9b21c11344b8209a58">  289</a></span>&#160;<span class="preprocessor">#define LWIP_SO_SNDTIMEO 1</span></div>
<div class="line"><a name="l00290"></a><span class="lineno">  290</span>&#160; </div>
<div class="line"><a name="l00291"></a><span class="lineno"><a class="line" href="lwipopts_8h.html#a91af3ade95b20b9a60c65ed0380fa0ed">  291</a></span>&#160;<span class="preprocessor">#define LWIP_SO_RCVTIMEO 1</span></div>
<div class="line"><a name="l00292"></a><span class="lineno">  292</span>&#160; </div>
<div class="line"><a name="l00293"></a><span class="lineno"><a class="line" href="lwipopts_8h.html#a5b115bacb569763d8a3889a12229e942">  293</a></span>&#160;<span class="preprocessor">#define LWIP_SO_SNDRCVTIMEO_NONSTANDARD 0</span></div>
<div class="line"><a name="l00294"></a><span class="lineno">  294</span>&#160; </div>
<div class="line"><a name="l00295"></a><span class="lineno"><a class="line" href="lwipopts_8h.html#a06390cebcf4d13d3d47a11365e5fcd28">  295</a></span>&#160;<span class="preprocessor">#define LWIP_SO_RCVBUF 0</span></div>
<div class="line"><a name="l00296"></a><span class="lineno">  296</span>&#160; </div>
<div class="line"><a name="l00297"></a><span class="lineno"><a class="line" href="lwipopts_8h.html#aa91292d5d014dc1c6f1c1f4166269a1d">  297</a></span>&#160;<span class="preprocessor">#define LWIP_SO_LINGER 0</span></div>
<div class="line"><a name="l00298"></a><span class="lineno">  298</span>&#160; </div>
<div class="line"><a name="l00299"></a><span class="lineno"><a class="line" href="lwipopts_8h.html#a5dbd0a61f30ae6c6bfbda635095f138d">  299</a></span>&#160;<span class="preprocessor">#define RECV_BUFSIZE_DEFAULT INT_MAX</span></div>
<div class="line"><a name="l00300"></a><span class="lineno">  300</span>&#160; </div>
<div class="line"><a name="l00301"></a><span class="lineno"><a class="line" href="lwipopts_8h.html#a3e7498d5d2921f0df3792de72f384d36">  301</a></span>&#160;<span class="preprocessor">#define LWIP_TCP_CLOSE_TIMEOUT_MS_DEFAULT 20000</span></div>
<div class="line"><a name="l00302"></a><span class="lineno">  302</span>&#160; </div>
<div class="line"><a name="l00303"></a><span class="lineno"><a class="line" href="lwipopts_8h.html#af3822feed320cf8439b083ee525e4942">  303</a></span>&#160;<span class="preprocessor">#define SO_REUSE 0</span></div>
<div class="line"><a name="l00304"></a><span class="lineno">  304</span>&#160; </div>
<div class="line"><a name="l00305"></a><span class="lineno"><a class="line" href="lwipopts_8h.html#ae9395d83af89002343e5782130f52f44">  305</a></span>&#160;<span class="preprocessor">#define SO_REUSE_RXTOALL 0</span></div>
<div class="line"><a name="l00306"></a><span class="lineno">  306</span>&#160; </div>
<div class="line"><a name="l00307"></a><span class="lineno"><a class="line" href="lwipopts_8h.html#a0543eea2abe390d0bdc843c33debd762">  307</a></span>&#160;<span class="preprocessor">#define LWIP_FIONREAD_LINUXMODE 0</span></div>
<div class="line"><a name="l00308"></a><span class="lineno">  308</span>&#160; </div>
<div class="line"><a name="l00309"></a><span class="lineno"><a class="line" href="lwipopts_8h.html#a542b58734cc01902c5e099f6efdc5f1b">  309</a></span>&#160;<span class="preprocessor">#define LWIP_STATS 1</span></div>
<div class="line"><a name="l00310"></a><span class="lineno">  310</span>&#160; </div>
<div class="line"><a name="l00311"></a><span class="lineno"><a class="line" href="lwipopts_8h.html#acdc38ed58d1900b5d3d109a65be1c3d1">  311</a></span>&#160;<span class="preprocessor">#define LWIP_STATS_DISPLAY 0</span></div>
<div class="line"><a name="l00312"></a><span class="lineno">  312</span>&#160; </div>
<div class="line"><a name="l00313"></a><span class="lineno"><a class="line" href="lwipopts_8h.html#ae58b452782d0327ae728192686c5a84a">  313</a></span>&#160;<span class="preprocessor">#define LINK_STATS 1</span></div>
<div class="line"><a name="l00314"></a><span class="lineno">  314</span>&#160; </div>
<div class="line"><a name="l00315"></a><span class="lineno"><a class="line" href="lwipopts_8h.html#a3a8359abf4fff8ffdc449e5007f93275">  315</a></span>&#160;<span class="preprocessor">#define ETHARP_STATS (LWIP_ARP)</span></div>
<div class="line"><a name="l00316"></a><span class="lineno">  316</span>&#160; </div>
<div class="line"><a name="l00317"></a><span class="lineno"><a class="line" href="lwipopts_8h.html#af50575a4895e26ea2c01d1f2269487be">  317</a></span>&#160;<span class="preprocessor">#define IP_STATS 1</span></div>
<div class="line"><a name="l00318"></a><span class="lineno">  318</span>&#160; </div>
<div class="line"><a name="l00319"></a><span class="lineno"><a class="line" href="lwipopts_8h.html#ac9a4fbb46df3c0f479a334d0e34fb74f">  319</a></span>&#160;<span class="preprocessor">#define IPFRAG_STATS (IP_REASSEMBLY || IP_FRAG)</span></div>
<div class="line"><a name="l00320"></a><span class="lineno">  320</span>&#160; </div>
<div class="line"><a name="l00321"></a><span class="lineno"><a class="line" href="lwipopts_8h.html#a472ad3f6da741f5b287d66ad3051242b">  321</a></span>&#160;<span class="preprocessor">#define ICMP_STATS 1</span></div>
<div class="line"><a name="l00322"></a><span class="lineno">  322</span>&#160; </div>
<div class="line"><a name="l00323"></a><span class="lineno"><a class="line" href="lwipopts_8h.html#a4d12af1356b9fd60717984be51e27740">  323</a></span>&#160;<span class="preprocessor">#define IGMP_STATS (LWIP_IGMP)</span></div>
<div class="line"><a name="l00324"></a><span class="lineno">  324</span>&#160; </div>
<div class="line"><a name="l00325"></a><span class="lineno"><a class="line" href="lwipopts_8h.html#aef64b11bf71f0d6d5bafaf6092462276">  325</a></span>&#160;<span class="preprocessor">#define UDP_STATS (LWIP_UDP)</span></div>
<div class="line"><a name="l00326"></a><span class="lineno">  326</span>&#160; </div>
<div class="line"><a name="l00327"></a><span class="lineno"><a class="line" href="lwipopts_8h.html#aa02ec5c5bc0edebe418680c54d044f58">  327</a></span>&#160;<span class="preprocessor">#define TCP_STATS (LWIP_TCP)</span></div>
<div class="line"><a name="l00328"></a><span class="lineno">  328</span>&#160; </div>
<div class="line"><a name="l00329"></a><span class="lineno"><a class="line" href="lwipopts_8h.html#a61ec04a08c4fde690d10819e582656a7">  329</a></span>&#160;<span class="preprocessor">#define MEM_STATS ((MEM_LIBC_MALLOC == 0) &amp;&amp; (MEM_USE_POOLS == 0))</span></div>
<div class="line"><a name="l00330"></a><span class="lineno">  330</span>&#160; </div>
<div class="line"><a name="l00331"></a><span class="lineno"><a class="line" href="lwipopts_8h.html#ab8c2430be0e567a7499a95454aaa6041">  331</a></span>&#160;<span class="preprocessor">#define MEMP_STATS (MEMP_MEM_MALLOC == 0)</span></div>
<div class="line"><a name="l00332"></a><span class="lineno">  332</span>&#160; </div>
<div class="line"><a name="l00333"></a><span class="lineno"><a class="line" href="lwipopts_8h.html#a0173549afa76553583e5a02c6a791218">  333</a></span>&#160;<span class="preprocessor">#define SYS_STATS (NO_SYS == 0)</span></div>
<div class="line"><a name="l00334"></a><span class="lineno">  334</span>&#160; </div>
<div class="line"><a name="l00335"></a><span class="lineno"><a class="line" href="lwipopts_8h.html#a6a211b787c97bce3af4273b29c95d9c2">  335</a></span>&#160;<span class="preprocessor">#define IP6_STATS (LWIP_IPV6)</span></div>
<div class="line"><a name="l00336"></a><span class="lineno">  336</span>&#160; </div>
<div class="line"><a name="l00337"></a><span class="lineno"><a class="line" href="lwipopts_8h.html#a714006cd5c5b0eb333159d0f677616a0">  337</a></span>&#160;<span class="preprocessor">#define ICMP6_STATS (LWIP_IPV6 &amp;&amp; LWIP_ICMP6)</span></div>
<div class="line"><a name="l00338"></a><span class="lineno">  338</span>&#160; </div>
<div class="line"><a name="l00339"></a><span class="lineno"><a class="line" href="lwipopts_8h.html#aaa08a181c11ff8b471549e8f52c9939b">  339</a></span>&#160;<span class="preprocessor">#define IP6_FRAG_STATS (LWIP_IPV6 &amp;&amp; (LWIP_IPV6_FRAG || LWIP_IPV6_REASS))</span></div>
<div class="line"><a name="l00340"></a><span class="lineno">  340</span>&#160; </div>
<div class="line"><a name="l00341"></a><span class="lineno"><a class="line" href="lwipopts_8h.html#af263df10b63b38201cae3d2dd5fb0b9e">  341</a></span>&#160;<span class="preprocessor">#define MLD6_STATS (LWIP_IPV6 &amp;&amp; LWIP_IPV6_MLD)</span></div>
<div class="line"><a name="l00342"></a><span class="lineno">  342</span>&#160; </div>
<div class="line"><a name="l00343"></a><span class="lineno"><a class="line" href="lwipopts_8h.html#a753161114df60299a28d51c092c756cf">  343</a></span>&#160;<span class="preprocessor">#define ND6_STATS (LWIP_IPV6)</span></div>
<div class="line"><a name="l00344"></a><span class="lineno">  344</span>&#160; </div>
<div class="line"><a name="l00345"></a><span class="lineno"><a class="line" href="lwipopts_8h.html#a5b01047eeb149a0b0ffe33d760d8370f">  345</a></span>&#160;<span class="preprocessor">#define MIB2_STATS 0</span></div>
<div class="line"><a name="l00346"></a><span class="lineno">  346</span>&#160; </div>
<div class="line"><a name="l00347"></a><span class="lineno"><a class="line" href="lwipopts_8h.html#a3ecc5246a0c6ca5aed56c2d7899c1004">  347</a></span>&#160;<span class="preprocessor">#define LWIP_CHECKSUM_CTRL_PER_NETIF 0</span></div>
<div class="line"><a name="l00348"></a><span class="lineno">  348</span>&#160; </div>
<div class="line"><a name="l00349"></a><span class="lineno"><a class="line" href="lwipopts_8h.html#a8ddad81fc26268a13b35091781da2265">  349</a></span>&#160;<span class="preprocessor">#define CHECKSUM_GEN_IP 1</span></div>
<div class="line"><a name="l00350"></a><span class="lineno">  350</span>&#160; </div>
<div class="line"><a name="l00351"></a><span class="lineno"><a class="line" href="lwipopts_8h.html#a98d460f8c2baed8bf62d5473831c0b2c">  351</a></span>&#160;<span class="preprocessor">#define CHECKSUM_GEN_UDP 1</span></div>
<div class="line"><a name="l00352"></a><span class="lineno">  352</span>&#160; </div>
<div class="line"><a name="l00353"></a><span class="lineno"><a class="line" href="lwipopts_8h.html#a800069963cc4552b99235237c22f00bb">  353</a></span>&#160;<span class="preprocessor">#define CHECKSUM_GEN_TCP 1</span></div>
<div class="line"><a name="l00354"></a><span class="lineno">  354</span>&#160; </div>
<div class="line"><a name="l00355"></a><span class="lineno"><a class="line" href="lwipopts_8h.html#a2291ec5bec0a551545da6d5f9f9316b2">  355</a></span>&#160;<span class="preprocessor">#define CHECKSUM_GEN_ICMP 1</span></div>
<div class="line"><a name="l00356"></a><span class="lineno">  356</span>&#160; </div>
<div class="line"><a name="l00357"></a><span class="lineno"><a class="line" href="lwipopts_8h.html#a7cd47a55af03b1048c5a4a5fe0e76013">  357</a></span>&#160;<span class="preprocessor">#define CHECKSUM_GEN_ICMP6 1</span></div>
<div class="line"><a name="l00358"></a><span class="lineno">  358</span>&#160; </div>
<div class="line"><a name="l00359"></a><span class="lineno"><a class="line" href="lwipopts_8h.html#a005b1b9988b84a2cb844144cef22c11e">  359</a></span>&#160;<span class="preprocessor">#define CHECKSUM_CHECK_IP 1</span></div>
<div class="line"><a name="l00360"></a><span class="lineno"><a class="line" href="lwipopts_8h.html#a6747f7b72abe544fd4dc184cc7fcad37">  360</a></span>&#160;<span class="preprocessor">#define CHECKSUM_CHECK_UDP 1</span></div>
<div class="line"><a name="l00361"></a><span class="lineno">  361</span>&#160; </div>
<div class="line"><a name="l00362"></a><span class="lineno"><a class="line" href="lwipopts_8h.html#ab676cc29571b7ffda12336482ad97699">  362</a></span>&#160;<span class="preprocessor">#define CHECKSUM_CHECK_TCP 1</span></div>
<div class="line"><a name="l00363"></a><span class="lineno"><a class="line" href="lwipopts_8h.html#a79807171be8c20b69a5cd8de83566d25">  363</a></span>&#160;<span class="preprocessor">#define CHECKSUM_CHECK_ICMP 1</span></div>
<div class="line"><a name="l00364"></a><span class="lineno"><a class="line" href="lwipopts_8h.html#af466a10b093489910a773fd1cec74c2d">  364</a></span>&#160;<span class="preprocessor">#define CHECKSUM_CHECK_ICMP6 1</span></div>
<div class="line"><a name="l00365"></a><span class="lineno"><a class="line" href="lwipopts_8h.html#a9f60183f0442bdbeefd6b395c6647613">  365</a></span>&#160;<span class="preprocessor">#define LWIP_CHECKSUM_ON_COPY 0</span></div>
<div class="line"><a name="l00366"></a><span class="lineno"><a class="line" href="lwipopts_8h.html#a872e3bb3fe2212156d66b18fccc9643f">  366</a></span>&#160;<span class="preprocessor">#define LWIP_IPV6 0</span></div>
<div class="line"><a name="l00367"></a><span class="lineno"><a class="line" href="lwipopts_8h.html#a16c1b672604bfb0a66a6aeeb854589d3">  367</a></span>&#160;<span class="preprocessor">#define LWIP_IPV6_NUM_ADDRESSES 3</span></div>
<div class="line"><a name="l00368"></a><span class="lineno"><a class="line" href="lwipopts_8h.html#ac96c5802de6c75dd62ab38cff6d16a32">  368</a></span>&#160;<span class="preprocessor">#define LWIP_IPV6_FORWARD 0</span></div>
<div class="line"><a name="l00369"></a><span class="lineno"><a class="line" href="lwipopts_8h.html#a9ab6269f3087f6d9f7b2c7181ef043c3">  369</a></span>&#160;<span class="preprocessor">#define LWIP_IPV6_FRAG 0</span></div>
<div class="line"><a name="l00370"></a><span class="lineno"><a class="line" href="lwipopts_8h.html#ad0ef160d72e63b02c5e875b06ec53864">  370</a></span>&#160;<span class="preprocessor">#define LWIP_IPV6_REASS (LWIP_IPV6)</span></div>
<div class="line"><a name="l00371"></a><span class="lineno"><a class="line" href="lwipopts_8h.html#a273ed2e1a4e6a43713a0e4a06a34ee5c">  371</a></span>&#160;<span class="preprocessor">#define LWIP_IPV6_SEND_ROUTER_SOLICIT 1</span></div>
<div class="line"><a name="l00372"></a><span class="lineno"><a class="line" href="lwipopts_8h.html#a580039bf2baf49fcb9e504e5d2b40a03">  372</a></span>&#160;<span class="preprocessor">#define LWIP_IPV6_AUTOCONFIG (LWIP_IPV6)</span></div>
<div class="line"><a name="l00373"></a><span class="lineno"><a class="line" href="lwipopts_8h.html#ad8489522d34f37e42b4001bab3781bcb">  373</a></span>&#160;<span class="preprocessor">#define LWIP_IPV6_DUP_DETECT_ATTEMPTS 1</span></div>
<div class="line"><a name="l00374"></a><span class="lineno"><a class="line" href="lwipopts_8h.html#a65ac8bcbad242cba3a2b557e1574b21f">  374</a></span>&#160;<span class="preprocessor">#define LWIP_ICMP6 (LWIP_IPV6)</span></div>
<div class="line"><a name="l00375"></a><span class="lineno"><a class="line" href="lwipopts_8h.html#aa88c55e37e5d7b865b91a9399313bbbf">  375</a></span>&#160;<span class="preprocessor">#define LWIP_ICMP6_DATASIZE 8</span></div>
<div class="line"><a name="l00376"></a><span class="lineno"><a class="line" href="lwipopts_8h.html#a82193577b4045e1ac1533c4341a2bd79">  376</a></span>&#160;<span class="preprocessor">#define LWIP_ICMP6_HL 255</span></div>
<div class="line"><a name="l00377"></a><span class="lineno"><a class="line" href="lwipopts_8h.html#a44d8f24eaebbc50221ac1336212a3528">  377</a></span>&#160;<span class="preprocessor">#define LWIP_IPV6_MLD (LWIP_IPV6)</span></div>
<div class="line"><a name="l00378"></a><span class="lineno"><a class="line" href="lwipopts_8h.html#a89e92d8de8898696e797f13fdd169494">  378</a></span>&#160;<span class="preprocessor">#define MEMP_NUM_MLD6_GROUP 4</span></div>
<div class="line"><a name="l00379"></a><span class="lineno"><a class="line" href="lwipopts_8h.html#a0757a3c1b5d1563ad2d77228e1d8a60f">  379</a></span>&#160;<span class="preprocessor">#define LWIP_ND6_QUEUEING (LWIP_IPV6)</span></div>
<div class="line"><a name="l00380"></a><span class="lineno"><a class="line" href="lwipopts_8h.html#abfaf3d92d51e2a9d70c8360af2611fb2">  380</a></span>&#160;<span class="preprocessor">#define MEMP_NUM_ND6_QUEUE 20</span></div>
<div class="line"><a name="l00381"></a><span class="lineno"><a class="line" href="lwipopts_8h.html#ab2fe15bdb4e0a41f295eb5577b11ad16">  381</a></span>&#160;<span class="preprocessor">#define LWIP_ND6_NUM_NEIGHBORS 10</span></div>
<div class="line"><a name="l00382"></a><span class="lineno"><a class="line" href="lwipopts_8h.html#acad118b1ae886e80137a1d4f0fb19672">  382</a></span>&#160;<span class="preprocessor">#define LWIP_ND6_NUM_DESTINATIONS 10</span></div>
<div class="line"><a name="l00383"></a><span class="lineno"><a class="line" href="lwipopts_8h.html#ad9cc576b5951f1b5e1c2b0d0bb831d9a">  383</a></span>&#160;<span class="preprocessor">#define LWIP_ND6_NUM_PREFIXES 5</span></div>
<div class="line"><a name="l00384"></a><span class="lineno"><a class="line" href="lwipopts_8h.html#a75e81a96148f266c8fad8c0bcab2f36a">  384</a></span>&#160;<span class="preprocessor">#define LWIP_ND6_NUM_ROUTERS 3</span></div>
<div class="line"><a name="l00385"></a><span class="lineno"><a class="line" href="lwipopts_8h.html#a980909018aed54adc10dd68be3572b30">  385</a></span>&#160;<span class="preprocessor">#define LWIP_ND6_MAX_MULTICAST_SOLICIT 3</span></div>
<div class="line"><a name="l00386"></a><span class="lineno"><a class="line" href="lwipopts_8h.html#afa6f4c2d2c259ab0895fa03a6f08c691">  386</a></span>&#160;<span class="preprocessor">#define LWIP_ND6_MAX_UNICAST_SOLICIT 3</span></div>
<div class="line"><a name="l00387"></a><span class="lineno"><a class="line" href="lwipopts_8h.html#a960b8973df083fad53ae0eaa79f8c4df">  387</a></span>&#160;<span class="preprocessor">#define LWIP_ND6_MAX_ANYCAST_DELAY_TIME 1000</span></div>
<div class="line"><a name="l00388"></a><span class="lineno"><a class="line" href="lwipopts_8h.html#a86ab0cac87cdc7aeff09384ddbaaba2a">  388</a></span>&#160;<span class="preprocessor">#define LWIP_ND6_MAX_NEIGHBOR_ADVERTISEMENT 3</span></div>
<div class="line"><a name="l00389"></a><span class="lineno"><a class="line" href="lwipopts_8h.html#a269db9d61cdfc2fd3bc7b12c56261c74">  389</a></span>&#160;<span class="preprocessor">#define LWIP_ND6_REACHABLE_TIME 30000</span></div>
<div class="line"><a name="l00390"></a><span class="lineno"><a class="line" href="lwipopts_8h.html#a461abcbeef1d236d1f3201827dd28ad9">  390</a></span>&#160;<span class="preprocessor">#define LWIP_ND6_RETRANS_TIMER 1000</span></div>
<div class="line"><a name="l00391"></a><span class="lineno">  391</span>&#160; </div>
<div class="line"><a name="l00392"></a><span class="lineno"><a class="line" href="lwipopts_8h.html#a315bd6d4a9d185766dfc3253cd9d7715">  392</a></span>&#160;<span class="preprocessor">#define LWIP_ND6_DELAY_FIRST_PROBE_TIME 5000</span></div>
<div class="line"><a name="l00393"></a><span class="lineno">  393</span>&#160; </div>
<div class="line"><a name="l00394"></a><span class="lineno"><a class="line" href="lwipopts_8h.html#ad35d10353ac7c7d2c8d4b83788cdc6d9">  394</a></span>&#160;<span class="preprocessor">#define LWIP_ND6_ALLOW_RA_UPDATES 1</span></div>
<div class="line"><a name="l00395"></a><span class="lineno">  395</span>&#160; </div>
<div class="line"><a name="l00396"></a><span class="lineno"><a class="line" href="lwipopts_8h.html#a9d7cb6fd447ef0f6726f565e2c7509c4">  396</a></span>&#160;<span class="preprocessor">#define LWIP_ND6_TCP_REACHABILITY_HINTS 1</span></div>
<div class="line"><a name="l00397"></a><span class="lineno">  397</span>&#160; </div>
<div class="line"><a name="l00398"></a><span class="lineno"><a class="line" href="lwipopts_8h.html#aea4d829c0b52cc6cc28925eee89a7429">  398</a></span>&#160;<span class="preprocessor">#define LWIP_ND6_RDNSS_MAX_DNS_SERVERS 0</span></div>
<div class="line"><a name="l00399"></a><span class="lineno">  399</span>&#160; </div>
<div class="line"><a name="l00400"></a><span class="lineno"><a class="line" href="lwipopts_8h.html#a1ba67b6665026ec0c688dc4b0df047a6">  400</a></span>&#160;<span class="preprocessor">#define LWIP_IPV6_DHCP6 0</span></div>
<div class="line"><a name="l00401"></a><span class="lineno">  401</span>&#160; </div>
<div class="line"><a name="l00402"></a><span class="lineno">  402</span>&#160;<span class="comment">//#define LWIP_HOOK_FILENAME &quot;path/to/my/lwip_hooks.h&quot;</span></div>
<div class="line"><a name="l00403"></a><span class="lineno">  403</span>&#160; </div>
<div class="line"><a name="l00404"></a><span class="lineno">  404</span>&#160;<span class="comment">//#define LWIP_HOOK_TCP_ISN(local_ip, local_port, remote_ip, remote_port)</span></div>
<div class="line"><a name="l00405"></a><span class="lineno">  405</span>&#160; </div>
<div class="line"><a name="l00406"></a><span class="lineno">  406</span>&#160;<span class="comment">//#define LWIP_HOOK_IP4_INPUT(pbuf, input_netif)</span></div>
<div class="line"><a name="l00407"></a><span class="lineno">  407</span>&#160; </div>
<div class="line"><a name="l00408"></a><span class="lineno">  408</span>&#160;<span class="comment">//#define LWIP_HOOK_IP4_ROUTE()</span></div>
<div class="line"><a name="l00409"></a><span class="lineno">  409</span>&#160; </div>
<div class="line"><a name="l00410"></a><span class="lineno">  410</span>&#160;<span class="comment">//#define LWIP_HOOK_IP4_ROUTE_SRC(dest, src)</span></div>
<div class="line"><a name="l00411"></a><span class="lineno">  411</span>&#160; </div>
<div class="line"><a name="l00412"></a><span class="lineno">  412</span>&#160;<span class="comment">//#define LWIP_HOOK_ETHARP_GET_GW(netif, dest)</span></div>
<div class="line"><a name="l00413"></a><span class="lineno">  413</span>&#160; </div>
<div class="line"><a name="l00414"></a><span class="lineno">  414</span>&#160;<span class="comment">//#define LWIP_HOOK_IP6_INPUT(pbuf, input_netif)</span></div>
<div class="line"><a name="l00415"></a><span class="lineno">  415</span>&#160; </div>
<div class="line"><a name="l00416"></a><span class="lineno">  416</span>&#160;<span class="comment">//#define LWIP_HOOK_IP6_ROUTE(src, dest)</span></div>
<div class="line"><a name="l00417"></a><span class="lineno">  417</span>&#160; </div>
<div class="line"><a name="l00419"></a><span class="lineno">  419</span>&#160; </div>
<div class="line"><a name="l00420"></a><span class="lineno">  420</span>&#160;<span class="comment">//#define LWIP_HOOK_VLAN_CHECK(netif, eth_hdr, vlan_hdr)</span></div>
<div class="line"><a name="l00421"></a><span class="lineno">  421</span>&#160; </div>
<div class="line"><a name="l00422"></a><span class="lineno">  422</span>&#160;<span class="comment">//#define LWIP_HOOK_VLAN_SET(netif, p, src, dst, eth_type)</span></div>
<div class="line"><a name="l00423"></a><span class="lineno">  423</span>&#160; </div>
<div class="line"><a name="l00424"></a><span class="lineno">  424</span>&#160;<span class="comment">//#define LWIP_HOOK_MEMP_AVAILABLE(memp_t_type)</span></div>
<div class="line"><a name="l00425"></a><span class="lineno">  425</span>&#160; </div>
<div class="line"><a name="l00426"></a><span class="lineno">  426</span>&#160;<span class="comment">//#define LWIP_HOOK_UNKNOWN_ETH_PROTOCOL(pbuf, netif)</span></div>
<div class="line"><a name="l00427"></a><span class="lineno">  427</span>&#160; </div>
<div class="line"><a name="l00428"></a><span class="lineno"><a class="line" href="lwipopts_8h.html#a2043f599515774f8e571ba185dbcb9e7">  428</a></span>&#160;<span class="preprocessor">#define LWIP_DBG_MIN_LEVEL LWIP_DBG_LEVEL_ALL</span></div>
<div class="line"><a name="l00429"></a><span class="lineno"><a class="line" href="lwipopts_8h.html#ac095d0e53f5eb5b326b2cccfd071d93d">  429</a></span>&#160;<span class="preprocessor">#define LWIP_DBG_TYPES_ON LWIP_DBG_ON</span></div>
<div class="line"><a name="l00430"></a><span class="lineno">  430</span>&#160; </div>
<div class="line"><a name="l00431"></a><span class="lineno"><a class="line" href="lwipopts_8h.html#abff5d1e0b334f5b45bd2b8bbb675411e">  431</a></span>&#160;<span class="preprocessor">#define ETHARP_DEBUG LWIP_DBG_OFF</span></div>
<div class="line"><a name="l00432"></a><span class="lineno">  432</span>&#160; </div>
<div class="line"><a name="l00433"></a><span class="lineno"><a class="line" href="lwipopts_8h.html#a2dfad02b075a7f9a8791a66fe40864a4">  433</a></span>&#160;<span class="preprocessor">#define NETIF_DEBUG LWIP_DBG_OFF</span></div>
<div class="line"><a name="l00434"></a><span class="lineno">  434</span>&#160; </div>
<div class="line"><a name="l00435"></a><span class="lineno"><a class="line" href="lwipopts_8h.html#a5c3d44a0ec3bb8bd66f776c70d5c6a6c">  435</a></span>&#160;<span class="preprocessor">#define PBUF_DEBUG LWIP_DBG_OFF</span></div>
<div class="line"><a name="l00436"></a><span class="lineno">  436</span>&#160; </div>
<div class="line"><a name="l00437"></a><span class="lineno"><a class="line" href="lwipopts_8h.html#a671009550216f7dc03e67ba5751e3160">  437</a></span>&#160;<span class="preprocessor">#define API_LIB_DEBUG LWIP_DBG_OFF</span></div>
<div class="line"><a name="l00438"></a><span class="lineno">  438</span>&#160; </div>
<div class="line"><a name="l00439"></a><span class="lineno"><a class="line" href="lwipopts_8h.html#a4279d7ff9f986b2ff3eb068bb012b697">  439</a></span>&#160;<span class="preprocessor">#define API_MSG_DEBUG LWIP_DBG_OFF</span></div>
<div class="line"><a name="l00440"></a><span class="lineno">  440</span>&#160; </div>
<div class="line"><a name="l00441"></a><span class="lineno"><a class="line" href="lwipopts_8h.html#a509594f3ba7d8b1356628b50b55a0934">  441</a></span>&#160;<span class="preprocessor">#define SOCKETS_DEBUG LWIP_DBG_OFF</span></div>
<div class="line"><a name="l00442"></a><span class="lineno">  442</span>&#160; </div>
<div class="line"><a name="l00443"></a><span class="lineno"><a class="line" href="lwipopts_8h.html#a9595904a1cb9bfe0b9b1d958abdc923a">  443</a></span>&#160;<span class="preprocessor">#define ICMP_DEBUG LWIP_DBG_OFF</span></div>
<div class="line"><a name="l00444"></a><span class="lineno">  444</span>&#160; </div>
<div class="line"><a name="l00445"></a><span class="lineno"><a class="line" href="lwipopts_8h.html#a8da07508ee75704362d45eee3eb857fa">  445</a></span>&#160;<span class="preprocessor">#define IGMP_DEBUG LWIP_DBG_OFF</span></div>
<div class="line"><a name="l00446"></a><span class="lineno">  446</span>&#160; </div>
<div class="line"><a name="l00447"></a><span class="lineno"><a class="line" href="lwipopts_8h.html#a78140cbe70258a65cb5c9e381843e4f3">  447</a></span>&#160;<span class="preprocessor">#define INET_DEBUG LWIP_DBG_OFF</span></div>
<div class="line"><a name="l00448"></a><span class="lineno">  448</span>&#160; </div>
<div class="line"><a name="l00449"></a><span class="lineno"><a class="line" href="lwipopts_8h.html#a5d3348778951e7bc5cd397c6575eef3a">  449</a></span>&#160;<span class="preprocessor">#define IP_DEBUG LWIP_DBG_ON</span></div>
<div class="line"><a name="l00450"></a><span class="lineno">  450</span>&#160; </div>
<div class="line"><a name="l00451"></a><span class="lineno"><a class="line" href="lwipopts_8h.html#a4cdc3e9a4a1c01d1f7f0e723a1b2ec33">  451</a></span>&#160;<span class="preprocessor">#define IP_REASS_DEBUG LWIP_DBG_OFF</span></div>
<div class="line"><a name="l00452"></a><span class="lineno">  452</span>&#160; </div>
<div class="line"><a name="l00453"></a><span class="lineno"><a class="line" href="lwipopts_8h.html#af0551bef83c0fc1baa57cf339d220e25">  453</a></span>&#160;<span class="preprocessor">#define RAW_DEBUG LWIP_DBG_OFF</span></div>
<div class="line"><a name="l00454"></a><span class="lineno">  454</span>&#160; </div>
<div class="line"><a name="l00455"></a><span class="lineno"><a class="line" href="lwipopts_8h.html#a2d7bc380695eeedb1af50c3808613afe">  455</a></span>&#160;<span class="preprocessor">#define MEM_DEBUG LWIP_DBG_OFF</span></div>
<div class="line"><a name="l00456"></a><span class="lineno">  456</span>&#160; </div>
<div class="line"><a name="l00457"></a><span class="lineno"><a class="line" href="lwipopts_8h.html#ad80231923f7a808d49eba5ec57d63616">  457</a></span>&#160;<span class="preprocessor">#define MEMP_DEBUG LWIP_DBG_OFF</span></div>
<div class="line"><a name="l00458"></a><span class="lineno">  458</span>&#160; </div>
<div class="line"><a name="l00459"></a><span class="lineno"><a class="line" href="lwipopts_8h.html#a2960ae20008f05da8cc0714f36365642">  459</a></span>&#160;<span class="preprocessor">#define SYS_DEBUG LWIP_DBG_OFF</span></div>
<div class="line"><a name="l00460"></a><span class="lineno">  460</span>&#160; </div>
<div class="line"><a name="l00461"></a><span class="lineno"><a class="line" href="lwipopts_8h.html#a24a6644ba9cc82665a7bf209b3870c15">  461</a></span>&#160;<span class="preprocessor">#define TIMERS_DEBUG LWIP_DBG_OFF</span></div>
<div class="line"><a name="l00462"></a><span class="lineno">  462</span>&#160; </div>
<div class="line"><a name="l00463"></a><span class="lineno"><a class="line" href="lwipopts_8h.html#a4f43bb8a430c7a52a1ad5086d3f2803c">  463</a></span>&#160;<span class="preprocessor">#define TCP_DEBUG LWIP_DBG_OFF</span></div>
<div class="line"><a name="l00464"></a><span class="lineno">  464</span>&#160; </div>
<div class="line"><a name="l00465"></a><span class="lineno"><a class="line" href="lwipopts_8h.html#af51dc2563536de56470146749f715ba8">  465</a></span>&#160;<span class="preprocessor">#define TCP_INPUT_DEBUG LWIP_DBG_OFF</span></div>
<div class="line"><a name="l00466"></a><span class="lineno">  466</span>&#160; </div>
<div class="line"><a name="l00467"></a><span class="lineno"><a class="line" href="lwipopts_8h.html#a5895bee26e8e1a0b89d597e0f2580b23">  467</a></span>&#160;<span class="preprocessor">#define TCP_FR_DEBUG LWIP_DBG_OFF</span></div>
<div class="line"><a name="l00468"></a><span class="lineno">  468</span>&#160; </div>
<div class="line"><a name="l00469"></a><span class="lineno"><a class="line" href="lwipopts_8h.html#ad6e52e37415d0d0cbe4931a28f5a9662">  469</a></span>&#160;<span class="preprocessor">#define TCP_RTO_DEBUG LWIP_DBG_OFF</span></div>
<div class="line"><a name="l00470"></a><span class="lineno">  470</span>&#160; </div>
<div class="line"><a name="l00471"></a><span class="lineno"><a class="line" href="lwipopts_8h.html#a66df03d8192cd978d3321a9d68bf5411">  471</a></span>&#160;<span class="preprocessor">#define TCP_CWND_DEBUG LWIP_DBG_OFF</span></div>
<div class="line"><a name="l00472"></a><span class="lineno">  472</span>&#160; </div>
<div class="line"><a name="l00473"></a><span class="lineno"><a class="line" href="lwipopts_8h.html#a3704f433e947d6342da77c74e33627e1">  473</a></span>&#160;<span class="preprocessor">#define TCP_WND_DEBUG LWIP_DBG_OFF</span></div>
<div class="line"><a name="l00474"></a><span class="lineno">  474</span>&#160; </div>
<div class="line"><a name="l00475"></a><span class="lineno"><a class="line" href="lwipopts_8h.html#a9f70601fdc1feee490772bf7fcdb74fb">  475</a></span>&#160;<span class="preprocessor">#define TCP_OUTPUT_DEBUG LWIP_DBG_OFF</span></div>
<div class="line"><a name="l00476"></a><span class="lineno">  476</span>&#160; </div>
<div class="line"><a name="l00477"></a><span class="lineno"><a class="line" href="lwipopts_8h.html#a37596f7bbb9b7663826244ba54486679">  477</a></span>&#160;<span class="preprocessor">#define TCP_RST_DEBUG LWIP_DBG_OFF</span></div>
<div class="line"><a name="l00478"></a><span class="lineno">  478</span>&#160; </div>
<div class="line"><a name="l00479"></a><span class="lineno"><a class="line" href="lwipopts_8h.html#ae7980c7f8eb45cd411bf410ff0a3fc55">  479</a></span>&#160;<span class="preprocessor">#define TCP_QLEN_DEBUG LWIP_DBG_OFF</span></div>
<div class="line"><a name="l00480"></a><span class="lineno">  480</span>&#160; </div>
<div class="line"><a name="l00481"></a><span class="lineno"><a class="line" href="lwipopts_8h.html#a0393f312c5475a1c649b39ef9cfcaad4">  481</a></span>&#160;<span class="preprocessor">#define UDP_DEBUG LWIP_DBG_OFF</span></div>
<div class="line"><a name="l00482"></a><span class="lineno"><a class="line" href="lwipopts_8h.html#a52d6c83451936c3de3b0338d4a3f921f">  482</a></span>&#160;<span class="preprocessor">#define TCPIP_DEBUG LWIP_DBG_OFF</span></div>
<div class="line"><a name="l00483"></a><span class="lineno"><a class="line" href="lwipopts_8h.html#ab986f95183559d8678c6d80969b01857">  483</a></span>&#160;<span class="preprocessor">#define SLIP_DEBUG   LWIP_DBG_OFF</span></div>
<div class="line"><a name="l00484"></a><span class="lineno"><a class="line" href="lwipopts_8h.html#a97927ceecabcdb5f41735bf372a05cee">  484</a></span>&#160;<span class="preprocessor">#define DHCP_DEBUG   LWIP_DBG_OFF</span></div>
<div class="line"><a name="l00485"></a><span class="lineno"><a class="line" href="lwipopts_8h.html#afaee522e7f32d81022215e1805e303a5">  485</a></span>&#160;<span class="preprocessor">#define AUTOIP_DEBUG   LWIP_DBG_OFF</span></div>
<div class="line"><a name="l00486"></a><span class="lineno"><a class="line" href="lwipopts_8h.html#aba55da2352c99d813767913e5e36be1f">  486</a></span>&#160;<span class="preprocessor">#define DNS_DEBUG   LWIP_DBG_OFF</span></div>
<div class="line"><a name="l00487"></a><span class="lineno"><a class="line" href="lwipopts_8h.html#ac2f9726756b78d4d7c425b0422a776ce">  487</a></span>&#160;<span class="preprocessor">#define IP6_DEBUG   LWIP_DBG_OFF</span></div>
<div class="line"><a name="l00488"></a><span class="lineno"><a class="line" href="lwipopts_8h.html#a44acd95b33e2d58a74455279721298de">  488</a></span>&#160;<span class="preprocessor">#define LWIP_PERF   0</span></div>
<div class="line"><a name="l00489"></a><span class="lineno">  489</span>&#160; </div>
<div class="line"><a name="l00490"></a><span class="lineno">  490</span>&#160;<span class="comment">//#define TCP_RCV_SCALE                   0</span></div>
<div class="line"><a name="l00491"></a><span class="lineno">  491</span>&#160;<span class="comment">//#define PBUF_POOL_SIZE                  400 /* pbuf tests need ~200KByte */</span></div>
<div class="line"><a name="l00492"></a><span class="lineno"><a class="line" href="lwipopts_8h.html#a7bada49634cd3b28b28bdcedd763a1e6">  492</a></span>&#160;<span class="preprocessor">#define LWIP_COMPAT_MUTEX 0</span></div>
<div class="line"><a name="l00493"></a><span class="lineno"><a class="line" href="lwipopts_8h.html#a0dbfeb450ef3437fa65cc2f1e9a0ea18">  493</a></span>&#160;<span class="preprocessor">#define LWIP_COMPAT_MUTEX_ALLOWED 1</span></div>
<div class="line"><a name="l00494"></a><span class="lineno"><a class="line" href="lwipopts_8h.html#aaffd64f6887883ec6401e6bb684c40fa">  494</a></span>&#160;<span class="preprocessor">#define LWIP_TIMEVAL_PRIVATE 0</span></div>
<div class="line"><a name="l00495"></a><span class="lineno"><a class="line" href="lwipopts_8h.html#a2ca03bfa6f604ba536e38ccfdbdf9c8d">  495</a></span>&#160;<span class="preprocessor">#define LWIP_CALLBACK_API 1</span></div>
<div class="line"><a name="l00496"></a><span class="lineno"><a class="line" href="lwipopts_8h.html#a8e2cba4c97dd38f4d517ed21cf109ade">  496</a></span>&#160;<span class="preprocessor">#define LWIP_PROVIDE_ERRNO 1</span></div>
<div class="line"><a name="l00497"></a><span class="lineno">  497</span>&#160;<span class="preprocessor">#endif</span></div>
</div><!-- fragment --></div><!-- contents -->
</div><!-- doc-content -->
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
  <ul>
    <li class="navelem"><a class="el" href="dir_e6bb53534ac0e427887cf7a94c0c004e.html">C:</a></li><li class="navelem"><a class="el" href="dir_d99d5d4662bf24521eef49da6a8cd34d.html">Dev</a></li><li class="navelem"><a class="el" href="dir_474a4b306371cf7e7f6fa12cb0b77df6.html">git</a></li><li class="navelem"><a class="el" href="dir_849109bbd106d461b128d63e5babcedf.html">UbixOS</a></li><li class="navelem"><a class="el" href="dir_6ec99f6d7d5182ba8913209ab70c9f18.html">sys</a></li><li class="navelem"><a class="el" href="dir_d1be8160e739b6eed1f7843efdbae1b3.html">include</a></li><li class="navelem"><a class="el" href="dir_8a452844cab5a537277ef786999bc939.html">net</a></li><li class="navelem"><a class="el" href="lwipopts_8h.html">lwipopts.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>