You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

misc_8h.html 96KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
  5. <meta http-equiv="X-UA-Compatible" content="IE=9"/>
  6. <meta name="generator" content="Doxygen 1.8.6"/>
  7. <title>The Netsukuku Project: src/misc.h File Reference</title>
  8. <link href="../../tabs.css" rel="stylesheet" type="text/css"/>
  9. <script type="text/javascript" src="../../jquery.js"></script>
  10. <script type="text/javascript" src="../../dynsections.js"></script>
  11. <link href="../../navtree.css" rel="stylesheet" type="text/css"/>
  12. <script type="text/javascript" src="../../resize.js"></script>
  13. <script type="text/javascript" src="../../navtree.js"></script>
  14. <script type="text/javascript">
  15. $(document).ready(initResizable);
  16. $(window).load(resizeHeight);
  17. </script>
  18. <link href="../../search/search.css" rel="stylesheet" type="text/css"/>
  19. <script type="text/javascript" src="../../search/search.js"></script>
  20. <script type="text/javascript">
  21. $(document).ready(function() { searchBox.OnSelectItem(0); });
  22. </script>
  23. <link href="../../doxygen.css" rel="stylesheet" type="text/css" />
  24. </head>
  25. <body>
  26. <div id="top"><!-- do not remove this div, it is closed by doxygen! -->
  27. <div id="titlearea">
  28. <table cellspacing="0" cellpadding="0">
  29. <tbody>
  30. <tr style="height: 56px;">
  31. <td id="projectlogo"><img alt="Logo" src="../../Logo_netsukuku.jpg"/></td>
  32. <td style="padding-left: 0.5em;">
  33. <div id="projectname">The Netsukuku Project
  34. &#160;<span id="projectnumber">0.0.9</span>
  35. </div>
  36. <div id="projectbrief">An Alternative routing method</div>
  37. </td>
  38. </tr>
  39. </tbody>
  40. </table>
  41. </div>
  42. <!-- end header part -->
  43. <!-- Generated by Doxygen 1.8.6 -->
  44. <script type="text/javascript">
  45. var searchBox = new SearchBox("searchBox", "../../search",false,'Search');
  46. </script>
  47. <div id="navrow1" class="tabs">
  48. <ul class="tablist">
  49. <li><a href="../../index.html"><span>Main&#160;Page</span></a></li>
  50. <li><a href="../../annotated.html"><span>Data&#160;Structures</span></a></li>
  51. <li class="current"><a href="../../files.html"><span>Files</span></a></li>
  52. <li>
  53. <div id="MSearchBox" class="MSearchBoxInactive">
  54. <span class="left">
  55. <img id="MSearchSelect" src="../../search/mag_sel.png"
  56. onmouseover="return searchBox.OnSearchSelectShow()"
  57. onmouseout="return searchBox.OnSearchSelectHide()"
  58. alt=""/>
  59. <input type="text" id="MSearchField" value="Search" accesskey="S"
  60. onfocus="searchBox.OnSearchFieldFocus(true)"
  61. onblur="searchBox.OnSearchFieldFocus(false)"
  62. onkeyup="searchBox.OnSearchFieldChange(event)"/>
  63. </span><span class="right">
  64. <a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="../../search/close.png" alt=""/></a>
  65. </span>
  66. </div>
  67. </li>
  68. </ul>
  69. </div>
  70. <div id="navrow2" class="tabs2">
  71. <ul class="tablist">
  72. <li><a href="../../files.html"><span>File&#160;List</span></a></li>
  73. <li><a href="../../globals.html"><span>Globals</span></a></li>
  74. </ul>
  75. </div>
  76. </div><!-- top -->
  77. <div id="side-nav" class="ui-resizable side-nav-resizable">
  78. <div id="nav-tree">
  79. <div id="nav-tree-contents">
  80. <div id="nav-sync" class="sync"></div>
  81. </div>
  82. </div>
  83. <div id="splitbar" style="-moz-user-select:none;"
  84. class="ui-resizable-handle">
  85. </div>
  86. </div>
  87. <script type="text/javascript">
  88. $(document).ready(function(){initNavTree('d4/d08/misc_8h.html','../../');});
  89. </script>
  90. <div id="doc-content">
  91. <!-- window showing the filter options -->
  92. <div id="MSearchSelectWindow"
  93. onmouseover="return searchBox.OnSearchSelectShow()"
  94. onmouseout="return searchBox.OnSearchSelectHide()"
  95. onkeydown="return searchBox.OnSearchSelectKey(event)">
  96. <a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(0)"><span class="SelectionMark">&#160;</span>All</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(1)"><span class="SelectionMark">&#160;</span>Data Structures</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(2)"><span class="SelectionMark">&#160;</span>Files</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(3)"><span class="SelectionMark">&#160;</span>Functions</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(4)"><span class="SelectionMark">&#160;</span>Variables</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(5)"><span class="SelectionMark">&#160;</span>Typedefs</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(6)"><span class="SelectionMark">&#160;</span>Enumerations</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(7)"><span class="SelectionMark">&#160;</span>Enumerator</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(8)"><span class="SelectionMark">&#160;</span>Macros</a></div>
  97. <!-- iframe showing the search results (closed by default) -->
  98. <div id="MSearchResultsWindow">
  99. <iframe src="javascript:void(0)" frameborder="0"
  100. name="MSearchResults" id="MSearchResults">
  101. </iframe>
  102. </div>
  103. <div class="header">
  104. <div class="summary">
  105. <a href="#define-members">Macros</a> &#124;
  106. <a href="#func-members">Functions</a> </div>
  107. <div class="headertitle">
  108. <div class="title">misc.h File Reference</div> </div>
  109. </div><!--header-->
  110. <div class="contents">
  111. <div class="textblock"><div class="dynheader">
  112. This graph shows which files directly or indirectly include this file:</div>
  113. <div class="dyncontent">
  114. <div class="center"><img src="../../dd/da6/misc_8h__dep__incl.png" border="0" usemap="#src_2misc_8hdep" alt=""/></div>
  115. <map name="src_2misc_8hdep" id="src_2misc_8hdep">
  116. <area shape="rect" id="node3" href="../../d4/d43/request_8h.html" title="src/request.h" alt="" coords="860,83,959,112"/><area shape="rect" id="node64" href="../../dc/d54/common_8h.html" title="src/common.h" alt="" coords="1991,160,2095,189"/><area shape="rect" id="node5" href="../../d6/da2/accept_8c.html" title="src/accept.c" alt="" coords="1277,160,1371,189"/><area shape="rect" id="node7" href="../../d4/d18/andna_8c.html" title="src/andna.c" alt="" coords="488,315,579,344"/><area shape="rect" id="node9" href="../../d5/d89/pkts_8h.html" title="src/pkts.h" alt="" coords="601,160,681,189"/><area shape="rect" id="node14" href="../../db/d6b/dns__wrapper_8c.html" title="src/dns_wrapper.c" alt="" coords="219,315,347,344"/><area shape="rect" id="node16" href="../../d3/dc7/hook_8c.html" title="src/hook.c" alt="" coords="5,315,88,344"/><area shape="rect" id="node18" href="../../db/de6/qspn_8c.html" title="src/qspn.c" alt="" coords="112,315,195,344"/><area shape="rect" id="node20" href="../../df/dba/rehook_8c.html" title="src/rehook.c" alt="" coords="371,315,464,344"/><area shape="rect" id="node22" href="../../d6/d62/tracer_8c.html" title="src/tracer.c" alt="" coords="1245,315,1333,344"/><area shape="rect" id="node32" href="../../d4/d3b/netsukuku_8c.html" title="src/netsukuku.c" alt="" coords="988,315,1103,344"/><area shape="rect" id="node35" href="../../dc/d21/daemon_8c.html" title="src/daemon.c" alt="" coords="704,237,805,267"/><area shape="rect" id="node39" href="../../d1/d6f/igs_8c.html" title="src/igs.c" alt="" coords="829,237,901,267"/><area shape="rect" id="node42" href="../../df/d05/pkts_8c.html" title="src/pkts.c" alt="" coords="925,237,1005,267"/><area shape="rect" id="node45" href="../../d7/d02/radar_8c.html" title="src/radar.c" alt="" coords="1029,237,1112,267"/><area shape="rect" id="node48" href="../../df/dbf/route_8c.html" title="src/route.c" alt="" coords="1136,237,1219,267"/><area shape="rect" id="node60" href="../../dd/d23/request_8c.html" title="src/request.c" alt="" coords="1155,160,1253,189"/><area shape="rect" id="node11" href="../../da/db5/tracer_8h.html" title="src/tracer.h" alt="" coords="275,237,363,267"/><area shape="rect" id="node24" href="../../d5/d05/andna_8h.html" title="src/andna.h" alt="" coords="488,237,579,267"/><area shape="rect" id="node27" href="../../de/d85/andns_8c.html" title="src/andns.c" alt="" coords="1728,315,1819,344"/><area shape="rect" id="node29" href="../../d3/d98/andns__snsd_8c.html" title="src/andns_snsd.c" alt="" coords="603,315,728,344"/><area shape="rect" id="node67" href="../../d2/de6/andna__cache_8c.html" title="src/andna_cache.c" alt="" coords="2181,237,2312,267"/><area shape="rect" id="node70" href="../../db/d73/bmap_8c.html" title="src/bmap.c" alt="" coords="2336,237,2421,267"/><area shape="rect" id="node72" href="../../d7/d99/conf_8c.html" title="src/conf.c" alt="" coords="2445,237,2525,267"/><area shape="rect" id="node76" href="../../d9/dfc/endianness_8c.html" title="src/endianness.c" alt="" coords="2549,237,2669,267"/><area shape="rect" id="node78" href="../../d9/d45/gmap_8c.html" title="src/gmap.c" alt="" coords="2693,237,2779,267"/><area shape="rect" id="node81" href="../../d7/de2/if_8c.html" title="src/if.c" alt="" coords="2803,237,2864,267"/><area shape="rect" id="node84" href="../../da/d89/inet_8c.html" title="src/inet.c" alt="" coords="2888,237,2963,267"/><area shape="rect" id="node86" href="../../df/dd8/iptunnel_8c.html" title="src/iptunnel.c" alt="" coords="2987,237,3085,267"/><area shape="rect" id="node88" href="../../d8/d91/krnl__route_8c.html" title="src/krnl_route.c" alt="" coords="3109,237,3221,267"/><area shape="rect" id="node90" href="../../dd/d57/krnl__rule_8c.html" title="src/krnl_rule.c" alt="" coords="3245,237,3349,267"/><area shape="rect" id="node92" href="../../d3/d7a/map_8c.html" title="src/map.c" alt="" coords="3373,237,3453,267"/><area shape="rect" id="node94" href="../../d0/ddb/misc_8c.html" title="src/misc.c" alt="" coords="3477,237,3560,267"/><area shape="rect" id="node97" href="../../d3/dbf/ntkresolv_8c.html" title="src/ntkresolv.c" alt="" coords="1597,237,1704,267"/><area shape="rect" id="node100" href="../../db/def/qspn-empiric_8c.html" title="src/qspn&#45;empiric.c" alt="" coords="1728,237,1856,267"/><area shape="rect" id="node106" href="../../d7/d48/snsd__cache_8c.html" title="src/snsd_cache.c" alt="" coords="1880,237,2005,267"/></map>
  117. </div>
  118. </div>
  119. <p><a href="../../d4/d08/misc_8h_source.html">Go to the source code of this file.</a></p>
  120. <table class="memberdecls">
  121. <tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="define-members"></a>
  122. Macros</h2></td></tr>
  123. <tr class="memitem:a1aaef027c2540c4b3848ab5603c97adf"><td class="memItemLeft" align="right" valign="top">#define&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="../../d4/d08/misc_8h.html#a1aaef027c2540c4b3848ab5603c97adf">NMEMB</a>(x)&#160;&#160;&#160;(sizeof((x))/sizeof(typeof((x)[0])))</td></tr>
  124. <tr class="separator:a1aaef027c2540c4b3848ab5603c97adf"><td class="memSeparator" colspan="2">&#160;</td></tr>
  125. <tr class="memitem:a196a8d532345b158a150af01f196c242"><td class="memItemLeft" align="right" valign="top">#define&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="../../d4/d08/misc_8h.html#a196a8d532345b158a150af01f196c242">MILLISEC</a>(x)&#160;&#160;&#160;(((x).tv_sec*1000)+((x).tv_usec/1000))</td></tr>
  126. <tr class="separator:a196a8d532345b158a150af01f196c242"><td class="memSeparator" colspan="2">&#160;</td></tr>
  127. <tr class="memitem:aa911c93eee2bd5b1312317ba2d75af35"><td class="memItemLeft" align="right" valign="top">#define&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="../../d4/d08/misc_8h.html#aa911c93eee2bd5b1312317ba2d75af35">MILLISEC_TO_TV</a>(x, t)</td></tr>
  128. <tr class="separator:aa911c93eee2bd5b1312317ba2d75af35"><td class="memSeparator" colspan="2">&#160;</td></tr>
  129. <tr class="memitem:a57ad79bbf1da2778f9352732771339b9"><td class="memItemLeft" align="right" valign="top">#define&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="../../d4/d08/misc_8h.html#a57ad79bbf1da2778f9352732771339b9">SET_BIT</a>(a, i)&#160;&#160;&#160;((a)[(i)/CHAR_BIT] |= 1&lt;&lt;((i)%CHAR_BIT))</td></tr>
  130. <tr class="separator:a57ad79bbf1da2778f9352732771339b9"><td class="memSeparator" colspan="2">&#160;</td></tr>
  131. <tr class="memitem:a3dddc03c8e6df49ea7615405cc1faf4f"><td class="memItemLeft" align="right" valign="top">#define&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="../../d4/d08/misc_8h.html#a3dddc03c8e6df49ea7615405cc1faf4f">CLR_BIT</a>(a, i)&#160;&#160;&#160;((a)[(i)/CHAR_BIT] &amp;= ~(1&lt;&lt;((i)%CHAR_BIT)))</td></tr>
  132. <tr class="separator:a3dddc03c8e6df49ea7615405cc1faf4f"><td class="memSeparator" colspan="2">&#160;</td></tr>
  133. <tr class="memitem:a5339af2eb805f73f3c78db430e03d719"><td class="memItemLeft" align="right" valign="top">#define&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="../../d4/d08/misc_8h.html#a5339af2eb805f73f3c78db430e03d719">TEST_BIT</a>(a, i)&#160;&#160;&#160;(((a)[(i)/CHAR_BIT] &amp; (1&lt;&lt;((i)%CHAR_BIT))) ? 1 : 0)</td></tr>
  134. <tr class="separator:a5339af2eb805f73f3c78db430e03d719"><td class="memSeparator" colspan="2">&#160;</td></tr>
  135. <tr class="memitem:aaf9df6e3c9d68033ee6162c4738e3ee1"><td class="memItemLeft" align="right" valign="top">#define&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="../../d4/d08/misc_8h.html#aaf9df6e3c9d68033ee6162c4738e3ee1">FIND_PTR</a>(p, a, n)</td></tr>
  136. <tr class="separator:aaf9df6e3c9d68033ee6162c4738e3ee1"><td class="memSeparator" colspan="2">&#160;</td></tr>
  137. <tr class="memitem:a8449f7a49a9aac590496ca70bfc11e55"><td class="memItemLeft" align="right" valign="top">#define&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="../../d4/d08/misc_8h.html#a8449f7a49a9aac590496ca70bfc11e55">_return</a>(x)&#160;&#160;&#160;({return (x); (x);})</td></tr>
  138. <tr class="separator:a8449f7a49a9aac590496ca70bfc11e55"><td class="memSeparator" colspan="2">&#160;</td></tr>
  139. </table><table class="memberdecls">
  140. <tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="func-members"></a>
  141. Functions</h2></td></tr>
  142. <tr class="memitem:ad1aea1bae314b44e08b53a5b5bf30394"><td class="memItemLeft" align="right" valign="top">char&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="../../d4/d08/misc_8h.html#ad1aea1bae314b44e08b53a5b5bf30394">xor_int</a> (int i)</td></tr>
  143. <tr class="separator:ad1aea1bae314b44e08b53a5b5bf30394"><td class="memSeparator" colspan="2">&#160;</td></tr>
  144. <tr class="memitem:acb6548d316f7cd3f28e77c2bd4eb3e33"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="../../d4/d08/misc_8h.html#acb6548d316f7cd3f28e77c2bd4eb3e33">swap_array</a> (int nmemb, size_t nmemb_sz, void *src, void *dst)</td></tr>
  145. <tr class="separator:acb6548d316f7cd3f28e77c2bd4eb3e33"><td class="memSeparator" colspan="2">&#160;</td></tr>
  146. <tr class="memitem:a7b5a2df1e2b36c954653fd3e786a5405"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="../../d4/d08/misc_8h.html#a7b5a2df1e2b36c954653fd3e786a5405">swap_ints</a> (int nmemb, unsigned int *x, unsigned int *y)</td></tr>
  147. <tr class="separator:a7b5a2df1e2b36c954653fd3e786a5405"><td class="memSeparator" colspan="2">&#160;</td></tr>
  148. <tr class="memitem:a98da58b707cfc9acf75f8105a3508b89"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="../../d4/d08/misc_8h.html#a98da58b707cfc9acf75f8105a3508b89">swap_shorts</a> (int nmemb, unsigned short *x, unsigned short *y)</td></tr>
  149. <tr class="separator:a98da58b707cfc9acf75f8105a3508b89"><td class="memSeparator" colspan="2">&#160;</td></tr>
  150. <tr class="memitem:af7f747ea1b353be8609df593dc0a629a"><td class="memItemLeft" align="right" valign="top">int&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="../../d4/d08/misc_8h.html#af7f747ea1b353be8609df593dc0a629a">rand_range</a> (int _min, int _max)</td></tr>
  151. <tr class="separator:af7f747ea1b353be8609df593dc0a629a"><td class="memSeparator" colspan="2">&#160;</td></tr>
  152. <tr class="memitem:a22bf64b8d655a21a09fc4a5bca7ddd2b"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="../../d4/d08/misc_8h.html#a22bf64b8d655a21a09fc4a5bca7ddd2b">xsrand</a> (void)</td></tr>
  153. <tr class="separator:a22bf64b8d655a21a09fc4a5bca7ddd2b"><td class="memSeparator" colspan="2">&#160;</td></tr>
  154. <tr class="memitem:ae13480d8227e14c4ea764297d170d39c"><td class="memItemLeft" align="right" valign="top">char *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="../../d4/d08/misc_8h.html#ae13480d8227e14c4ea764297d170d39c">last_token</a> (char *string, char tok)</td></tr>
  155. <tr class="separator:ae13480d8227e14c4ea764297d170d39c"><td class="memSeparator" colspan="2">&#160;</td></tr>
  156. <tr class="memitem:a1b81740c73bef5d3a6c69149d2c66378"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="../../d4/d08/misc_8h.html#a1b81740c73bef5d3a6c69149d2c66378">strip_char</a> (char *string, char char_to_strip)</td></tr>
  157. <tr class="separator:a1b81740c73bef5d3a6c69149d2c66378"><td class="memSeparator" colspan="2">&#160;</td></tr>
  158. <tr class="memitem:afa3287a0852a49ffaeb854b3a43efeeb"><td class="memItemLeft" align="right" valign="top">char **&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="../../d4/d08/misc_8h.html#afa3287a0852a49ffaeb854b3a43efeeb">split_string</a> (char *str, const char *div_str, int *substrings, int max_substrings, int max_substring_sz)</td></tr>
  159. <tr class="separator:afa3287a0852a49ffaeb854b3a43efeeb"><td class="memSeparator" colspan="2">&#160;</td></tr>
  160. <tr class="memitem:aec37f76b7523c94cbf893daa3011d561"><td class="memItemLeft" align="right" valign="top">int&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="../../d4/d08/misc_8h.html#aec37f76b7523c94cbf893daa3011d561">find_int</a> (int x, int *ia, int nmemb)</td></tr>
  161. <tr class="separator:aec37f76b7523c94cbf893daa3011d561"><td class="memSeparator" colspan="2">&#160;</td></tr>
  162. <tr class="memitem:acb47fac99a597857da46e5527954ed11"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="../../d4/d08/misc_8h.html#acb47fac99a597857da46e5527954ed11">xtimer</a> (u_int secs, u_int steps, int *counter)</td></tr>
  163. <tr class="separator:acb47fac99a597857da46e5527954ed11"><td class="memSeparator" colspan="2">&#160;</td></tr>
  164. <tr class="memitem:a00e04a1d03772af465554e244ab28870"><td class="memItemLeft" align="right" valign="top">int&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="../../d4/d08/misc_8h.html#a00e04a1d03772af465554e244ab28870">check_and_create_dir</a> (char *dir)</td></tr>
  165. <tr class="separator:a00e04a1d03772af465554e244ab28870"><td class="memSeparator" colspan="2">&#160;</td></tr>
  166. <tr class="memitem:a928b1da945af8413e422d1749058d33a"><td class="memItemLeft" align="right" valign="top">int&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="../../d4/d08/misc_8h.html#a928b1da945af8413e422d1749058d33a">file_exist</a> (char *filename)</td></tr>
  167. <tr class="separator:a928b1da945af8413e422d1749058d33a"><td class="memSeparator" colspan="2">&#160;</td></tr>
  168. <tr class="memitem:a8acb91fe62e69e1e7be98dd06b2410a2"><td class="memItemLeft" align="right" valign="top">int&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="../../d4/d08/misc_8h.html#a8acb91fe62e69e1e7be98dd06b2410a2">exec_root_script</a> (char *script, char *argv)</td></tr>
  169. <tr class="separator:a8acb91fe62e69e1e7be98dd06b2410a2"><td class="memSeparator" colspan="2">&#160;</td></tr>
  170. <tr class="memitem:ad3dd98cde966bc68b438e72af3c68527"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="../../d4/d08/misc_8h.html#ad3dd98cde966bc68b438e72af3c68527">do_nothing</a> (void)</td></tr>
  171. <tr class="separator:ad3dd98cde966bc68b438e72af3c68527"><td class="memSeparator" colspan="2">&#160;</td></tr>
  172. </table>
  173. <h2 class="groupheader">Macro Definition Documentation</h2>
  174. <a class="anchor" id="a8449f7a49a9aac590496ca70bfc11e55"></a>
  175. <div class="memitem">
  176. <div class="memproto">
  177. <table class="memname">
  178. <tr>
  179. <td class="memname">#define _return</td>
  180. <td>(</td>
  181. <td class="paramtype">&#160;</td>
  182. <td class="paramname">x</td><td>)</td>
  183. <td>&#160;&#160;&#160;({return (x); (x);})</td>
  184. </tr>
  185. </table>
  186. </div><div class="memdoc">
  187. </div>
  188. </div>
  189. <a class="anchor" id="a3dddc03c8e6df49ea7615405cc1faf4f"></a>
  190. <div class="memitem">
  191. <div class="memproto">
  192. <table class="memname">
  193. <tr>
  194. <td class="memname">#define CLR_BIT</td>
  195. <td>(</td>
  196. <td class="paramtype">&#160;</td>
  197. <td class="paramname">a, </td>
  198. </tr>
  199. <tr>
  200. <td class="paramkey"></td>
  201. <td></td>
  202. <td class="paramtype">&#160;</td>
  203. <td class="paramname">i&#160;</td>
  204. </tr>
  205. <tr>
  206. <td></td>
  207. <td>)</td>
  208. <td></td><td>&#160;&#160;&#160;((a)[(i)/CHAR_BIT] &amp;= ~(1&lt;&lt;((i)%CHAR_BIT)))</td>
  209. </tr>
  210. </table>
  211. </div><div class="memdoc">
  212. </div>
  213. </div>
  214. <a class="anchor" id="aaf9df6e3c9d68033ee6162c4738e3ee1"></a>
  215. <div class="memitem">
  216. <div class="memproto">
  217. <table class="memname">
  218. <tr>
  219. <td class="memname">#define FIND_PTR</td>
  220. <td>(</td>
  221. <td class="paramtype">&#160;</td>
  222. <td class="paramname">p, </td>
  223. </tr>
  224. <tr>
  225. <td class="paramkey"></td>
  226. <td></td>
  227. <td class="paramtype">&#160;</td>
  228. <td class="paramname">a, </td>
  229. </tr>
  230. <tr>
  231. <td class="paramkey"></td>
  232. <td></td>
  233. <td class="paramtype">&#160;</td>
  234. <td class="paramname">n&#160;</td>
  235. </tr>
  236. <tr>
  237. <td></td>
  238. <td>)</td>
  239. <td></td><td></td>
  240. </tr>
  241. </table>
  242. </div><div class="memdoc">
  243. <b>Value:</b><div class="fragment"><div class="line">({ \</div>
  244. <div class="line"> int _i, _ret; \</div>
  245. <div class="line"> \</div>
  246. <div class="line"> for(_i=0, _ret=-1; _i&lt;(n); _i++) \</div>
  247. <div class="line"> <span class="keywordflow">if</span>((a)[_i] == (p)) { \</div>
  248. <div class="line"> _ret=_i; \</div>
  249. <div class="line"> break; \</div>
  250. <div class="line"> } \</div>
  251. <div class="line"> _ret; \</div>
  252. <div class="line">})</div>
  253. </div><!-- fragment -->
  254. </div>
  255. </div>
  256. <a class="anchor" id="a196a8d532345b158a150af01f196c242"></a>
  257. <div class="memitem">
  258. <div class="memproto">
  259. <table class="memname">
  260. <tr>
  261. <td class="memname">#define MILLISEC</td>
  262. <td>(</td>
  263. <td class="paramtype">&#160;</td>
  264. <td class="paramname">x</td><td>)</td>
  265. <td>&#160;&#160;&#160;(((x).tv_sec*1000)+((x).tv_usec/1000))</td>
  266. </tr>
  267. </table>
  268. </div><div class="memdoc">
  269. </div>
  270. </div>
  271. <a class="anchor" id="aa911c93eee2bd5b1312317ba2d75af35"></a>
  272. <div class="memitem">
  273. <div class="memproto">
  274. <table class="memname">
  275. <tr>
  276. <td class="memname">#define MILLISEC_TO_TV</td>
  277. <td>(</td>
  278. <td class="paramtype">&#160;</td>
  279. <td class="paramname">x, </td>
  280. </tr>
  281. <tr>
  282. <td class="paramkey"></td>
  283. <td></td>
  284. <td class="paramtype">&#160;</td>
  285. <td class="paramname">t&#160;</td>
  286. </tr>
  287. <tr>
  288. <td></td>
  289. <td>)</td>
  290. <td></td><td></td>
  291. </tr>
  292. </table>
  293. </div><div class="memdoc">
  294. <b>Value:</b><div class="fragment"><div class="line"><span class="keywordflow">do</span>{ \</div>
  295. <div class="line"> (t).tv_sec=(x)/1000; \</div>
  296. <div class="line"> (t).tv_usec=((x) - ((x)/1000)*1000)*1000; \</div>
  297. <div class="line">}<span class="keywordflow">while</span>(0)</div>
  298. </div><!-- fragment -->
  299. </div>
  300. </div>
  301. <a class="anchor" id="a1aaef027c2540c4b3848ab5603c97adf"></a>
  302. <div class="memitem">
  303. <div class="memproto">
  304. <table class="memname">
  305. <tr>
  306. <td class="memname">#define NMEMB</td>
  307. <td>(</td>
  308. <td class="paramtype">&#160;</td>
  309. <td class="paramname">x</td><td>)</td>
  310. <td>&#160;&#160;&#160;(sizeof((x))/sizeof(typeof((x)[0])))</td>
  311. </tr>
  312. </table>
  313. </div><div class="memdoc">
  314. </div>
  315. </div>
  316. <a class="anchor" id="a57ad79bbf1da2778f9352732771339b9"></a>
  317. <div class="memitem">
  318. <div class="memproto">
  319. <table class="memname">
  320. <tr>
  321. <td class="memname">#define SET_BIT</td>
  322. <td>(</td>
  323. <td class="paramtype">&#160;</td>
  324. <td class="paramname">a, </td>
  325. </tr>
  326. <tr>
  327. <td class="paramkey"></td>
  328. <td></td>
  329. <td class="paramtype">&#160;</td>
  330. <td class="paramname">i&#160;</td>
  331. </tr>
  332. <tr>
  333. <td></td>
  334. <td>)</td>
  335. <td></td><td>&#160;&#160;&#160;((a)[(i)/CHAR_BIT] |= 1&lt;&lt;((i)%CHAR_BIT))</td>
  336. </tr>
  337. </table>
  338. </div><div class="memdoc">
  339. </div>
  340. </div>
  341. <a class="anchor" id="a5339af2eb805f73f3c78db430e03d719"></a>
  342. <div class="memitem">
  343. <div class="memproto">
  344. <table class="memname">
  345. <tr>
  346. <td class="memname">#define TEST_BIT</td>
  347. <td>(</td>
  348. <td class="paramtype">&#160;</td>
  349. <td class="paramname">a, </td>
  350. </tr>
  351. <tr>
  352. <td class="paramkey"></td>
  353. <td></td>
  354. <td class="paramtype">&#160;</td>
  355. <td class="paramname">i&#160;</td>
  356. </tr>
  357. <tr>
  358. <td></td>
  359. <td>)</td>
  360. <td></td><td>&#160;&#160;&#160;(((a)[(i)/CHAR_BIT] &amp; (1&lt;&lt;((i)%CHAR_BIT))) ? 1 : 0)</td>
  361. </tr>
  362. </table>
  363. </div><div class="memdoc">
  364. </div>
  365. </div>
  366. <h2 class="groupheader">Function Documentation</h2>
  367. <a class="anchor" id="a00e04a1d03772af465554e244ab28870"></a>
  368. <div class="memitem">
  369. <div class="memproto">
  370. <table class="memname">
  371. <tr>
  372. <td class="memname">int check_and_create_dir </td>
  373. <td>(</td>
  374. <td class="paramtype">char *&#160;</td>
  375. <td class="paramname"><em>dir</em></td><td>)</td>
  376. <td></td>
  377. </tr>
  378. </table>
  379. </div><div class="memdoc">
  380. <p><div class="dynheader">
  381. Here is the call graph for this function:</div>
  382. <div class="dyncontent">
  383. <div class="center"><img src="../../d4/d08/misc_8h_a00e04a1d03772af465554e244ab28870_cgraph.png" border="0" usemap="#d4/d08/misc_8h_a00e04a1d03772af465554e244ab28870_cgraph" alt=""/></div>
  384. <map name="d4/d08/misc_8h_a00e04a1d03772af465554e244ab28870_cgraph" id="d4/d08/misc_8h_a00e04a1d03772af465554e244ab28870_cgraph">
  385. <area shape="rect" id="node3" href="../../d7/df8/log_8c.html#ac33c8a42a58a6379397850b60be22028" title="error" alt="" coords="203,5,251,35"/><area shape="rect" id="node5" href="../../d7/df8/log_8c.html#a3bd4b0345d9f0035edbe68f3795319de" title="print_log" alt="" coords="300,5,369,35"/></map>
  386. </div>
  387. </p>
  388. <p><div class="dynheader">
  389. Here is the caller graph for this function:</div>
  390. <div class="dyncontent">
  391. <div class="center"><img src="../../d4/d08/misc_8h_a00e04a1d03772af465554e244ab28870_icgraph.png" border="0" usemap="#d4/d08/misc_8h_a00e04a1d03772af465554e244ab28870_icgraph" alt=""/></div>
  392. <map name="d4/d08/misc_8h_a00e04a1d03772af465554e244ab28870_icgraph" id="d4/d08/misc_8h_a00e04a1d03772af465554e244ab28870_icgraph">
  393. <area shape="rect" id="node3" href="../../d4/d3b/netsukuku_8c.html#a110d67ecacf72375eea84dc00338030c" title="init_netsukuku" alt="" coords="203,5,309,35"/><area shape="rect" id="node5" href="../../d9/d88/ntkresolv_8h.html#a3c04138a5bfe5d72780bb7e82a18e627" title="main" alt="" coords="357,5,408,35"/></map>
  394. </div>
  395. </p>
  396. </div>
  397. </div>
  398. <a class="anchor" id="ad3dd98cde966bc68b438e72af3c68527"></a>
  399. <div class="memitem">
  400. <div class="memproto">
  401. <table class="memname">
  402. <tr>
  403. <td class="memname">void do_nothing </td>
  404. <td>(</td>
  405. <td class="paramtype">void&#160;</td>
  406. <td class="paramname"></td><td>)</td>
  407. <td></td>
  408. </tr>
  409. </table>
  410. </div><div class="memdoc">
  411. <p><div class="dynheader">
  412. Here is the caller graph for this function:</div>
  413. <div class="dyncontent">
  414. <div class="center"><img src="../../d4/d08/misc_8h_ad3dd98cde966bc68b438e72af3c68527_icgraph.png" border="0" usemap="#d4/d08/misc_8h_ad3dd98cde966bc68b438e72af3c68527_icgraph" alt=""/></div>
  415. <map name="d4/d08/misc_8h_ad3dd98cde966bc68b438e72af3c68527_icgraph" id="d4/d08/misc_8h_ad3dd98cde966bc68b438e72af3c68527_icgraph">
  416. <area shape="rect" id="node3" href="../../d8/da0/qspn_8h.html#a6df687dad6a64c0807fbfc105cf244c5" title="qspn_open" alt="" coords="139,5,224,35"/><area shape="rect" id="node5" href="../../d8/da0/qspn_8h.html#a6c5c062e24ec079201aea53899af3e28" title="qspn_init" alt="" coords="272,5,347,35"/><area shape="rect" id="node7" href="../../d4/d3b/netsukuku_8c.html#a110d67ecacf72375eea84dc00338030c" title="init_netsukuku" alt="" coords="395,5,501,35"/><area shape="rect" id="node9" href="../../d9/d88/ntkresolv_8h.html#a3c04138a5bfe5d72780bb7e82a18e627" title="main" alt="" coords="549,5,600,35"/></map>
  417. </div>
  418. </p>
  419. </div>
  420. </div>
  421. <a class="anchor" id="a8acb91fe62e69e1e7be98dd06b2410a2"></a>
  422. <div class="memitem">
  423. <div class="memproto">
  424. <table class="memname">
  425. <tr>
  426. <td class="memname">int exec_root_script </td>
  427. <td>(</td>
  428. <td class="paramtype">char *&#160;</td>
  429. <td class="paramname"><em>script</em>, </td>
  430. </tr>
  431. <tr>
  432. <td class="paramkey"></td>
  433. <td></td>
  434. <td class="paramtype">char *&#160;</td>
  435. <td class="paramname"><em>argv</em>&#160;</td>
  436. </tr>
  437. <tr>
  438. <td></td>
  439. <td>)</td>
  440. <td></td><td></td>
  441. </tr>
  442. </table>
  443. </div><div class="memdoc">
  444. <p><div class="dynheader">
  445. Here is the call graph for this function:</div>
  446. <div class="dyncontent">
  447. <div class="center"><img src="../../d4/d08/misc_8h_a8acb91fe62e69e1e7be98dd06b2410a2_cgraph.png" border="0" usemap="#d4/d08/misc_8h_a8acb91fe62e69e1e7be98dd06b2410a2_cgraph" alt=""/></div>
  448. <map name="d4/d08/misc_8h_a8acb91fe62e69e1e7be98dd06b2410a2_cgraph" id="d4/d08/misc_8h_a8acb91fe62e69e1e7be98dd06b2410a2_cgraph">
  449. <area shape="rect" id="node3" href="../../d7/df8/log_8c.html#ac33c8a42a58a6379397850b60be22028" title="error" alt="" coords="180,5,228,35"/><area shape="rect" id="node7" href="../../d7/df8/log_8c.html#aea4dca1a8e24794377ba1bf45fbbfce8" title="loginfo" alt="" coords="175,59,233,88"/><area shape="rect" id="node5" href="../../d7/df8/log_8c.html#a3bd4b0345d9f0035edbe68f3795319de" title="print_log" alt="" coords="284,32,353,61"/></map>
  450. </div>
  451. </p>
  452. <p><div class="dynheader">
  453. Here is the caller graph for this function:</div>
  454. <div class="dyncontent">
  455. <div class="center"><img src="../../d4/d08/misc_8h_a8acb91fe62e69e1e7be98dd06b2410a2_icgraph.png" border="0" usemap="#d4/d08/misc_8h_a8acb91fe62e69e1e7be98dd06b2410a2_icgraph" alt=""/></div>
  456. <map name="d4/d08/misc_8h_a8acb91fe62e69e1e7be98dd06b2410a2_icgraph" id="d4/d08/misc_8h_a8acb91fe62e69e1e7be98dd06b2410a2_icgraph">
  457. <area shape="rect" id="node3" href="../../da/dd7/igs_8h.html#a7b3d293ed96b781f5b351d0f054bbf0d" title="igw_exec_masquerade_sh" alt="" coords="173,21,349,51"/><area shape="rect" id="node19" href="../../da/dd7/igs_8h.html#a5cf5f370332317b793630c29f82414c3" title="igw_exec_tcshaper_sh" alt="" coords="184,75,339,104"/><area shape="rect" id="node5" href="../../da/dd7/igs_8h.html#a184ab033bb2e2c1f856df5430ba87a80" title="init_internet_gateway\l_search" alt="" coords="405,5,549,51"/><area shape="rect" id="node11" href="../../da/dd7/igs_8h.html#a69dec3b6ff9453bc64d5b98f6b40e2aa" title="close_internet_gateway\l_search" alt="" coords="399,74,556,121"/><area shape="rect" id="node7" href="../../d4/d3b/netsukuku_8c.html#a110d67ecacf72375eea84dc00338030c" title="init_netsukuku" alt="" coords="791,13,897,43"/><area shape="rect" id="node9" href="../../d9/d88/ntkresolv_8h.html#a3c04138a5bfe5d72780bb7e82a18e627" title="main" alt="" coords="949,67,1000,96"/><area shape="rect" id="node13" href="../../d4/d3b/netsukuku_8c.html#a235b6034c5756ff428377a300e9be15d" title="destroy_netsukuku" alt="" coords="607,83,737,112"/><area shape="rect" id="node15" href="../../d4/d3b/netsukuku_8c.html#a785106d5f7144641d79c5f5e9ddc2135" title="sigterm_handler" alt="" coords="787,67,901,96"/></map>
  458. </div>
  459. </p>
  460. </div>
  461. </div>
  462. <a class="anchor" id="a928b1da945af8413e422d1749058d33a"></a>
  463. <div class="memitem">
  464. <div class="memproto">
  465. <table class="memname">
  466. <tr>
  467. <td class="memname">int file_exist </td>
  468. <td>(</td>
  469. <td class="paramtype">char *&#160;</td>
  470. <td class="paramname"><em>filename</em></td><td>)</td>
  471. <td></td>
  472. </tr>
  473. </table>
  474. </div><div class="memdoc">
  475. <p><div class="dynheader">
  476. Here is the caller graph for this function:</div>
  477. <div class="dyncontent">
  478. <div class="center"><img src="../../d4/d08/misc_8h_a928b1da945af8413e422d1749058d33a_icgraph.png" border="0" usemap="#d4/d08/misc_8h_a928b1da945af8413e422d1749058d33a_icgraph" alt=""/></div>
  479. <map name="d4/d08/misc_8h_a928b1da945af8413e422d1749058d33a_icgraph" id="d4/d08/misc_8h_a928b1da945af8413e422d1749058d33a_icgraph">
  480. <area shape="rect" id="node3" href="../../d5/d05/andna_8h.html#afc0f24a5b798975732d4f238dccc42ef" title="andna_load_caches" alt="" coords="129,5,265,35"/><area shape="rect" id="node11" href="../../d4/d3b/netsukuku_8c.html#aeda777559abec4e7ff375954117a918e" title="ntk_load_maps" alt="" coords="143,59,252,88"/><area shape="rect" id="node14" href="../../d4/d3b/netsukuku_8c.html#a4db5766f181d0b79ee932e1858e9fa63" title="check_conflicting_options" alt="" coords="316,111,487,140"/><area shape="rect" id="node5" href="../../d5/d05/andna_8h.html#aa7b53282a673cbc82c998a3cf4e5aff2" title="andna_init" alt="" coords="361,7,441,36"/><area shape="rect" id="node7" href="../../d4/d3b/netsukuku_8c.html#a110d67ecacf72375eea84dc00338030c" title="init_netsukuku" alt="" coords="536,59,643,88"/><area shape="rect" id="node9" href="../../d9/d88/ntkresolv_8h.html#a3c04138a5bfe5d72780bb7e82a18e627" title="main" alt="" coords="691,85,741,115"/></map>
  481. </div>
  482. </p>
  483. </div>
  484. </div>
  485. <a class="anchor" id="aec37f76b7523c94cbf893daa3011d561"></a>
  486. <div class="memitem">
  487. <div class="memproto">
  488. <table class="memname">
  489. <tr>
  490. <td class="memname">int find_int </td>
  491. <td>(</td>
  492. <td class="paramtype">int&#160;</td>
  493. <td class="paramname"><em>x</em>, </td>
  494. </tr>
  495. <tr>
  496. <td class="paramkey"></td>
  497. <td></td>
  498. <td class="paramtype">int *&#160;</td>
  499. <td class="paramname"><em>ia</em>, </td>
  500. </tr>
  501. <tr>
  502. <td class="paramkey"></td>
  503. <td></td>
  504. <td class="paramtype">int&#160;</td>
  505. <td class="paramname"><em>nmemb</em>&#160;</td>
  506. </tr>
  507. <tr>
  508. <td></td>
  509. <td>)</td>
  510. <td></td><td></td>
  511. </tr>
  512. </table>
  513. </div><div class="memdoc">
  514. <p><div class="dynheader">
  515. Here is the caller graph for this function:</div>
  516. <div class="dyncontent">
  517. <div class="center"><img src="../../d4/d08/misc_8h_aec37f76b7523c94cbf893daa3011d561_icgraph.png" border="0" usemap="#d4/d08/misc_8h_aec37f76b7523c94cbf893daa3011d561_icgraph" alt=""/></div>
  518. <map name="d4/d08/misc_8h_aec37f76b7523c94cbf893daa3011d561_icgraph" id="d4/d08/misc_8h_aec37f76b7523c94cbf893daa3011d561_icgraph">
  519. <area shape="rect" id="node3" href="../../df/dbf/route_8c.html#abbe040eb10fb43323e36bc2e456a29ce" title="get_gw_gnode_recurse" alt="" coords="119,593,273,622"/><area shape="rect" id="node5" href="../../df/dbf/route_8c.html#a59dc8e3d1c0d989d95f8012f08d82019" title="get_gw_bnode_recurse" alt="" coords="324,593,479,622"/><area shape="rect" id="node8" href="../../d9/d7f/route_8h.html#a5c22334fec4f4d06a0a9e1b85a426835" title="get_gw_gnode" alt="" coords="348,646,455,676"/><area shape="rect" id="node10" href="../../d9/d7f/route_8h.html#a8030bab7c77153a34a7b2a71c3be3bc1" title="get_gw_ips" alt="" coords="528,646,616,676"/><area shape="rect" id="node12" href="../../d4/d18/andna_8c.html#a38841ce4a17cc49307989b692098b777" title="find_hash_gnode_recurse" alt="" coords="664,596,835,625"/><area shape="rect" id="node77" href="../../d9/d7f/route_8h.html#ae4d32d12b40eb8c936e1d301bc32c359" title="rt_build_nexthop_gw" alt="" coords="679,697,820,726"/><area shape="rect" id="node14" href="../../d4/d18/andna_8c.html#a6114eeecf073e71b67aed8e268a8d1b6" title="find_hash_gnode" alt="" coords="1068,332,1188,361"/><area shape="rect" id="node16" href="../../d5/d05/andna_8h.html#a47f535bfa2b7403ded9d8b4a7c19d27d" title="andna_register_hname" alt="" coords="1276,525,1428,554"/><area shape="rect" id="node31" href="../../d5/d05/andna_8h.html#a5da3518ba270f03f8d087c3c1cb25115" title="andna_recv_reg_rq" alt="" coords="1509,209,1640,238"/><area shape="rect" id="node37" href="../../d5/d05/andna_8h.html#a278c2e4e68b10357f59f3edbaa9bf7de" title="andna_check_counter" alt="" coords="1277,176,1427,205"/><area shape="rect" id="node40" href="../../d5/d05/andna_8h.html#aaa787887419437e0bca8efae5cd88aaf" title="andna_recv_check_counter" alt="" coords="1261,384,1443,413"/><area shape="rect" id="node43" href="../../d5/d05/andna_8h.html#a1ce60180d15ab89d473eb45928ee6ee5" title="andna_resolve_hash" alt="" coords="1281,113,1423,142"/><area shape="rect" id="node64" href="../../d5/d05/andna_8h.html#a8aab86a04409ff7c8baef00863464621" title="andna_recv_resolve_rq" alt="" coords="1497,332,1652,361"/><area shape="rect" id="node67" href="../../d5/d05/andna_8h.html#a176509d35d2405f8416d22b7defd2081" title="get_single_andna_c" alt="" coords="1284,280,1420,309"/><area shape="rect" id="node74" href="../../d5/d05/andna_8h.html#a518d5d1d638386131f4e1ca4b5e2edb6" title="put_single_acache" alt="" coords="1287,437,1417,466"/><area shape="rect" id="node18" href="../../d4/d18/andna_8c.html#abac5b6d2df2140ec17abb62d9ce8cbbc" title="andna_min_update_retry" alt="" coords="1493,556,1656,585"/><area shape="rect" id="node20" href="../../d5/d05/andna_8h.html#a22751676386bfd17dd30f88528ee0f12" title="andna_update_hnames" alt="" coords="1715,608,1869,637"/><area shape="rect" id="node27" href="../../d5/d05/andna_8h.html#ac5e2e3a07b8b99edbc9501aae6e5b1ff" title="andna_maintain_hnames\l_active" alt="" coords="1492,486,1657,532"/><area shape="rect" id="node22" href="../../d4/d3b/netsukuku_8c.html#a678f7ec6e159e6bee076921c8d709847" title="reload_hostname_thread" alt="" coords="1927,660,2089,689"/><area shape="rect" id="node24" href="../../d2/d42/rehook_8h.html#ae6ae2d4b03e5a8cc1891cbf553ebb913" title="rehook" alt="" coords="2151,738,2212,768"/><area shape="rect" id="node29" href="../../d5/d05/andna_8h.html#ae8a0abdfc416da1b04dafe5c30fb14c3" title="andna_main" alt="" coords="1747,494,1837,524"/><area shape="rect" id="node33" href="../../d5/d05/andna_8h.html#aa7b53282a673cbc82c998a3cf4e5aff2" title="andna_init" alt="" coords="1752,358,1832,388"/><area shape="rect" id="node35" href="../../d4/d3b/netsukuku_8c.html#a110d67ecacf72375eea84dc00338030c" title="init_netsukuku" alt="" coords="1955,713,2061,742"/><area shape="rect" id="node45" href="../../d5/d05/andna_8h.html#aa3b87d2348a3a7cdb6e2d95c66fdfb6f" title="andna_resolve_hname" alt="" coords="1499,156,1651,185"/><area shape="rect" id="node51" href="../../dd/dd9/andns_8h.html#a77c1322dbf52a1bacabe97028c9ce8d2" title="nk_rslv" alt="" coords="1976,25,2040,54"/><area shape="rect" id="node54" href="../../d1/dd5/andns__snsd_8h.html#a5f5ed255a4e4e2604045525ee8acb7fb" title="snsd_main_ip" alt="" coords="1524,102,1625,132"/><area shape="rect" id="node47" href="../../dd/dd9/andns_8h.html#a81431a7e5716758c3bbefd17f8e68898" title="inet_rslv" alt="" coords="1973,144,2043,173"/><area shape="rect" id="node49" href="../../dd/dd9/andns_8h.html#ad55d591cf7a444daa6b9cea7f8ae29bc" title="andns_rslv" alt="" coords="2139,85,2224,114"/><area shape="rect" id="node56" href="../../d1/dd5/andns__snsd_8h.html#a86f72d27da5b908d5ce023c778ad4b74" title="snsd_node_to_data" alt="" coords="1725,102,1859,132"/><area shape="rect" id="node59" href="../../d1/dd5/andns__snsd_8h.html#af1703129169f7152c3a4c38604bf9ea9" title="snsd_service_to_aansws" alt="" coords="1708,25,1876,54"/><area shape="rect" id="node62" href="../../d1/dd5/andns__snsd_8h.html#a1fcd0373d93db849bf72644fc21e5087" title="snsd_node_to_dansw" alt="" coords="1719,156,1865,185"/><area shape="rect" id="node71" href="../../d5/d05/andna_8h.html#a7cb15ea6895d12e1dc8b334360de6819" title="recv_spread_single\l_acache" alt="" coords="1508,262,1641,308"/><area shape="rect" id="node79" href="../../d9/d7f/route_8h.html#aa5e6a218401371f79910f174b4aabaee" title="rt_update_node" alt="" coords="884,792,993,821"/><area shape="rect" id="node81" href="../../db/de6/qspn_8c.html#aaf014079dd9e527ab38f3b21c547489b" title="qspn_remove_deads" alt="" coords="1057,765,1199,794"/><area shape="rect" id="node92" href="../../d7/d02/radar_8c.html#a94b39741ffea4a0e3fef007399f9ee02" title="radar_remove_old_rnodes" alt="" coords="1043,818,1213,848"/><area shape="rect" id="node106" href="../../d9/d7f/route_8h.html#a8f92a6fd8e99f27459b98ccb17a5f594" title="rt_rnodes_update" alt="" coords="1067,872,1189,901"/><area shape="rect" id="node109" href="../../d9/d7f/route_8h.html#a32029732dc208304ab63287968952ec5" title="rt_full_update" alt="" coords="1079,950,1177,980"/><area shape="rect" id="node112" href="../../da/db5/tracer_8h.html#a12c03f2eaa97e2c644dcdd892e0fa758" title="tracer_store_pkt" alt="" coords="1295,713,1409,742"/><area shape="rect" id="node83" href="../../d8/da0/qspn_8h.html#ab2f4bfac6bcea3379068bf4aab92e381" title="qspn_new_round" alt="" coords="1292,766,1412,796"/><area shape="rect" id="node85" href="../../d8/da0/qspn_8h.html#a0c2ef8efd5611e3ed71086a267af7915" title="qspn_send" alt="" coords="1532,820,1617,849"/><area shape="rect" id="node87" href="../../d8/da0/qspn_8h.html#ab70abece99b6ae77b078ec100c35912a" title="qspn_close" alt="" coords="1531,766,1619,796"/><area shape="rect" id="node89" href="../../d8/da0/qspn_8h.html#a6c5c062e24ec079201aea53899af3e28" title="qspn_init" alt="" coords="1755,713,1829,742"/><area shape="rect" id="node94" href="../../d3/df5/radar_8h.html#a6908f30023e15ac38b957dc8f3941f37" title="radar_update_map" alt="" coords="1288,872,1416,901"/><area shape="rect" id="node96" href="../../d3/df5/radar_8h.html#a3d46b80b3ad27f86a02c0586617f18cc" title="radar_scan" alt="" coords="1532,924,1617,953"/><area shape="rect" id="node103" href="../../d3/df5/radar_8h.html#aa589f34d936b21665c16fca95f06092f" title="refresh_hook_root_node" alt="" coords="1712,870,1872,900"/><area shape="rect" id="node98" href="../../d3/dc7/hook_8c.html#a5e32a215ed05b1ef1f870ce105f67640" title="hook_finish" alt="" coords="1748,924,1836,953"/><area shape="rect" id="node100" href="../../d6/d34/hook_8h.html#af10a487801fab9a28a3cfb6759fe138f" title="netsukuku_hook" alt="" coords="1949,870,2067,900"/><area shape="rect" id="node115" href="../../d8/da0/qspn_8h.html#a6df687dad6a64c0807fbfc105cf244c5" title="qspn_open" alt="" coords="1532,713,1617,742"/><area shape="rect" id="node118" href="../../da/db5/tracer_8h.html#ab53c5821a9d4215b3d5ba16fd95e8297" title="tracer_pkt_recv" alt="" coords="1519,660,1631,689"/></map>
  520. </div>
  521. </p>
  522. </div>
  523. </div>
  524. <a class="anchor" id="ae13480d8227e14c4ea764297d170d39c"></a>
  525. <div class="memitem">
  526. <div class="memproto">
  527. <table class="memname">
  528. <tr>
  529. <td class="memname">char* last_token </td>
  530. <td>(</td>
  531. <td class="paramtype">char *&#160;</td>
  532. <td class="paramname"><em>string</em>, </td>
  533. </tr>
  534. <tr>
  535. <td class="paramkey"></td>
  536. <td></td>
  537. <td class="paramtype">char&#160;</td>
  538. <td class="paramname"><em>tok</em>&#160;</td>
  539. </tr>
  540. <tr>
  541. <td></td>
  542. <td>)</td>
  543. <td></td><td></td>
  544. </tr>
  545. </table>
  546. </div><div class="memdoc">
  547. <p><div class="dynheader">
  548. Here is the caller graph for this function:</div>
  549. <div class="dyncontent">
  550. <div class="center"><img src="../../d4/d08/misc_8h_ae13480d8227e14c4ea764297d170d39c_icgraph.png" border="0" usemap="#d4/d08/misc_8h_ae13480d8227e14c4ea764297d170d39c_icgraph" alt=""/></div>
  551. <map name="d4/d08/misc_8h_ae13480d8227e14c4ea764297d170d39c_icgraph" id="d4/d08/misc_8h_ae13480d8227e14c4ea764297d170d39c_icgraph">
  552. <area shape="rect" id="node3" href="../../d4/d08/misc_8h.html#a1b81740c73bef5d3a6c69149d2c66378" title="strip_char" alt="" coords="137,32,215,61"/><area shape="rect" id="node5" href="../../dd/dd9/andns_8h.html#a412c450840e3bb78ac14b32b3db878a8" title="collect_resolv_conf" alt="" coords="265,32,399,61"/><area shape="rect" id="node7" href="../../d5/d05/andna_8h.html#a90aee78fd7b0472165aca317c1a18721" title="andna_resolvconf_restore" alt="" coords="448,59,619,88"/><area shape="rect" id="node23" href="../../dd/dd9/andns_8h.html#a5a4d6d7f4f8ffb407a416f1bab193258" title="andns_init" alt="" coords="493,5,573,35"/><area shape="rect" id="node9" href="../../d5/d05/andna_8h.html#aa7b53282a673cbc82c998a3cf4e5aff2" title="andna_init" alt="" coords="675,5,755,35"/><area shape="rect" id="node15" href="../../d5/d05/andna_8h.html#ad741f07b1bbda88076dfc6116707ba01" title="andna_close" alt="" coords="668,59,761,88"/><area shape="rect" id="node11" href="../../d4/d3b/netsukuku_8c.html#a110d67ecacf72375eea84dc00338030c" title="init_netsukuku" alt="" coords="996,5,1103,35"/><area shape="rect" id="node13" href="../../d9/d88/ntkresolv_8h.html#a3c04138a5bfe5d72780bb7e82a18e627" title="main" alt="" coords="1155,57,1205,87"/><area shape="rect" id="node17" href="../../d4/d3b/netsukuku_8c.html#a235b6034c5756ff428377a300e9be15d" title="destroy_netsukuku" alt="" coords="812,59,943,88"/><area shape="rect" id="node19" href="../../d4/d3b/netsukuku_8c.html#a785106d5f7144641d79c5f5e9ddc2135" title="sigterm_handler" alt="" coords="992,109,1107,139"/></map>
  553. </div>
  554. </p>
  555. </div>
  556. </div>
  557. <a class="anchor" id="af7f747ea1b353be8609df593dc0a629a"></a>
  558. <div class="memitem">
  559. <div class="memproto">
  560. <table class="mlabels">
  561. <tr>
  562. <td class="mlabels-left">
  563. <table class="memname">
  564. <tr>
  565. <td class="memname">int rand_range </td>
  566. <td>(</td>
  567. <td class="paramtype">int&#160;</td>
  568. <td class="paramname"><em>_min</em>, </td>
  569. </tr>
  570. <tr>
  571. <td class="paramkey"></td>
  572. <td></td>
  573. <td class="paramtype">int&#160;</td>
  574. <td class="paramname"><em>_max</em>&#160;</td>
  575. </tr>
  576. <tr>
  577. <td></td>
  578. <td>)</td>
  579. <td></td><td></td>
  580. </tr>
  581. </table>
  582. </td>
  583. <td class="mlabels-right">
  584. <span class="mlabels"><span class="mlabel">inline</span></span> </td>
  585. </tr>
  586. </table>
  587. </div><div class="memdoc">
  588. <p><div class="dynheader">
  589. Here is the caller graph for this function:</div>
  590. <div class="dyncontent">
  591. <div class="center"><img src="../../d4/d08/misc_8h_af7f747ea1b353be8609df593dc0a629a_icgraph.png" border="0" usemap="#d4/d08/misc_8h_af7f747ea1b353be8609df593dc0a629a_icgraph" alt=""/></div>
  592. <map name="d4/d08/misc_8h_af7f747ea1b353be8609df593dc0a629a_icgraph" id="d4/d08/misc_8h_af7f747ea1b353be8609df593dc0a629a_icgraph">
  593. <area shape="rect" id="node3" href="../../d4/d18/andna_8c.html#ad824e987f9deb115009c2b6378ccbc8c" title="random_gid_level_0" alt="" coords="553,333,689,363"/><area shape="rect" id="node24" href="../../d5/d05/andna_8h.html#ac5e2e3a07b8b99edbc9501aae6e5b1ff" title="andna_maintain_hnames\l_active" alt="" coords="1356,491,1521,538"/><area shape="rect" id="node70" href="../../d7/d3b/gmap_8h.html#ab9b8447a87c9c09e24de89e12d5f5387" title="random_ip" alt="" coords="179,700,261,729"/><area shape="rect" id="node76" href="../../d3/dc7/hook_8c.html#a7503e6bf75bee5edba1dd37e8878911a" title="hook_first_radar_scan" alt="" coords="749,803,899,832"/><area shape="rect" id="node88" href="../../d3/dc7/hook_8c.html#a9c2f57416bf3788157e15a1d889cca5e" title="hook_choose_new_ip" alt="" coords="352,596,499,625"/><area shape="rect" id="node91" href="../../d3/dc7/hook_8c.html#ad4b44c41d2528f0f4e70c24d5b4c5daf" title="hook_reset" alt="" coords="781,544,867,573"/><area shape="rect" id="node99" href="../../d3/dc7/hook_8c.html#a5e32a215ed05b1ef1f870ce105f67640" title="hook_finish" alt="" coords="577,647,665,676"/><area shape="rect" id="node102" href="../../d5/ddf/qspn-empiric_8h.html#ac7f772d3738759892a56e06f52d02fe3" title="gen_rnd_map" alt="" coords="171,879,269,908"/><area shape="rect" id="node105" href="../../db/def/qspn-empiric_8c.html#a3c04138a5bfe5d72780bb7e82a18e627" title="main" alt="" coords="400,860,451,889"/><area shape="rect" id="node108" href="../../d3/df5/radar_8h.html#a5227b335b67dd5298d3764f732b422cd" title="rnl_get_rand_dev" alt="" coords="160,932,280,961"/><area shape="rect" id="node110" href="../../df/dbf/route_8c.html#abbe040eb10fb43323e36bc2e456a29ce" title="get_gw_gnode_recurse" alt="" coords="143,440,297,469"/><area shape="rect" id="node124" href="../../d6/d2e/snsd__cache_8h.html#a84725c660a472b86eb1cc3dc82fd8da1" title="snsd_choose_wrand" alt="" coords="149,985,291,1015"/><area shape="rect" id="node5" href="../../d4/d18/andna_8c.html#a38841ce4a17cc49307989b692098b777" title="find_hash_gnode_recurse" alt="" coords="739,333,909,363"/><area shape="rect" id="node7" href="../../d4/d18/andna_8c.html#a6114eeecf073e71b67aed8e268a8d1b6" title="find_hash_gnode" alt="" coords="957,284,1077,313"/><area shape="rect" id="node9" href="../../d5/d05/andna_8h.html#a47f535bfa2b7403ded9d8b4a7c19d27d" title="andna_register_hname" alt="" coords="1140,552,1292,581"/><area shape="rect" id="node30" href="../../d5/d05/andna_8h.html#a5da3518ba270f03f8d087c3c1cb25115" title="andna_recv_reg_rq" alt="" coords="1373,164,1504,193"/><area shape="rect" id="node37" href="../../d5/d05/andna_8h.html#a278c2e4e68b10357f59f3edbaa9bf7de" title="andna_check_counter" alt="" coords="1141,177,1291,207"/><area shape="rect" id="node40" href="../../d5/d05/andna_8h.html#aaa787887419437e0bca8efae5cd88aaf" title="andna_recv_check_counter" alt="" coords="1125,231,1307,260"/><area shape="rect" id="node43" href="../../d5/d05/andna_8h.html#a1ce60180d15ab89d473eb45928ee6ee5" title="andna_resolve_hash" alt="" coords="1145,65,1287,95"/><area shape="rect" id="node56" href="../../d5/d05/andna_8h.html#a8aab86a04409ff7c8baef00863464621" title="andna_recv_resolve_rq" alt="" coords="1361,337,1516,367"/><area shape="rect" id="node59" href="../../d5/d05/andna_8h.html#a176509d35d2405f8416d22b7defd2081" title="get_single_andna_c" alt="" coords="1148,284,1284,313"/><area shape="rect" id="node66" href="../../d5/d05/andna_8h.html#a518d5d1d638386131f4e1ca4b5e2edb6" title="put_single_acache" alt="" coords="1151,388,1281,417"/><area shape="rect" id="node11" href="../../d4/d18/andna_8c.html#abac5b6d2df2140ec17abb62d9ce8cbbc" title="andna_min_update_retry" alt="" coords="1357,612,1520,641"/><area shape="rect" id="node13" href="../../d5/d05/andna_8h.html#a22751676386bfd17dd30f88528ee0f12" title="andna_update_hnames" alt="" coords="1572,612,1727,641"/><area shape="rect" id="node15" href="../../d4/d3b/netsukuku_8c.html#a678f7ec6e159e6bee076921c8d709847" title="reload_hostname_thread" alt="" coords="1777,612,1940,641"/><area shape="rect" id="node17" href="../../d2/d42/rehook_8h.html#ae6ae2d4b03e5a8cc1891cbf553ebb913" title="rehook" alt="" coords="1828,716,1889,745"/><area shape="rect" id="node19" href="../../df/dba/rehook_8c.html#aeb32663f186f840edf41bb43d1f82459" title="new_rehook_thread" alt="" coords="1991,716,2124,745"/><area shape="rect" id="node21" href="../../d2/d42/rehook_8h.html#acd9ab3b97734c31a06ae3dcf475a1b39" title="new_rehook" alt="" coords="2175,716,2265,745"/><area shape="rect" id="node26" href="../../d5/d05/andna_8h.html#ae8a0abdfc416da1b04dafe5c30fb14c3" title="andna_main" alt="" coords="1604,500,1695,529"/><area shape="rect" id="node28" href="../../d9/d88/ntkresolv_8h.html#a3c04138a5bfe5d72780bb7e82a18e627" title="main" alt="" coords="2032,500,2083,529"/><area shape="rect" id="node32" href="../../d5/d05/andna_8h.html#aa7b53282a673cbc82c998a3cf4e5aff2" title="andna_init" alt="" coords="1609,307,1689,336"/><area shape="rect" id="node34" href="../../d4/d3b/netsukuku_8c.html#a110d67ecacf72375eea84dc00338030c" title="init_netsukuku" alt="" coords="1805,440,1912,469"/><area shape="rect" id="node45" href="../../d5/d05/andna_8h.html#aa3b87d2348a3a7cdb6e2d95c66fdfb6f" title="andna_resolve_hname" alt="" coords="1363,57,1515,87"/><area shape="rect" id="node51" href="../../dd/dd9/andns_8h.html#a77c1322dbf52a1bacabe97028c9ce8d2" title="nk_rslv" alt="" coords="1617,5,1681,35"/><area shape="rect" id="node54" href="../../d1/dd5/andns__snsd_8h.html#a5f5ed255a4e4e2604045525ee8acb7fb" title="snsd_main_ip" alt="" coords="1388,111,1489,140"/><area shape="rect" id="node47" href="../../dd/dd9/andns_8h.html#a81431a7e5716758c3bbefd17f8e68898" title="inet_rslv" alt="" coords="1615,59,1684,88"/><area shape="rect" id="node49" href="../../dd/dd9/andns_8h.html#ad55d591cf7a444daa6b9cea7f8ae29bc" title="andns_rslv" alt="" coords="1816,32,1901,61"/><area shape="rect" id="node63" href="../../d5/d05/andna_8h.html#a7cb15ea6895d12e1dc8b334360de6819" title="recv_spread_single\l_acache" alt="" coords="1372,267,1505,314"/><area shape="rect" id="node72" href="../../d6/d34/hook_8h.html#ab49323f81163c48f70eacb3bd5a5eec4" title="create_gnodes" alt="" coords="372,700,479,729"/><area shape="rect" id="node74" href="../../d3/dc7/hook_8c.html#acce6e668cf071bc363f3237daebc95d0" title="create_new_qgroup" alt="" coords="555,753,688,783"/><area shape="rect" id="node85" href="../../d3/dc7/hook_8c.html#a00d0f0c666be6f5b1d58632b4b5d222c" title="hook_get_ext_map" alt="" coords="556,700,687,729"/><area shape="rect" id="node82" href="../../d3/dc7/hook_8c.html#a121f2311c11a2ea89f57e07d064f33b9" title="hook_get_free_nodes" alt="" coords="751,749,897,779"/><area shape="rect" id="node78" href="../../d6/d34/hook_8h.html#af10a487801fab9a28a3cfb6759fe138f" title="netsukuku_hook" alt="" coords="959,681,1076,711"/><area shape="rect" id="node93" href="../../d6/d34/hook_8h.html#af541d5ab5dd6596b12342140f4094dee" title="hook_init" alt="" coords="980,440,1055,469"/><area shape="rect" id="node112" href="../../df/dbf/route_8c.html#a59dc8e3d1c0d989d95f8012f08d82019" title="get_gw_bnode_recurse" alt="" coords="348,440,503,469"/><area shape="rect" id="node115" href="../../d9/d7f/route_8h.html#a5c22334fec4f4d06a0a9e1b85a426835" title="get_gw_gnode" alt="" coords="372,387,479,416"/><area shape="rect" id="node117" href="../../d9/d7f/route_8h.html#a8030bab7c77153a34a7b2a71c3be3bc1" title="get_gw_ips" alt="" coords="577,387,665,416"/><area shape="rect" id="node120" href="../../d9/d7f/route_8h.html#ae4d32d12b40eb8c936e1d301bc32c359" title="rt_build_nexthop_gw" alt="" coords="753,387,895,416"/><area shape="rect" id="node122" href="../../d9/d7f/route_8h.html#aa5e6a218401371f79910f174b4aabaee" title="rt_update_node" alt="" coords="963,387,1072,416"/></map>
  594. </div>
  595. </p>
  596. </div>
  597. </div>
  598. <a class="anchor" id="afa3287a0852a49ffaeb854b3a43efeeb"></a>
  599. <div class="memitem">
  600. <div class="memproto">
  601. <table class="memname">
  602. <tr>
  603. <td class="memname">char** split_string </td>
  604. <td>(</td>
  605. <td class="paramtype">char *&#160;</td>
  606. <td class="paramname"><em>str</em>, </td>
  607. </tr>
  608. <tr>
  609. <td class="paramkey"></td>
  610. <td></td>
  611. <td class="paramtype">const char *&#160;</td>
  612. <td class="paramname"><em>div_str</em>, </td>
  613. </tr>
  614. <tr>
  615. <td class="paramkey"></td>
  616. <td></td>
  617. <td class="paramtype">int *&#160;</td>
  618. <td class="paramname"><em>substrings</em>, </td>
  619. </tr>
  620. <tr>
  621. <td class="paramkey"></td>
  622. <td></td>
  623. <td class="paramtype">int&#160;</td>
  624. <td class="paramname"><em>max_substrings</em>, </td>
  625. </tr>
  626. <tr>
  627. <td class="paramkey"></td>
  628. <td></td>
  629. <td class="paramtype">int&#160;</td>
  630. <td class="paramname"><em>max_substring_sz</em>&#160;</td>
  631. </tr>
  632. <tr>
  633. <td></td>
  634. <td>)</td>
  635. <td></td><td></td>
  636. </tr>
  637. </table>
  638. </div><div class="memdoc">
  639. <p><div class="dynheader">
  640. Here is the call graph for this function:</div>
  641. <div class="dyncontent">
  642. <div class="center"><img src="../../d4/d08/misc_8h_afa3287a0852a49ffaeb854b3a43efeeb_cgraph.png" border="0" usemap="#d4/d08/misc_8h_afa3287a0852a49ffaeb854b3a43efeeb_cgraph" alt=""/></div>
  643. <map name="d4/d08/misc_8h_afa3287a0852a49ffaeb854b3a43efeeb_cgraph" id="d4/d08/misc_8h_afa3287a0852a49ffaeb854b3a43efeeb_cgraph">
  644. <area shape="rect" id="node3" href="../../d2/dab/xmalloc_8c.html#a42ccfa6fc49cc4ce90cc44cd05052490" title="xmalloc" alt="" coords="373,27,440,56"/><area shape="rect" id="node11" href="../../d2/dab/xmalloc_8c.html#ad6142d091f00b2d4543ce7a43e5d0eba" title="xstrdup" alt="" coords="140,27,204,56"/><area shape="rect" id="node16" href="../../d2/dab/xmalloc_8c.html#a95c6a612049c763f0d351481361ad689" title="xrealloc" alt="" coords="256,80,323,109"/><area shape="rect" id="node5" href="../../d7/df8/log_8c.html#a677da14e8c4326bde43622f233f1ead3" title="fatal" alt="" coords="489,53,535,83"/><area shape="rect" id="node7" href="../../d7/df8/log_8c.html#a3bd4b0345d9f0035edbe68f3795319de" title="print_log" alt="" coords="600,27,669,56"/><area shape="rect" id="node9" href="../../d7/df8/log_8c.html#a32f684e2d9d47ca24806b88e58498931" title="close_log_file" alt="" coords="584,80,685,109"/><area shape="rect" id="node13" href="../../d2/dab/xmalloc_8c.html#aa0d9692e0141edaf2b2f748d630b5485" title="xstrndup" alt="" coords="253,27,325,56"/></map>
  645. </div>
  646. </p>
  647. <p><div class="dynheader">
  648. Here is the caller graph for this function:</div>
  649. <div class="dyncontent">
  650. <div class="center"><img src="../../d4/d08/misc_8h_afa3287a0852a49ffaeb854b3a43efeeb_icgraph.png" border="0" usemap="#d4/d08/misc_8h_afa3287a0852a49ffaeb854b3a43efeeb_icgraph" alt=""/></div>
  651. <map name="d4/d08/misc_8h_afa3287a0852a49ffaeb854b3a43efeeb_icgraph" id="d4/d08/misc_8h_afa3287a0852a49ffaeb854b3a43efeeb_icgraph">
  652. <area shape="rect" id="node3" href="../../d7/d74/andna__cache_8h.html#ae30431f21d44516e3c006ae361578d9c" title="load_snsd" alt="" coords="171,57,251,87"/><area shape="rect" id="node18" href="../../da/dd7/igs_8h.html#a2b648cbf154af516c4ed807ebaa4fe88" title="parse_internet_hosts" alt="" coords="140,111,281,140"/><area shape="rect" id="node5" href="../../d5/d05/andna_8h.html#afc0f24a5b798975732d4f238dccc42ef" title="andna_load_caches" alt="" coords="340,7,476,36"/><area shape="rect" id="node13" href="../../d4/d3b/netsukuku_8c.html#a678f7ec6e159e6bee076921c8d709847" title="reload_hostname_thread" alt="" coords="535,59,697,88"/><area shape="rect" id="node7" href="../../d5/d05/andna_8h.html#aa7b53282a673cbc82c998a3cf4e5aff2" title="andna_init" alt="" coords="576,5,656,35"/><area shape="rect" id="node9" href="../../d4/d3b/netsukuku_8c.html#a110d67ecacf72375eea84dc00338030c" title="init_netsukuku" alt="" coords="748,5,855,35"/><area shape="rect" id="node11" href="../../d9/d88/ntkresolv_8h.html#a3c04138a5bfe5d72780bb7e82a18e627" title="main" alt="" coords="904,59,955,88"/><area shape="rect" id="node15" href="../../d4/d3b/netsukuku_8c.html#a207b25374e65f083a666cdfaca49bb99" title="sighup_handler" alt="" coords="747,59,856,88"/><area shape="rect" id="node20" href="../../d4/d3b/netsukuku_8c.html#a9eccd187480c0bd5207afd99966ef68b" title="fill_loaded_cfg_options" alt="" coords="331,111,485,140"/></map>
  653. </div>
  654. </p>
  655. </div>
  656. </div>
  657. <a class="anchor" id="a1b81740c73bef5d3a6c69149d2c66378"></a>
  658. <div class="memitem">
  659. <div class="memproto">
  660. <table class="memname">
  661. <tr>
  662. <td class="memname">void strip_char </td>
  663. <td>(</td>
  664. <td class="paramtype">char *&#160;</td>
  665. <td class="paramname"><em>string</em>, </td>
  666. </tr>
  667. <tr>
  668. <td class="paramkey"></td>
  669. <td></td>
  670. <td class="paramtype">char&#160;</td>
  671. <td class="paramname"><em>char_to_strip</em>&#160;</td>
  672. </tr>
  673. <tr>
  674. <td></td>
  675. <td>)</td>
  676. <td></td><td></td>
  677. </tr>
  678. </table>
  679. </div><div class="memdoc">
  680. <p><div class="dynheader">
  681. Here is the call graph for this function:</div>
  682. <div class="dyncontent">
  683. <div class="center"><img src="../../d4/d08/misc_8h_a1b81740c73bef5d3a6c69149d2c66378_cgraph.png" border="0" usemap="#d4/d08/misc_8h_a1b81740c73bef5d3a6c69149d2c66378_cgraph" alt=""/></div>
  684. <map name="d4/d08/misc_8h_a1b81740c73bef5d3a6c69149d2c66378_cgraph" id="d4/d08/misc_8h_a1b81740c73bef5d3a6c69149d2c66378_cgraph">
  685. <area shape="rect" id="node3" href="../../d0/ddb/misc_8c.html#ae13480d8227e14c4ea764297d170d39c" title="last_token" alt="" coords="133,5,216,35"/></map>
  686. </div>
  687. </p>
  688. <p><div class="dynheader">
  689. Here is the caller graph for this function:</div>
  690. <div class="dyncontent">
  691. <div class="center"><img src="../../d4/d08/misc_8h_a1b81740c73bef5d3a6c69149d2c66378_icgraph.png" border="0" usemap="#d4/d08/misc_8h_a1b81740c73bef5d3a6c69149d2c66378_icgraph" alt=""/></div>
  692. <map name="d4/d08/misc_8h_a1b81740c73bef5d3a6c69149d2c66378_icgraph" id="d4/d08/misc_8h_a1b81740c73bef5d3a6c69149d2c66378_icgraph">
  693. <area shape="rect" id="node3" href="../../dd/dd9/andns_8h.html#a412c450840e3bb78ac14b32b3db878a8" title="collect_resolv_conf" alt="" coords="135,32,268,61"/><area shape="rect" id="node5" href="../../d5/d05/andna_8h.html#a90aee78fd7b0472165aca317c1a18721" title="andna_resolvconf_restore" alt="" coords="317,59,488,88"/><area shape="rect" id="node21" href="../../dd/dd9/andns_8h.html#a5a4d6d7f4f8ffb407a416f1bab193258" title="andns_init" alt="" coords="363,5,443,35"/><area shape="rect" id="node7" href="../../d5/d05/andna_8h.html#aa7b53282a673cbc82c998a3cf4e5aff2" title="andna_init" alt="" coords="544,5,624,35"/><area shape="rect" id="node13" href="../../d5/d05/andna_8h.html#ad741f07b1bbda88076dfc6116707ba01" title="andna_close" alt="" coords="537,59,631,88"/><area shape="rect" id="node9" href="../../d4/d3b/netsukuku_8c.html#a110d67ecacf72375eea84dc00338030c" title="init_netsukuku" alt="" coords="865,5,972,35"/><area shape="rect" id="node11" href="../../d9/d88/ntkresolv_8h.html#a3c04138a5bfe5d72780bb7e82a18e627" title="main" alt="" coords="1024,57,1075,87"/><area shape="rect" id="node15" href="../../d4/d3b/netsukuku_8c.html#a235b6034c5756ff428377a300e9be15d" title="destroy_netsukuku" alt="" coords="681,59,812,88"/><area shape="rect" id="node17" href="../../d4/d3b/netsukuku_8c.html#a785106d5f7144641d79c5f5e9ddc2135" title="sigterm_handler" alt="" coords="861,109,976,139"/></map>
  694. </div>
  695. </p>
  696. </div>
  697. </div>
  698. <a class="anchor" id="acb6548d316f7cd3f28e77c2bd4eb3e33"></a>
  699. <div class="memitem">
  700. <div class="memproto">
  701. <table class="memname">
  702. <tr>
  703. <td class="memname">void swap_array </td>
  704. <td>(</td>
  705. <td class="paramtype">int&#160;</td>
  706. <td class="paramname"><em>nmemb</em>, </td>
  707. </tr>
  708. <tr>
  709. <td class="paramkey"></td>
  710. <td></td>
  711. <td class="paramtype">size_t&#160;</td>
  712. <td class="paramname"><em>nmemb_sz</em>, </td>
  713. </tr>
  714. <tr>
  715. <td class="paramkey"></td>
  716. <td></td>
  717. <td class="paramtype">void *&#160;</td>
  718. <td class="paramname"><em>src</em>, </td>
  719. </tr>
  720. <tr>
  721. <td class="paramkey"></td>
  722. <td></td>
  723. <td class="paramtype">void *&#160;</td>
  724. <td class="paramname"><em>dst</em>&#160;</td>
  725. </tr>
  726. <tr>
  727. <td></td>
  728. <td>)</td>
  729. <td></td><td></td>
  730. </tr>
  731. </table>
  732. </div><div class="memdoc">
  733. <p><div class="dynheader">
  734. Here is the caller graph for this function:</div>
  735. <div class="dyncontent">
  736. <div class="center"><img src="../../d4/d08/misc_8h_acb6548d316f7cd3f28e77c2bd4eb3e33_icgraph.png" border="0" usemap="#d4/d08/misc_8h_acb6548d316f7cd3f28e77c2bd4eb3e33_icgraph" alt=""/></div>
  737. <map name="d4/d08/misc_8h_acb6548d316f7cd3f28e77c2bd4eb3e33_icgraph" id="d4/d08/misc_8h_acb6548d316f7cd3f28e77c2bd4eb3e33_icgraph">
  738. <area shape="rect" id="node3" href="../../d4/d08/misc_8h.html#a7b5a2df1e2b36c954653fd3e786a5405" title="swap_ints" alt="" coords="152,1491,232,1520"/><area shape="rect" id="node123" href="../../d4/d08/misc_8h.html#a98da58b707cfc9acf75f8105a3508b89" title="swap_shorts" alt="" coords="144,1437,240,1467"/><area shape="rect" id="node5" href="../../dc/d3e/endianness_8h.html#a629226f9f754987898be147e82b2321c" title="ints_network_to_host" alt="" coords="288,1464,435,1493"/><area shape="rect" id="node83" href="../../dc/d3e/endianness_8h.html#aed4f03aa2dac4cdc67d1e9cdf66bb850" title="ints_host_to_network" alt="" coords="288,427,435,456"/><area shape="rect" id="node117" href="../../d6/d4a/inet_8h.html#a385963363f8d2ee7012a4c919b9b7b80" title="inet_ntohl" alt="" coords="323,2200,400,2229"/><area shape="rect" id="node121" href="../../d6/d4a/inet_8h.html#a75c2848f706809db4a3a8999d46118dc" title="inet_htonl" alt="" coords="323,1517,400,1547"/><area shape="rect" id="node7" href="../../d5/d05/andna_8h.html#a5da3518ba270f03f8d087c3c1cb25115" title="andna_recv_reg_rq" alt="" coords="1149,584,1280,613"/><area shape="rect" id="node9" href="../../d5/d05/andna_8h.html#aaa787887419437e0bca8efae5cd88aaf" title="andna_recv_check_counter" alt="" coords="483,1304,664,1333"/><area shape="rect" id="node11" href="../../d5/d05/andna_8h.html#a1ce60180d15ab89d473eb45928ee6ee5" title="andna_resolve_hash" alt="" coords="503,789,644,819"/><area shape="rect" id="node13" href="../../d5/d05/andna_8h.html#a8aab86a04409ff7c8baef00863464621" title="andna_recv_resolve_rq" alt="" coords="1137,505,1292,535"/><area shape="rect" id="node15" href="../../d5/d05/andna_8h.html#a518d5d1d638386131f4e1ca4b5e2edb6" title="put_single_acache" alt="" coords="1149,1995,1280,2024"/><area shape="rect" id="node17" href="../../d5/d05/andna_8h.html#a7cb15ea6895d12e1dc8b334360de6819" title="recv_spread_single\l_acache" alt="" coords="1148,813,1281,859"/><area shape="rect" id="node19" href="../../d7/d74/andna__cache_8h.html#a1b05831280109c236a1093b623176022" title="unpack_lcl_keyring" alt="" coords="507,1357,640,1387"/><area shape="rect" id="node21" href="../../d7/d74/andna__cache_8h.html#ad36261c4854577e1921a9d9033b09e88" title="unpack_lcl_cache" alt="" coords="511,1411,636,1440"/><area shape="rect" id="node23" href="../../d2/de6/andna__cache_8c.html#a616a54519cf7a95237b8805ce7be6207" title="unpack_acq_llist" alt="" coords="515,893,632,923"/><area shape="rect" id="node25" href="../../d7/d74/andna__cache_8h.html#a35e46feb951ff01251d48e46ef345f96" title="unpack_andna_cache" alt="" coords="727,841,873,871"/><area shape="rect" id="node33" href="../../d7/d74/andna__cache_8h.html#abeab4c42702fa5492a775eb8c01fe95c" title="unpack_counter_cache" alt="" coords="496,1464,651,1493"/><area shape="rect" id="node35" href="../../d7/d74/andna__cache_8h.html#a2e671db507cb5a73fe73c8eda6fcc7f4" title="unpack_rh_cache" alt="" coords="512,1517,635,1547"/><area shape="rect" id="node37" href="../../d5/dbf/bmap_8h.html#aade6d459f779e4b70ecd48aa3b5ff6a9" title="unpack_all_bmaps" alt="" coords="947,1099,1077,1128"/><area shape="rect" id="node39" href="../../d5/dbf/bmap_8h.html#a233c188952c33778f3c4b085540b9f77" title="load_bmap" alt="" coords="1172,1073,1257,1103"/><area shape="rect" id="node42" href="../../d7/d3b/gmap_8h.html#aff77e100f9fda2f9320246f0be0eaa77" title="unpack_quadro_group" alt="" coords="725,2151,875,2180"/><area shape="rect" id="node44" href="../../d7/d3b/gmap_8h.html#af1e8816c82f2eeaf6b8aee6d51e80709" title="unpack_extmap" alt="" coords="955,2099,1069,2128"/><area shape="rect" id="node46" href="../../d7/d3b/gmap_8h.html#a750e03b9ac5f9f2e27bc0eb268a36f9b" title="load_extmap" alt="" coords="1167,2151,1263,2180"/><area shape="rect" id="node49" href="../../d7/d3b/gmap_8h.html#a7bd57f7bec930295a7b6e629947bcb4c" title="unpack_map_gnode" alt="" coords="731,2047,869,2076"/><area shape="rect" id="node54" href="../../d3/dc7/hook_8c.html#a13ba2bdeee0139a4e9cc749296099be2" title="get_free_nodes" alt="" coords="519,1571,628,1600"/><area shape="rect" id="node56" href="../../d3/dc7/hook_8c.html#a2dba643d9fbb3c9ce179b936a5190f59" title="get_qspn_round" alt="" coords="516,1624,631,1653"/><area shape="rect" id="node58" href="../../da/dd7/igs_8h.html#ac988c4e403d8e860068177e9c0358363" title="unpack_igws" alt="" coords="524,1677,623,1707"/><area shape="rect" id="node60" href="../../d6/d4a/inet_8h.html#aa21ac550789ccbba526f404f090ac9c2" title="unpack_inet_prefix" alt="" coords="508,2200,639,2229"/><area shape="rect" id="node63" href="../../dc/db7/map_8h.html#a6b31ffd5d96575c58fc76eb1002b1424" title="store_rnode_block" alt="" coords="509,1731,637,1760"/><area shape="rect" id="node65" href="../../dc/db7/map_8h.html#a93be2b471bde6f7180cad23d6a528ff2" title="unpack_map_node" alt="" coords="508,1251,639,1280"/><area shape="rect" id="node68" href="../../dc/db7/map_8h.html#aa1c547a1395ad23dae8112e8d330f45c" title="unpack_map" alt="" coords="752,1149,848,1179"/><area shape="rect" id="node71" href="../../dc/db7/map_8h.html#a29795c4a141eaa2d9acfdb1a5f17e609" title="load_map" alt="" coords="973,1177,1051,1207"/><area shape="rect" id="node75" href="../../df/d05/pkts_8c.html#a1179aed21beeb7c21f762c4db1d54b83" title="pkt_recv_udp" alt="" coords="524,1784,623,1813"/><area shape="rect" id="node77" href="../../df/d05/pkts_8c.html#a4edb2a703136880ce100a9daa0c17078" title="pkt_recv_tcp" alt="" coords="525,1837,621,1867"/><area shape="rect" id="node79" href="../../da/db5/tracer_8h.html#accaeb87ef08184699f87a7dda50909ab" title="tracer_unpack_pkt" alt="" coords="509,1891,637,1920"/><area shape="rect" id="node81" href="../../da/db5/tracer_8h.html#aaa9412b8510a84314cde4dbe100483d0" title="tracer_split_bblock" alt="" coords="508,1944,639,1973"/><area shape="rect" id="node27" href="../../d5/d05/andna_8h.html#a176509d35d2405f8416d22b7defd2081" title="get_single_andna_c" alt="" coords="944,584,1080,613"/><area shape="rect" id="node85" href="../../d5/d05/andna_8h.html#a47f535bfa2b7403ded9d8b4a7c19d27d" title="andna_register_hname" alt="" coords="497,216,649,245"/><area shape="rect" id="node90" href="../../d5/d05/andna_8h.html#ac5be4621b26ee1e36c55a6da772614de" title="spread_single_acache" alt="" coords="937,480,1087,509"/><area shape="rect" id="node94" href="../../d7/d74/andna__cache_8h.html#a60fdbdec49432f14029850a309df83ad" title="pack_lcl_keyring" alt="" coords="515,269,632,299"/><area shape="rect" id="node96" href="../../d7/d74/andna__cache_8h.html#a57cc184f00d4d7dcba8d59428e0c6eb1" title="pack_lcl_cache" alt="" coords="517,323,629,352"/><area shape="rect" id="node98" href="../../d2/de6/andna__cache_8c.html#a2d80e94b5ec287281ea7eec6279f9399" title="pack_andna_cache_queue" alt="" coords="485,736,661,765"/><area shape="rect" id="node100" href="../../d2/de6/andna__cache_8c.html#a29c1eeb9df9d110cdfca3144331b8b7b" title="pack_single_andna_cache" alt="" coords="713,711,887,740"/><area shape="rect" id="node102" href="../../d7/d74/andna__cache_8h.html#a0d9f1fef5d898612fcabd13b79b486ba" title="pack_andna_cache" alt="" coords="945,711,1079,740"/><area shape="rect" id="node107" href="../../d7/d74/andna__cache_8h.html#a35b354e37cffa71b841eac414548e31d" title="pack_counter_cache" alt="" coords="503,427,644,456"/><area shape="rect" id="node109" href="../../d7/d74/andna__cache_8h.html#a0df1bcedcc94f5eb43bf734603c1f7a5" title="pack_rh_cache" alt="" coords="519,480,628,509"/><area shape="rect" id="node111" href="../../d5/dbf/bmap_8h.html#ae8c6ea7090b72e0e8bb5b84052897f49" title="pack_all_bmaps" alt="" coords="516,5,631,35"/><area shape="rect" id="node113" href="../../d7/d3b/gmap_8h.html#a70ce90c9c90ffba9965aca7863badae2" title="pack_quadro_group" alt="" coords="507,59,640,88"/><area shape="rect" id="node115" href="../../d7/d3b/gmap_8h.html#a98445e1621693c83ca7af93d9e2fc722" title="pack_map_gnode" alt="" coords="512,112,635,141"/></map>
  739. </div>
  740. </p>
  741. </div>
  742. </div>
  743. <a class="anchor" id="a7b5a2df1e2b36c954653fd3e786a5405"></a>
  744. <div class="memitem">
  745. <div class="memproto">
  746. <table class="memname">
  747. <tr>
  748. <td class="memname">void swap_ints </td>
  749. <td>(</td>
  750. <td class="paramtype">int&#160;</td>
  751. <td class="paramname"><em>nmemb</em>, </td>
  752. </tr>
  753. <tr>
  754. <td class="paramkey"></td>
  755. <td></td>
  756. <td class="paramtype">unsigned int *&#160;</td>
  757. <td class="paramname"><em>x</em>, </td>
  758. </tr>
  759. <tr>
  760. <td class="paramkey"></td>
  761. <td></td>
  762. <td class="paramtype">unsigned int *&#160;</td>
  763. <td class="paramname"><em>y</em>&#160;</td>
  764. </tr>
  765. <tr>
  766. <td></td>
  767. <td>)</td>
  768. <td></td><td></td>
  769. </tr>
  770. </table>
  771. </div><div class="memdoc">
  772. <p><div class="dynheader">
  773. Here is the call graph for this function:</div>
  774. <div class="dyncontent">
  775. <div class="center"><img src="../../d4/d08/misc_8h_a7b5a2df1e2b36c954653fd3e786a5405_cgraph.png" border="0" usemap="#d4/d08/misc_8h_a7b5a2df1e2b36c954653fd3e786a5405_cgraph" alt=""/></div>
  776. <map name="d4/d08/misc_8h_a7b5a2df1e2b36c954653fd3e786a5405_cgraph" id="d4/d08/misc_8h_a7b5a2df1e2b36c954653fd3e786a5405_cgraph">
  777. <area shape="rect" id="node3" href="../../d0/ddb/misc_8c.html#acb6548d316f7cd3f28e77c2bd4eb3e33" title="swap_array" alt="" coords="137,5,225,35"/></map>
  778. </div>
  779. </p>
  780. <p><div class="dynheader">
  781. Here is the caller graph for this function:</div>
  782. <div class="dyncontent">
  783. <div class="center"><img src="../../d4/d08/misc_8h_a7b5a2df1e2b36c954653fd3e786a5405_icgraph.png" border="0" usemap="#d4/d08/misc_8h_a7b5a2df1e2b36c954653fd3e786a5405_icgraph" alt=""/></div>
  784. <map name="d4/d08/misc_8h_a7b5a2df1e2b36c954653fd3e786a5405_icgraph" id="d4/d08/misc_8h_a7b5a2df1e2b36c954653fd3e786a5405_icgraph">
  785. <area shape="rect" id="node3" href="../../dc/d3e/endianness_8h.html#a629226f9f754987898be147e82b2321c" title="ints_network_to_host" alt="" coords="136,784,283,813"/><area shape="rect" id="node81" href="../../dc/d3e/endianness_8h.html#aed4f03aa2dac4cdc67d1e9cdf66bb850" title="ints_host_to_network" alt="" coords="136,1931,283,1960"/><area shape="rect" id="node121" href="../../d6/d4a/inet_8h.html#a385963363f8d2ee7012a4c919b9b7b80" title="inet_ntohl" alt="" coords="171,1516,248,1545"/><area shape="rect" id="node125" href="../../d6/d4a/inet_8h.html#a75c2848f706809db4a3a8999d46118dc" title="inet_htonl" alt="" coords="171,1984,248,2013"/><area shape="rect" id="node5" href="../../d5/d05/andna_8h.html#a5da3518ba270f03f8d087c3c1cb25115" title="andna_recv_reg_rq" alt="" coords="997,1309,1128,1339"/><area shape="rect" id="node7" href="../../d5/d05/andna_8h.html#aaa787887419437e0bca8efae5cd88aaf" title="andna_recv_check_counter" alt="" coords="331,997,512,1027"/><area shape="rect" id="node9" href="../../d5/d05/andna_8h.html#a1ce60180d15ab89d473eb45928ee6ee5" title="andna_resolve_hash" alt="" coords="351,1568,492,1597"/><area shape="rect" id="node11" href="../../d5/d05/andna_8h.html#a8aab86a04409ff7c8baef00863464621" title="andna_recv_resolve_rq" alt="" coords="985,1389,1140,1419"/><area shape="rect" id="node13" href="../../d5/d05/andna_8h.html#a518d5d1d638386131f4e1ca4b5e2edb6" title="put_single_acache" alt="" coords="997,1772,1128,1801"/><area shape="rect" id="node15" href="../../d5/d05/andna_8h.html#a7cb15ea6895d12e1dc8b334360de6819" title="recv_spread_single\l_acache" alt="" coords="996,1139,1129,1186"/><area shape="rect" id="node17" href="../../d7/d74/andna__cache_8h.html#a1b05831280109c236a1093b623176022" title="unpack_lcl_keyring" alt="" coords="355,1101,488,1131"/><area shape="rect" id="node19" href="../../d7/d74/andna__cache_8h.html#ad36261c4854577e1921a9d9033b09e88" title="unpack_lcl_cache" alt="" coords="359,1155,484,1184"/><area shape="rect" id="node21" href="../../d2/de6/andna__cache_8c.html#a616a54519cf7a95237b8805ce7be6207" title="unpack_acq_llist" alt="" coords="363,1312,480,1341"/><area shape="rect" id="node23" href="../../d7/d74/andna__cache_8h.html#a35e46feb951ff01251d48e46ef345f96" title="unpack_andna_cache" alt="" coords="575,1312,721,1341"/><area shape="rect" id="node31" href="../../d7/d74/andna__cache_8h.html#abeab4c42702fa5492a775eb8c01fe95c" title="unpack_counter_cache" alt="" coords="344,5,499,35"/><area shape="rect" id="node33" href="../../d7/d74/andna__cache_8h.html#a2e671db507cb5a73fe73c8eda6fcc7f4" title="unpack_rh_cache" alt="" coords="360,59,483,88"/><area shape="rect" id="node35" href="../../d5/dbf/bmap_8h.html#aade6d459f779e4b70ecd48aa3b5ff6a9" title="unpack_all_bmaps" alt="" coords="795,163,925,192"/><area shape="rect" id="node37" href="../../d5/dbf/bmap_8h.html#a233c188952c33778f3c4b085540b9f77" title="load_bmap" alt="" coords="1020,137,1105,167"/><area shape="rect" id="node40" href="../../d7/d3b/gmap_8h.html#aff77e100f9fda2f9320246f0be0eaa77" title="unpack_quadro_group" alt="" coords="573,733,723,763"/><area shape="rect" id="node42" href="../../d7/d3b/gmap_8h.html#af1e8816c82f2eeaf6b8aee6d51e80709" title="unpack_extmap" alt="" coords="803,681,917,711"/><area shape="rect" id="node44" href="../../d7/d3b/gmap_8h.html#a750e03b9ac5f9f2e27bc0eb268a36f9b" title="load_extmap" alt="" coords="1015,681,1111,711"/><area shape="rect" id="node47" href="../../d7/d3b/gmap_8h.html#a7bd57f7bec930295a7b6e629947bcb4c" title="unpack_map_gnode" alt="" coords="579,629,717,659"/><area shape="rect" id="node52" href="../../d3/dc7/hook_8c.html#a13ba2bdeee0139a4e9cc749296099be2" title="get_free_nodes" alt="" coords="367,419,476,448"/><area shape="rect" id="node54" href="../../d3/dc7/hook_8c.html#a2dba643d9fbb3c9ce179b936a5190f59" title="get_qspn_round" alt="" coords="364,472,479,501"/><area shape="rect" id="node56" href="../../da/dd7/igs_8h.html#ac988c4e403d8e860068177e9c0358363" title="unpack_igws" alt="" coords="372,525,471,555"/><area shape="rect" id="node58" href="../../d6/d4a/inet_8h.html#aa21ac550789ccbba526f404f090ac9c2" title="unpack_inet_prefix" alt="" coords="356,1259,487,1288"/><area shape="rect" id="node61" href="../../dc/db7/map_8h.html#a6b31ffd5d96575c58fc76eb1002b1424" title="store_rnode_block" alt="" coords="357,579,485,608"/><area shape="rect" id="node63" href="../../dc/db7/map_8h.html#a93be2b471bde6f7180cad23d6a528ff2" title="unpack_map_node" alt="" coords="356,315,487,344"/><area shape="rect" id="node66" href="../../dc/db7/map_8h.html#aa1c547a1395ad23dae8112e8d330f45c" title="unpack_map" alt="" coords="600,267,696,296"/><area shape="rect" id="node69" href="../../dc/db7/map_8h.html#a29795c4a141eaa2d9acfdb1a5f17e609" title="load_map" alt="" coords="821,316,899,345"/><area shape="rect" id="node73" href="../../df/d05/pkts_8c.html#a1179aed21beeb7c21f762c4db1d54b83" title="pkt_recv_udp" alt="" coords="372,784,471,813"/><area shape="rect" id="node75" href="../../df/d05/pkts_8c.html#a4edb2a703136880ce100a9daa0c17078" title="pkt_recv_tcp" alt="" coords="373,837,469,867"/><area shape="rect" id="node77" href="../../da/db5/tracer_8h.html#accaeb87ef08184699f87a7dda50909ab" title="tracer_unpack_pkt" alt="" coords="357,891,485,920"/><area shape="rect" id="node79" href="../../da/db5/tracer_8h.html#aaa9412b8510a84314cde4dbe100483d0" title="tracer_split_bblock" alt="" coords="356,944,487,973"/><area shape="rect" id="node25" href="../../d5/d05/andna_8h.html#a176509d35d2405f8416d22b7defd2081" title="get_single_andna_c" alt="" coords="792,1309,928,1339"/><area shape="rect" id="node83" href="../../d5/d05/andna_8h.html#a47f535bfa2b7403ded9d8b4a7c19d27d" title="andna_register_hname" alt="" coords="345,2405,497,2435"/><area shape="rect" id="node88" href="../../d5/d05/andna_8h.html#ac5be4621b26ee1e36c55a6da772614de" title="spread_single_acache" alt="" coords="785,1363,935,1392"/><area shape="rect" id="node92" href="../../d7/d74/andna__cache_8h.html#a60fdbdec49432f14029850a309df83ad" title="pack_lcl_keyring" alt="" coords="363,1773,480,1803"/><area shape="rect" id="node94" href="../../d7/d74/andna__cache_8h.html#a57cc184f00d4d7dcba8d59428e0c6eb1" title="pack_lcl_cache" alt="" coords="365,1827,477,1856"/><area shape="rect" id="node96" href="../../d2/de6/andna__cache_8c.html#a2d80e94b5ec287281ea7eec6279f9399" title="pack_andna_cache_queue" alt="" coords="333,2301,509,2331"/><area shape="rect" id="node98" href="../../d2/de6/andna__cache_8c.html#a29c1eeb9df9d110cdfca3144331b8b7b" title="pack_single_andna_cache" alt="" coords="561,2301,735,2331"/><area shape="rect" id="node100" href="../../d7/d74/andna__cache_8h.html#a0d9f1fef5d898612fcabd13b79b486ba" title="pack_andna_cache" alt="" coords="793,2196,927,2225"/><area shape="rect" id="node105" href="../../d7/d74/andna__cache_8h.html#a35b354e37cffa71b841eac414548e31d" title="pack_counter_cache" alt="" coords="351,1931,492,1960"/><area shape="rect" id="node107" href="../../d7/d74/andna__cache_8h.html#a0df1bcedcc94f5eb43bf734603c1f7a5" title="pack_rh_cache" alt="" coords="367,1984,476,2013"/><area shape="rect" id="node109" href="../../d5/dbf/bmap_8h.html#ae8c6ea7090b72e0e8bb5b84052897f49" title="pack_all_bmaps" alt="" coords="364,2037,479,2067"/><area shape="rect" id="node111" href="../../d7/d3b/gmap_8h.html#a70ce90c9c90ffba9965aca7863badae2" title="pack_quadro_group" alt="" coords="355,2144,488,2173"/><area shape="rect" id="node113" href="../../d7/d3b/gmap_8h.html#ad3b5a9f9d1ee7be33ede21a83479450c" title="pack_extmap" alt="" coords="599,2091,697,2120"/><area shape="rect" id="node115" href="../../d7/d3b/gmap_8h.html#a98445e1621693c83ca7af93d9e2fc722" title="pack_map_gnode" alt="" coords="360,2091,483,2120"/><area shape="rect" id="node119" href="../../d6/d34/hook_8h.html#a7da6546e5822e282b57e5aee17e0c80c" title="put_free_nodes" alt="" coords="367,2248,476,2277"/></map>
  786. </div>
  787. </p>
  788. </div>
  789. </div>
  790. <a class="anchor" id="a98da58b707cfc9acf75f8105a3508b89"></a>
  791. <div class="memitem">
  792. <div class="memproto">
  793. <table class="memname">
  794. <tr>
  795. <td class="memname">void swap_shorts </td>
  796. <td>(</td>
  797. <td class="paramtype">int&#160;</td>
  798. <td class="paramname"><em>nmemb</em>, </td>
  799. </tr>
  800. <tr>
  801. <td class="paramkey"></td>
  802. <td></td>
  803. <td class="paramtype">unsigned short *&#160;</td>
  804. <td class="paramname"><em>x</em>, </td>
  805. </tr>
  806. <tr>
  807. <td class="paramkey"></td>
  808. <td></td>
  809. <td class="paramtype">unsigned short *&#160;</td>
  810. <td class="paramname"><em>y</em>&#160;</td>
  811. </tr>
  812. <tr>
  813. <td></td>
  814. <td>)</td>
  815. <td></td><td></td>
  816. </tr>
  817. </table>
  818. </div><div class="memdoc">
  819. <p><div class="dynheader">
  820. Here is the call graph for this function:</div>
  821. <div class="dyncontent">
  822. <div class="center"><img src="../../d4/d08/misc_8h_a98da58b707cfc9acf75f8105a3508b89_cgraph.png" border="0" usemap="#d4/d08/misc_8h_a98da58b707cfc9acf75f8105a3508b89_cgraph" alt=""/></div>
  823. <map name="d4/d08/misc_8h_a98da58b707cfc9acf75f8105a3508b89_cgraph" id="d4/d08/misc_8h_a98da58b707cfc9acf75f8105a3508b89_cgraph">
  824. <area shape="rect" id="node3" href="../../d0/ddb/misc_8c.html#acb6548d316f7cd3f28e77c2bd4eb3e33" title="swap_array" alt="" coords="151,5,239,35"/></map>
  825. </div>
  826. </p>
  827. <p><div class="dynheader">
  828. Here is the caller graph for this function:</div>
  829. <div class="dyncontent">
  830. <div class="center"><img src="../../d4/d08/misc_8h_a98da58b707cfc9acf75f8105a3508b89_icgraph.png" border="0" usemap="#d4/d08/misc_8h_a98da58b707cfc9acf75f8105a3508b89_icgraph" alt=""/></div>
  831. <map name="d4/d08/misc_8h_a98da58b707cfc9acf75f8105a3508b89_icgraph" id="d4/d08/misc_8h_a98da58b707cfc9acf75f8105a3508b89_icgraph">
  832. <area shape="rect" id="node3" href="../../dc/d3e/endianness_8h.html#a629226f9f754987898be147e82b2321c" title="ints_network_to_host" alt="" coords="149,1579,296,1608"/><area shape="rect" id="node81" href="../../dc/d3e/endianness_8h.html#aed4f03aa2dac4cdc67d1e9cdf66bb850" title="ints_host_to_network" alt="" coords="575,504,721,533"/><area shape="rect" id="node5" href="../../d5/d05/andna_8h.html#a5da3518ba270f03f8d087c3c1cb25115" title="andna_recv_reg_rq" alt="" coords="1017,1005,1148,1035"/><area shape="rect" id="node7" href="../../d5/d05/andna_8h.html#aaa787887419437e0bca8efae5cd88aaf" title="andna_recv_check_counter" alt="" coords="344,1263,525,1292"/><area shape="rect" id="node9" href="../../d5/d05/andna_8h.html#a1ce60180d15ab89d473eb45928ee6ee5" title="andna_resolve_hash" alt="" coords="788,901,929,931"/><area shape="rect" id="node11" href="../../d5/d05/andna_8h.html#a8aab86a04409ff7c8baef00863464621" title="andna_recv_resolve_rq" alt="" coords="1005,900,1160,929"/><area shape="rect" id="node13" href="../../d5/d05/andna_8h.html#a518d5d1d638386131f4e1ca4b5e2edb6" title="put_single_acache" alt="" coords="1403,660,1533,689"/><area shape="rect" id="node15" href="../../d5/d05/andna_8h.html#a7cb15ea6895d12e1dc8b334360de6819" title="recv_spread_single\l_acache" alt="" coords="1016,1099,1149,1146"/><area shape="rect" id="node17" href="../../d7/d74/andna__cache_8h.html#a1b05831280109c236a1093b623176022" title="unpack_lcl_keyring" alt="" coords="368,1316,501,1345"/><area shape="rect" id="node19" href="../../d7/d74/andna__cache_8h.html#ad36261c4854577e1921a9d9033b09e88" title="unpack_lcl_cache" alt="" coords="372,1369,497,1399"/><area shape="rect" id="node21" href="../../d2/de6/andna__cache_8c.html#a616a54519cf7a95237b8805ce7be6207" title="unpack_acq_llist" alt="" coords="376,953,493,983"/><area shape="rect" id="node23" href="../../d7/d74/andna__cache_8h.html#a35e46feb951ff01251d48e46ef345f96" title="unpack_andna_cache" alt="" coords="575,1005,721,1035"/><area shape="rect" id="node31" href="../../d7/d74/andna__cache_8h.html#abeab4c42702fa5492a775eb8c01fe95c" title="unpack_counter_cache" alt="" coords="357,1423,512,1452"/><area shape="rect" id="node33" href="../../d7/d74/andna__cache_8h.html#a2e671db507cb5a73fe73c8eda6fcc7f4" title="unpack_rh_cache" alt="" coords="373,1476,496,1505"/><area shape="rect" id="node35" href="../../d5/dbf/bmap_8h.html#aade6d459f779e4b70ecd48aa3b5ff6a9" title="unpack_all_bmaps" alt="" coords="793,1580,924,1609"/><area shape="rect" id="node37" href="../../d5/dbf/bmap_8h.html#a233c188952c33778f3c4b085540b9f77" title="load_bmap" alt="" coords="1040,1555,1125,1584"/><area shape="rect" id="node40" href="../../d7/d3b/gmap_8h.html#aff77e100f9fda2f9320246f0be0eaa77" title="unpack_quadro_group" alt="" coords="573,1888,723,1917"/><area shape="rect" id="node42" href="../../d7/d3b/gmap_8h.html#af1e8816c82f2eeaf6b8aee6d51e80709" title="unpack_extmap" alt="" coords="801,1836,916,1865"/><area shape="rect" id="node44" href="../../d7/d3b/gmap_8h.html#a750e03b9ac5f9f2e27bc0eb268a36f9b" title="load_extmap" alt="" coords="1035,1888,1131,1917"/><area shape="rect" id="node47" href="../../d7/d3b/gmap_8h.html#a7bd57f7bec930295a7b6e629947bcb4c" title="unpack_map_gnode" alt="" coords="579,1784,717,1813"/><area shape="rect" id="node52" href="../../d3/dc7/hook_8c.html#a13ba2bdeee0139a4e9cc749296099be2" title="get_free_nodes" alt="" coords="380,2041,489,2071"/><area shape="rect" id="node54" href="../../d3/dc7/hook_8c.html#a2dba643d9fbb3c9ce179b936a5190f59" title="get_qspn_round" alt="" coords="377,2095,492,2124"/><area shape="rect" id="node56" href="../../da/dd7/igs_8h.html#ac988c4e403d8e860068177e9c0358363" title="unpack_igws" alt="" coords="385,2148,484,2177"/><area shape="rect" id="node58" href="../../d6/d4a/inet_8h.html#aa21ac550789ccbba526f404f090ac9c2" title="unpack_inet_prefix" alt="" coords="369,1937,500,1967"/><area shape="rect" id="node61" href="../../dc/db7/map_8h.html#a6b31ffd5d96575c58fc76eb1002b1424" title="store_rnode_block" alt="" coords="371,2201,499,2231"/><area shape="rect" id="node63" href="../../dc/db7/map_8h.html#a93be2b471bde6f7180cad23d6a528ff2" title="unpack_map_node" alt="" coords="369,1681,500,1711"/><area shape="rect" id="node66" href="../../dc/db7/map_8h.html#aa1c547a1395ad23dae8112e8d330f45c" title="unpack_map" alt="" coords="600,1655,696,1684"/><area shape="rect" id="node69" href="../../dc/db7/map_8h.html#a29795c4a141eaa2d9acfdb1a5f17e609" title="load_map" alt="" coords="820,1693,897,1723"/><area shape="rect" id="node73" href="../../df/d05/pkts_8c.html#a1179aed21beeb7c21f762c4db1d54b83" title="pkt_recv_udp" alt="" coords="385,2255,484,2284"/><area shape="rect" id="node75" href="../../df/d05/pkts_8c.html#a4edb2a703136880ce100a9daa0c17078" title="pkt_recv_tcp" alt="" coords="387,2308,483,2337"/><area shape="rect" id="node77" href="../../da/db5/tracer_8h.html#accaeb87ef08184699f87a7dda50909ab" title="tracer_unpack_pkt" alt="" coords="371,2361,499,2391"/><area shape="rect" id="node79" href="../../da/db5/tracer_8h.html#aaa9412b8510a84314cde4dbe100483d0" title="tracer_split_bblock" alt="" coords="369,1007,500,1036"/><area shape="rect" id="node25" href="../../d5/d05/andna_8h.html#a176509d35d2405f8416d22b7defd2081" title="get_single_andna_c" alt="" coords="791,1005,927,1035"/><area shape="rect" id="node83" href="../../d5/d05/andna_8h.html#a47f535bfa2b7403ded9d8b4a7c19d27d" title="andna_register_hname" alt="" coords="783,688,935,717"/><area shape="rect" id="node88" href="../../d5/d05/andna_8h.html#ac5be4621b26ee1e36c55a6da772614de" title="spread_single_acache" alt="" coords="784,848,933,877"/><area shape="rect" id="node92" href="../../d7/d74/andna__cache_8h.html#a60fdbdec49432f14029850a309df83ad" title="pack_lcl_keyring" alt="" coords="800,741,917,771"/><area shape="rect" id="node94" href="../../d7/d74/andna__cache_8h.html#a57cc184f00d4d7dcba8d59428e0c6eb1" title="pack_lcl_cache" alt="" coords="803,795,915,824"/><area shape="rect" id="node96" href="../../d2/de6/andna__cache_8c.html#a2d80e94b5ec287281ea7eec6279f9399" title="pack_andna_cache_queue" alt="" coords="771,5,947,35"/><area shape="rect" id="node98" href="../../d2/de6/andna__cache_8c.html#a29c1eeb9df9d110cdfca3144331b8b7b" title="pack_single_andna_cache" alt="" coords="996,56,1169,85"/><area shape="rect" id="node100" href="../../d7/d74/andna__cache_8h.html#a0d9f1fef5d898612fcabd13b79b486ba" title="pack_andna_cache" alt="" coords="1220,108,1353,137"/><area shape="rect" id="node105" href="../../d7/d74/andna__cache_8h.html#a35b354e37cffa71b841eac414548e31d" title="pack_counter_cache" alt="" coords="788,160,929,189"/><area shape="rect" id="node107" href="../../d7/d74/andna__cache_8h.html#a0df1bcedcc94f5eb43bf734603c1f7a5" title="pack_rh_cache" alt="" coords="804,213,913,243"/><area shape="rect" id="node109" href="../../d5/dbf/bmap_8h.html#ae8c6ea7090b72e0e8bb5b84052897f49" title="pack_all_bmaps" alt="" coords="801,267,916,296"/><area shape="rect" id="node111" href="../../d7/d3b/gmap_8h.html#a70ce90c9c90ffba9965aca7863badae2" title="pack_quadro_group" alt="" coords="792,320,925,349"/><area shape="rect" id="node113" href="../../d7/d3b/gmap_8h.html#ad3b5a9f9d1ee7be33ede21a83479450c" title="pack_extmap" alt="" coords="1033,373,1132,403"/><area shape="rect" id="node115" href="../../d7/d3b/gmap_8h.html#a98445e1621693c83ca7af93d9e2fc722" title="pack_map_gnode" alt="" coords="797,373,920,403"/><area shape="rect" id="node119" href="../../d6/d34/hook_8h.html#a7da6546e5822e282b57e5aee17e0c80c" title="put_free_nodes" alt="" coords="804,477,913,507"/><area shape="rect" id="node121" href="../../d6/d34/hook_8h.html#a14eec030eb6098fc9cc4a8609b19bd00" title="put_qspn_round" alt="" coords="801,531,916,560"/><area shape="rect" id="node123" href="../../da/dd7/igs_8h.html#a413fd34c9565aa635c90cc7f811169e5" title="pack_igws" alt="" coords="817,584,900,613"/></map>
  833. </div>
  834. </p>
  835. </div>
  836. </div>
  837. <a class="anchor" id="ad1aea1bae314b44e08b53a5b5bf30394"></a>
  838. <div class="memitem">
  839. <div class="memproto">
  840. <table class="memname">
  841. <tr>
  842. <td class="memname">char xor_int </td>
  843. <td>(</td>
  844. <td class="paramtype">int&#160;</td>
  845. <td class="paramname"><em>i</em></td><td>)</td>
  846. <td></td>
  847. </tr>
  848. </table>
  849. </div><div class="memdoc">
  850. </div>
  851. </div>
  852. <a class="anchor" id="a22bf64b8d655a21a09fc4a5bca7ddd2b"></a>
  853. <div class="memitem">
  854. <div class="memproto">
  855. <table class="memname">
  856. <tr>
  857. <td class="memname">void xsrand </td>
  858. <td>(</td>
  859. <td class="paramtype">void&#160;</td>
  860. <td class="paramname"></td><td>)</td>
  861. <td></td>
  862. </tr>
  863. </table>
  864. </div><div class="memdoc">
  865. <p><div class="dynheader">
  866. Here is the caller graph for this function:</div>
  867. <div class="dyncontent">
  868. <div class="center"><img src="../../d4/d08/misc_8h_a22bf64b8d655a21a09fc4a5bca7ddd2b_icgraph.png" border="0" usemap="#d4/d08/misc_8h_a22bf64b8d655a21a09fc4a5bca7ddd2b_icgraph" alt=""/></div>
  869. <map name="d4/d08/misc_8h_a22bf64b8d655a21a09fc4a5bca7ddd2b_icgraph" id="d4/d08/misc_8h_a22bf64b8d655a21a09fc4a5bca7ddd2b_icgraph">
  870. <area shape="rect" id="node3" href="../../d4/d3b/netsukuku_8c.html#a110d67ecacf72375eea84dc00338030c" title="init_netsukuku" alt="" coords="115,5,221,35"/><area shape="rect" id="node7" href="../../d9/d88/ntkresolv_8h.html#a58a3474ad5ffa3046c2a6247fa4b780a" title="opts_init" alt="" coords="133,59,203,88"/><area shape="rect" id="node5" href="../../d9/d88/ntkresolv_8h.html#a3c04138a5bfe5d72780bb7e82a18e627" title="main" alt="" coords="269,5,320,35"/><area shape="rect" id="node9" href="../../d3/dbf/ntkresolv_8c.html#a3c04138a5bfe5d72780bb7e82a18e627" title="main" alt="" coords="269,59,320,88"/></map>
  871. </div>
  872. </p>
  873. </div>
  874. </div>
  875. <a class="anchor" id="acb47fac99a597857da46e5527954ed11"></a>
  876. <div class="memitem">
  877. <div class="memproto">
  878. <table class="memname">
  879. <tr>
  880. <td class="memname">void xtimer </td>
  881. <td>(</td>
  882. <td class="paramtype">u_int&#160;</td>
  883. <td class="paramname"><em>secs</em>, </td>
  884. </tr>
  885. <tr>
  886. <td class="paramkey"></td>
  887. <td></td>
  888. <td class="paramtype">u_int&#160;</td>
  889. <td class="paramname"><em>steps</em>, </td>
  890. </tr>
  891. <tr>
  892. <td class="paramkey"></td>
  893. <td></td>
  894. <td class="paramtype">int *&#160;</td>
  895. <td class="paramname"><em>counter</em>&#160;</td>
  896. </tr>
  897. <tr>
  898. <td></td>
  899. <td>)</td>
  900. <td></td><td></td>
  901. </tr>
  902. </table>
  903. </div><div class="memdoc">
  904. <p><div class="dynheader">
  905. Here is the caller graph for this function:</div>
  906. <div class="dyncontent">
  907. <div class="center"><img src="../../d4/d08/misc_8h_acb47fac99a597857da46e5527954ed11_icgraph.png" border="0" usemap="#d4/d08/misc_8h_acb47fac99a597857da46e5527954ed11_icgraph" alt=""/></div>
  908. <map name="d4/d08/misc_8h_acb47fac99a597857da46e5527954ed11_icgraph" id="d4/d08/misc_8h_acb47fac99a597857da46e5527954ed11_icgraph">
  909. <area shape="rect" id="node3" href="../../d3/df5/radar_8h.html#a3d46b80b3ad27f86a02c0586617f18cc" title="radar_scan" alt="" coords="113,117,199,147"/><area shape="rect" id="node5" href="../../d3/dc7/hook_8c.html#a7503e6bf75bee5edba1dd37e8878911a" title="hook_first_radar_scan" alt="" coords="249,64,399,93"/><area shape="rect" id="node35" href="../../d3/dc7/hook_8c.html#a5e32a215ed05b1ef1f870ce105f67640" title="hook_finish" alt="" coords="280,117,368,147"/><area shape="rect" id="node38" href="../../d3/df5/radar_8h.html#ac9d1b53d63e675b260906e91850b588c" title="radar_daemon" alt="" coords="455,199,559,228"/><area shape="rect" id="node7" href="../../d6/d34/hook_8h.html#af10a487801fab9a28a3cfb6759fe138f" title="netsukuku_hook" alt="" coords="448,64,565,93"/><area shape="rect" id="node9" href="../../d9/d88/ntkresolv_8h.html#a3c04138a5bfe5d72780bb7e82a18e627" title="main" alt="" coords="1885,96,1936,125"/><area shape="rect" id="node11" href="../../d2/d42/rehook_8h.html#ae6ae2d4b03e5a8cc1891cbf553ebb913" title="rehook" alt="" coords="613,64,675,93"/><area shape="rect" id="node13" href="../../df/dba/rehook_8c.html#aeb32663f186f840edf41bb43d1f82459" title="new_rehook_thread" alt="" coords="724,64,857,93"/><area shape="rect" id="node15" href="../../d2/d42/rehook_8h.html#acd9ab3b97734c31a06ae3dcf475a1b39" title="new_rehook" alt="" coords="908,64,999,93"/><area shape="rect" id="node17" href="../../d6/d62/tracer_8c.html#a8bab813b90267e0e25592821248d7158" title="tracer_check_node_collision" alt="" coords="1048,57,1235,87"/><area shape="rect" id="node19" href="../../da/db5/tracer_8h.html#a12c03f2eaa97e2c644dcdd892e0fa758" title="tracer_store_pkt" alt="" coords="1284,96,1399,125"/><area shape="rect" id="node21" href="../../d8/da0/qspn_8h.html#ab70abece99b6ae77b078ec100c35912a" title="qspn_close" alt="" coords="1460,43,1548,72"/><area shape="rect" id="node28" href="../../d8/da0/qspn_8h.html#a6df687dad6a64c0807fbfc105cf244c5" title="qspn_open" alt="" coords="1461,96,1547,125"/><area shape="rect" id="node31" href="../../da/db5/tracer_8h.html#ab53c5821a9d4215b3d5ba16fd95e8297" title="tracer_pkt_recv" alt="" coords="1448,149,1560,179"/><area shape="rect" id="node23" href="../../d8/da0/qspn_8h.html#a6c5c062e24ec079201aea53899af3e28" title="qspn_init" alt="" coords="1608,96,1683,125"/><area shape="rect" id="node25" href="../../d4/d3b/netsukuku_8c.html#a110d67ecacf72375eea84dc00338030c" title="init_netsukuku" alt="" coords="1731,96,1837,125"/></map>
  910. </div>
  911. </p>
  912. </div>
  913. </div>
  914. </div><!-- contents -->
  915. </div><!-- doc-content -->
  916. <!-- start footer part -->
  917. <div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
  918. <ul>
  919. <li class="navelem"><a class="el" href="../../dir_68267d1309a1af8e8297ef4c3efbcdba.html">src</a></li><li class="navelem"><a class="el" href="../../d4/d08/misc_8h.html">misc.h</a></li>
  920. <li class="footer">Generated on Wed Feb 19 2014 16:29:31 for The Netsukuku Project by
  921. <a href="http://www.doxygen.org/index.html">
  922. <img class="footer" src="../../doxygen.png" alt="doxygen"/></a> 1.8.6 </li>
  923. </ul>
  924. </div>
  925. </body>
  926. </html>