netsukuku/da/d89/inet_8c.html
MissValeska f97a6e4a6f missvaleska@missvaleska-GA-970A-D3:~/Documents/Netsukuku/NtkDoc/html$ git status# On branch gh-pages
missvaleska@missvaleska-GA-970A-D3:~/Documents/Netsukuku/NtkDoc/html$ git status# On branch gh-pages
Doxygen generated Documentation
2014-02-19 15:45:00 -08:00

2504 lines
414 KiB
HTML

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.6"/>
<title>The Netsukuku Project: src/inet.c File Reference</title>
<link href="../../tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="../../jquery.js"></script>
<script type="text/javascript" src="../../dynsections.js"></script>
<link href="../../navtree.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="../../resize.js"></script>
<script type="text/javascript" src="../../navtree.js"></script>
<script type="text/javascript">
$(document).ready(initResizable);
$(window).load(resizeHeight);
</script>
<link href="../../search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="../../search/search.js"></script>
<script type="text/javascript">
$(document).ready(function() { searchBox.OnSelectItem(0); });
</script>
<link href="../../doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td style="padding-left: 0.5em;">
<div id="projectname">The Netsukuku Project
&#160;<span id="projectnumber">0.0.9</span>
</div>
<div id="projectbrief">An Alternative routing method</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.6 -->
<script type="text/javascript">
var searchBox = new SearchBox("searchBox", "../../search",false,'Search');
</script>
<div id="navrow1" class="tabs">
<ul class="tablist">
<li><a href="../../index.html"><span>Main&#160;Page</span></a></li>
<li><a href="../../annotated.html"><span>Data&#160;Structures</span></a></li>
<li class="current"><a href="../../files.html"><span>Files</span></a></li>
<li>
<div id="MSearchBox" class="MSearchBoxInactive">
<span class="left">
<img id="MSearchSelect" src="../../search/mag_sel.png"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
alt=""/>
<input type="text" id="MSearchField" value="Search" accesskey="S"
onfocus="searchBox.OnSearchFieldFocus(true)"
onblur="searchBox.OnSearchFieldFocus(false)"
onkeyup="searchBox.OnSearchFieldChange(event)"/>
</span><span class="right">
<a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="../../search/close.png" alt=""/></a>
</span>
</div>
</li>
</ul>
</div>
<div id="navrow2" class="tabs2">
<ul class="tablist">
<li><a href="../../files.html"><span>File&#160;List</span></a></li>
<li><a href="../../globals.html"><span>Globals</span></a></li>
</ul>
</div>
</div><!-- top -->
<div id="side-nav" class="ui-resizable side-nav-resizable">
<div id="nav-tree">
<div id="nav-tree-contents">
<div id="nav-sync" class="sync"></div>
</div>
</div>
<div id="splitbar" style="-moz-user-select:none;"
class="ui-resizable-handle">
</div>
</div>
<script type="text/javascript">
$(document).ready(function(){initNavTree('da/d89/inet_8c.html','../../');});
</script>
<div id="doc-content">
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
<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>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0"
name="MSearchResults" id="MSearchResults">
</iframe>
</div>
<div class="header">
<div class="summary">
<a href="#func-members">Functions</a> </div>
<div class="headertitle">
<div class="title">inet.c File Reference</div> </div>
</div><!--header-->
<div class="contents">
<div class="textblock"><code>#include &quot;<a class="el" href="../../d1/d0b/includes_8h_source.html">includes.h</a>&quot;</code><br/>
<code>#include &quot;<a class="el" href="../../dc/d54/common_8h_source.html">common.h</a>&quot;</code><br/>
<code>#include &quot;<a class="el" href="../../d0/d32/ipv6-gmp_8h_source.html">ipv6-gmp.h</a>&quot;</code><br/>
<code>#include &quot;<a class="el" href="../../d5/da4/libnetlink_8h_source.html">libnetlink.h</a>&quot;</code><br/>
<code>#include &quot;<a class="el" href="../../dd/daf/ll__map_8h_source.html">ll_map.h</a>&quot;</code><br/>
<code>#include &quot;<a class="el" href="../../d6/d4a/inet_8h_source.html">inet.h</a>&quot;</code><br/>
<code>#include &quot;<a class="el" href="../../dc/d3e/endianness_8h_source.html">endianness.h</a>&quot;</code><br/>
</div><div class="textblock"><div class="dynheader">
Include dependency graph for inet.c:</div>
<div class="dyncontent">
<div class="center"><img src="../../d9/d78/inet_8c__incl.png" border="0" usemap="#src_2inet_8c" alt=""/></div>
<map name="src_2inet_8c" id="src_2inet_8c">
<area shape="rect" id="node3" href="../../d1/d0b/includes_8h.html" title="includes.h" alt="" coords="1291,83,1371,112"/><area shape="rect" id="node57" href="../../dc/d54/common_8h.html" title="common.h" alt="" coords="2685,83,2768,112"/><area shape="rect" id="node68" href="../../d0/d32/ipv6-gmp_8h.html" title="ipv6&#45;gmp.h" alt="" coords="2881,83,2967,112"/><area shape="rect" id="node70" href="../../d5/da4/libnetlink_8h.html" title="libnetlink.h" alt="" coords="2991,83,3073,112"/><area shape="rect" id="node78" href="../../dd/daf/ll__map_8h.html" title="ll_map.h" alt="" coords="3097,83,3167,112"/><area shape="rect" id="node80" href="../../d6/d4a/inet_8h.html" title="inet.h" alt="" coords="3192,83,3245,112"/><area shape="rect" id="node82" href="../../dc/d3e/endianness_8h.html" title="endianness.h" alt="" coords="3240,160,3339,189"/><area shape="rect" id="node59" href="../../d4/d08/misc_8h.html" title="misc.h" alt="" coords="2512,160,2573,189"/><area shape="rect" id="node61" href="../../d5/d08/buffer_8h.html" title="buffer.h" alt="" coords="2597,160,2664,189"/><area shape="rect" id="node63" href="../../d8/de3/xmalloc_8h.html" title="xmalloc.h" alt="" coords="2688,160,2765,189"/><area shape="rect" id="node65" href="../../d7/d7f/log_8h.html" title="log.h" alt="" coords="2789,160,2840,189"/></map>
</div>
</div><table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="func-members"></a>
Functions</h2></td></tr>
<tr class="memitem:a385963363f8d2ee7012a4c919b9b7b80"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="../../da/d89/inet_8c.html#a385963363f8d2ee7012a4c919b9b7b80">inet_ntohl</a> (u_int *data, int <a class="el" href="../../d7/de2/if_8c.html#a4417150d9f858949bd9ea8794995ebcc">family</a>)</td></tr>
<tr class="separator:a385963363f8d2ee7012a4c919b9b7b80"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a75c2848f706809db4a3a8999d46118dc"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="../../da/d89/inet_8c.html#a75c2848f706809db4a3a8999d46118dc">inet_htonl</a> (u_int *data, int <a class="el" href="../../d7/de2/if_8c.html#a4417150d9f858949bd9ea8794995ebcc">family</a>)</td></tr>
<tr class="separator:a75c2848f706809db4a3a8999d46118dc"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a9c6d94fc49adc3223bb0df762343784d"><td class="memItemLeft" align="right" valign="top">int&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="../../da/d89/inet_8c.html#a9c6d94fc49adc3223bb0df762343784d">inet_setip_raw</a> (<a class="el" href="../../da/d1d/structinet__prefix.html">inet_prefix</a> *ip, u_int *data, int <a class="el" href="../../d7/de2/if_8c.html#a4417150d9f858949bd9ea8794995ebcc">family</a>)</td></tr>
<tr class="separator:a9c6d94fc49adc3223bb0df762343784d"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ac0a02d49e9909bae32638e61ce18be9f"><td class="memItemLeft" align="right" valign="top">int&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="../../da/d89/inet_8c.html#ac0a02d49e9909bae32638e61ce18be9f">inet_setip</a> (<a class="el" href="../../da/d1d/structinet__prefix.html">inet_prefix</a> *ip, u_int *data, int <a class="el" href="../../d7/de2/if_8c.html#a4417150d9f858949bd9ea8794995ebcc">family</a>)</td></tr>
<tr class="separator:ac0a02d49e9909bae32638e61ce18be9f"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a506ae02de352f1e470295f64ba3bd0da"><td class="memItemLeft" align="right" valign="top">int&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="../../da/d89/inet_8c.html#a506ae02de352f1e470295f64ba3bd0da">inet_setip_bcast</a> (<a class="el" href="../../da/d1d/structinet__prefix.html">inet_prefix</a> *ip, int <a class="el" href="../../d7/de2/if_8c.html#a4417150d9f858949bd9ea8794995ebcc">family</a>)</td></tr>
<tr class="separator:a506ae02de352f1e470295f64ba3bd0da"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:addb0c4631b9f6d90718cddc6d8f04469"><td class="memItemLeft" align="right" valign="top">int&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="../../da/d89/inet_8c.html#addb0c4631b9f6d90718cddc6d8f04469">inet_setip_anyaddr</a> (<a class="el" href="../../da/d1d/structinet__prefix.html">inet_prefix</a> *ip, int <a class="el" href="../../d7/de2/if_8c.html#a4417150d9f858949bd9ea8794995ebcc">family</a>)</td></tr>
<tr class="separator:addb0c4631b9f6d90718cddc6d8f04469"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a2d7b2294f3077b12e2a70e0a480588ac"><td class="memItemLeft" align="right" valign="top">int&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="../../da/d89/inet_8c.html#a2d7b2294f3077b12e2a70e0a480588ac">inet_setip_loopback</a> (<a class="el" href="../../da/d1d/structinet__prefix.html">inet_prefix</a> *ip, int <a class="el" href="../../d7/de2/if_8c.html#a4417150d9f858949bd9ea8794995ebcc">family</a>)</td></tr>
<tr class="separator:a2d7b2294f3077b12e2a70e0a480588ac"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a127c86b270c3bb41caa671ac207fd4c5"><td class="memItemLeft" align="right" valign="top">int&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="../../da/d89/inet_8c.html#a127c86b270c3bb41caa671ac207fd4c5">inet_setip_localaddr</a> (<a class="el" href="../../da/d1d/structinet__prefix.html">inet_prefix</a> *ip, int <a class="el" href="../../d7/de2/if_8c.html#a4417150d9f858949bd9ea8794995ebcc">family</a>, int class)</td></tr>
<tr class="separator:a127c86b270c3bb41caa671ac207fd4c5"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:abe8c98b17ccddadf6ce90655e5cdea36"><td class="memItemLeft" align="right" valign="top">int&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="../../da/d89/inet_8c.html#abe8c98b17ccddadf6ce90655e5cdea36">inet_is_ip_local</a> (<a class="el" href="../../da/d1d/structinet__prefix.html">inet_prefix</a> *ip, int class)</td></tr>
<tr class="separator:abe8c98b17ccddadf6ce90655e5cdea36"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a284a1d36cd80931c6d96aba2e6a6ae46"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="../../da/d89/inet_8c.html#a284a1d36cd80931c6d96aba2e6a6ae46">inet_copy</a> (<a class="el" href="../../da/d1d/structinet__prefix.html">inet_prefix</a> *dst, <a class="el" href="../../da/d1d/structinet__prefix.html">inet_prefix</a> *src)</td></tr>
<tr class="separator:a284a1d36cd80931c6d96aba2e6a6ae46"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:afd1e5fe1ebde3b0578f839267fc48e39"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="../../da/d89/inet_8c.html#afd1e5fe1ebde3b0578f839267fc48e39">inet_copy_ipdata_raw</a> (u_int *dst_data, <a class="el" href="../../da/d1d/structinet__prefix.html">inet_prefix</a> *ip)</td></tr>
<tr class="separator:afd1e5fe1ebde3b0578f839267fc48e39"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:aaebd7fea501d17d6fdf93692928c0400"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="../../da/d89/inet_8c.html#aaebd7fea501d17d6fdf93692928c0400">inet_copy_ipdata</a> (u_int *dst_data, <a class="el" href="../../da/d1d/structinet__prefix.html">inet_prefix</a> *ip)</td></tr>
<tr class="separator:aaebd7fea501d17d6fdf93692928c0400"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a4ef2e36725d0f18182509c8de38d8a64"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="../../da/d89/inet_8c.html#a4ef2e36725d0f18182509c8de38d8a64">pack_inet_prefix</a> (<a class="el" href="../../da/d1d/structinet__prefix.html">inet_prefix</a> *ip, char *pack)</td></tr>
<tr class="separator:a4ef2e36725d0f18182509c8de38d8a64"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:aa21ac550789ccbba526f404f090ac9c2"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="../../da/d89/inet_8c.html#aa21ac550789ccbba526f404f090ac9c2">unpack_inet_prefix</a> (<a class="el" href="../../da/d1d/structinet__prefix.html">inet_prefix</a> *ip, char *pack)</td></tr>
<tr class="separator:aa21ac550789ccbba526f404f090ac9c2"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:abddde4d60b8a9c38fbde3ed7e198efca"><td class="memItemLeft" align="right" valign="top">int&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="../../da/d89/inet_8c.html#abddde4d60b8a9c38fbde3ed7e198efca">inet_addr_match</a> (const <a class="el" href="../../da/d1d/structinet__prefix.html">inet_prefix</a> *a, const <a class="el" href="../../da/d1d/structinet__prefix.html">inet_prefix</a> *b, int bits)</td></tr>
<tr class="separator:abddde4d60b8a9c38fbde3ed7e198efca"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a5d8b854858733f65e213b89bf984ad72"><td class="memItemLeft" align="right" valign="top">int&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="../../da/d89/inet_8c.html#a5d8b854858733f65e213b89bf984ad72">ipv6_addr_type</a> (<a class="el" href="../../da/d1d/structinet__prefix.html">inet_prefix</a> addr)</td></tr>
<tr class="separator:a5d8b854858733f65e213b89bf984ad72"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a68fa8e8776282525daffa752fbdc6628"><td class="memItemLeft" align="right" valign="top">int&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="../../da/d89/inet_8c.html#a68fa8e8776282525daffa752fbdc6628">inet_validate_ip</a> (<a class="el" href="../../da/d1d/structinet__prefix.html">inet_prefix</a> ip)</td></tr>
<tr class="separator:a68fa8e8776282525daffa752fbdc6628"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a9d2fb5508608cf4b8f5347d2edbb276b"><td class="memItemLeft" align="right" valign="top">const char *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="../../da/d89/inet_8c.html#a9d2fb5508608cf4b8f5347d2edbb276b">ipraw_to_str</a> (u_int ip[4], int <a class="el" href="../../d7/de2/if_8c.html#a4417150d9f858949bd9ea8794995ebcc">family</a>)</td></tr>
<tr class="separator:a9d2fb5508608cf4b8f5347d2edbb276b"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a7ee487ce5e94550114761abaee2bc334"><td class="memItemLeft" align="right" valign="top">const char *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="../../da/d89/inet_8c.html#a7ee487ce5e94550114761abaee2bc334">inet_to_str</a> (<a class="el" href="../../da/d1d/structinet__prefix.html">inet_prefix</a> ip)</td></tr>
<tr class="separator:a7ee487ce5e94550114761abaee2bc334"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a7b648d12a6ba304537ac987a5c55d696"><td class="memItemLeft" align="right" valign="top">int&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="../../da/d89/inet_8c.html#a7b648d12a6ba304537ac987a5c55d696">str_to_inet</a> (const char *src, <a class="el" href="../../da/d1d/structinet__prefix.html">inet_prefix</a> *ip)</td></tr>
<tr class="separator:a7b648d12a6ba304537ac987a5c55d696"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a8eac5edae4e220edc0f4a974dd5749d3"><td class="memItemLeft" align="right" valign="top">int&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="../../da/d89/inet_8c.html#a8eac5edae4e220edc0f4a974dd5749d3">inet_to_sockaddr</a> (<a class="el" href="../../da/d1d/structinet__prefix.html">inet_prefix</a> *ip, u_short port, struct sockaddr *dst, <a class="el" href="../../d7/d61/libip4tc_8c.html#aae83a93236e01902b58ec3f197a17f7c">socklen_t</a> *dstlen)</td></tr>
<tr class="separator:a8eac5edae4e220edc0f4a974dd5749d3"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a16c8d2dac83a014ea3035178a3771340"><td class="memItemLeft" align="right" valign="top">int&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="../../da/d89/inet_8c.html#a16c8d2dac83a014ea3035178a3771340">sockaddr_to_inet</a> (struct sockaddr *ip, <a class="el" href="../../da/d1d/structinet__prefix.html">inet_prefix</a> *dst, u_short *port)</td></tr>
<tr class="separator:a16c8d2dac83a014ea3035178a3771340"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a49b750fe581d1da5e169adf3c7a14af1"><td class="memItemLeft" align="right" valign="top">int&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="../../da/d89/inet_8c.html#a49b750fe581d1da5e169adf3c7a14af1">new_socket</a> (int sock_type)</td></tr>
<tr class="separator:a49b750fe581d1da5e169adf3c7a14af1"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a8e51a98ebf31af2e65b949335a06d47a"><td class="memItemLeft" align="right" valign="top">int&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="../../da/d89/inet_8c.html#a8e51a98ebf31af2e65b949335a06d47a">new_dgram_socket</a> (int sock_type)</td></tr>
<tr class="separator:a8e51a98ebf31af2e65b949335a06d47a"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a428a881d9fbb4d8b4fa5224962fcdd03"><td class="memItemLeft" align="right" valign="top">int&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="../../da/d89/inet_8c.html#a428a881d9fbb4d8b4fa5224962fcdd03">inet_close</a> (int *sk)</td></tr>
<tr class="separator:a428a881d9fbb4d8b4fa5224962fcdd03"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a44c5821edfbfaab89efae40fe8751963"><td class="memItemLeft" align="right" valign="top">int&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="../../da/d89/inet_8c.html#a44c5821edfbfaab89efae40fe8751963">inet_getpeername</a> (int sk, <a class="el" href="../../da/d1d/structinet__prefix.html">inet_prefix</a> *ip, short *port)</td></tr>
<tr class="separator:a44c5821edfbfaab89efae40fe8751963"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ace49c54414750a5e03afb619007af827"><td class="memItemLeft" align="right" valign="top">int&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="../../da/d89/inet_8c.html#ace49c54414750a5e03afb619007af827">join_ipv6_multicast</a> (int socket, int idx)</td></tr>
<tr class="separator:ace49c54414750a5e03afb619007af827"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a22541324b0b1e8b9b874c5c089296c20"><td class="memItemLeft" align="right" valign="top">int&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="../../da/d89/inet_8c.html#a22541324b0b1e8b9b874c5c089296c20">set_multicast_if</a> (int socket, int idx)</td></tr>
<tr class="separator:a22541324b0b1e8b9b874c5c089296c20"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:aff2952f8da964350ba064f251868a147"><td class="memItemLeft" align="right" valign="top">int&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="../../da/d89/inet_8c.html#aff2952f8da964350ba064f251868a147">set_nonblock_sk</a> (int fd)</td></tr>
<tr class="separator:aff2952f8da964350ba064f251868a147"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a8b78c3f5fdf056d9f5f9bb69e5896190"><td class="memItemLeft" align="right" valign="top">int&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="../../da/d89/inet_8c.html#a8b78c3f5fdf056d9f5f9bb69e5896190">unset_nonblock_sk</a> (int fd)</td></tr>
<tr class="separator:a8b78c3f5fdf056d9f5f9bb69e5896190"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a14ce403ca9d8516dc8d71796362a6d48"><td class="memItemLeft" align="right" valign="top">int&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="../../da/d89/inet_8c.html#a14ce403ca9d8516dc8d71796362a6d48">set_reuseaddr_sk</a> (int socket)</td></tr>
<tr class="separator:a14ce403ca9d8516dc8d71796362a6d48"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ab5a263b2a13ea5c2eb67c8b05bd56564"><td class="memItemLeft" align="right" valign="top">int&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="../../da/d89/inet_8c.html#ab5a263b2a13ea5c2eb67c8b05bd56564">set_bindtodevice_sk</a> (int socket, char *dev)</td></tr>
<tr class="separator:ab5a263b2a13ea5c2eb67c8b05bd56564"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a1cd6901da908a11c445765c7aa42e495"><td class="memItemLeft" align="right" valign="top">int&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="../../da/d89/inet_8c.html#a1cd6901da908a11c445765c7aa42e495">set_multicast_loop_sk</a> (int <a class="el" href="../../d7/de2/if_8c.html#a4417150d9f858949bd9ea8794995ebcc">family</a>, int socket, u_char loop)</td></tr>
<tr class="separator:a1cd6901da908a11c445765c7aa42e495"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a2aa626239ab1ad25661dfed01b5f2f89"><td class="memItemLeft" align="right" valign="top">int&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="../../da/d89/inet_8c.html#a2aa626239ab1ad25661dfed01b5f2f89">set_broadcast_sk</a> (int socket, int <a class="el" href="../../d7/de2/if_8c.html#a4417150d9f858949bd9ea8794995ebcc">family</a>, <a class="el" href="../../da/d1d/structinet__prefix.html">inet_prefix</a> *host, short port, int dev_idx)</td></tr>
<tr class="separator:a2aa626239ab1ad25661dfed01b5f2f89"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a35fe2545f32c0fa347ef475c6d655013"><td class="memItemLeft" align="right" valign="top">int&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="../../da/d89/inet_8c.html#a35fe2545f32c0fa347ef475c6d655013">unset_broadcast_sk</a> (int socket, int <a class="el" href="../../d7/de2/if_8c.html#a4417150d9f858949bd9ea8794995ebcc">family</a>)</td></tr>
<tr class="separator:a35fe2545f32c0fa347ef475c6d655013"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ab9d798f523c8e369403823f8529ebe44"><td class="memItemLeft" align="right" valign="top">int&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="../../da/d89/inet_8c.html#ab9d798f523c8e369403823f8529ebe44">set_keepalive_sk</a> (int socket)</td></tr>
<tr class="separator:ab9d798f523c8e369403823f8529ebe44"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a44c83c2b2a74ef116d7f94d41b8b5531"><td class="memItemLeft" align="right" valign="top">int&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="../../da/d89/inet_8c.html#a44c83c2b2a74ef116d7f94d41b8b5531">unset_keepalive_sk</a> (int socket)</td></tr>
<tr class="separator:a44c83c2b2a74ef116d7f94d41b8b5531"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a5bbe90629cfa3b1f5db9437297734355"><td class="memItemLeft" align="right" valign="top">int&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="../../da/d89/inet_8c.html#a5bbe90629cfa3b1f5db9437297734355">set_tos_sk</a> (int socket, int lowdelay)</td></tr>
<tr class="separator:a5bbe90629cfa3b1f5db9437297734355"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ad2c73cc3fb6cc8a9fcb3997be118b71c"><td class="memItemLeft" align="right" valign="top">int&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="../../da/d89/inet_8c.html#ad2c73cc3fb6cc8a9fcb3997be118b71c">new_tcp_conn</a> (<a class="el" href="../../da/d1d/structinet__prefix.html">inet_prefix</a> *host, short port, char *dev)</td></tr>
<tr class="separator:ad2c73cc3fb6cc8a9fcb3997be118b71c"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a3c05d384e453db0f645d1b1eef3f753b"><td class="memItemLeft" align="right" valign="top">int&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="../../da/d89/inet_8c.html#a3c05d384e453db0f645d1b1eef3f753b">new_udp_conn</a> (<a class="el" href="../../da/d1d/structinet__prefix.html">inet_prefix</a> *host, short port, char *dev)</td></tr>
<tr class="separator:a3c05d384e453db0f645d1b1eef3f753b"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a0f1dbd0722384c9eddd65f669229345a"><td class="memItemLeft" align="right" valign="top">int&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="../../da/d89/inet_8c.html#a0f1dbd0722384c9eddd65f669229345a">new_bcast_conn</a> (<a class="el" href="../../da/d1d/structinet__prefix.html">inet_prefix</a> *host, short port, int dev_idx)</td></tr>
<tr class="separator:a0f1dbd0722384c9eddd65f669229345a"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a372c070a318c0a1d854d262711568cd1"><td class="memItemLeft" align="right" valign="top">ssize_t&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="../../da/d89/inet_8c.html#a372c070a318c0a1d854d262711568cd1">inet_recv</a> (int s, void *buf, size_t len, int <a class="el" href="../../d7/de2/if_8c.html#ac8bf36fe0577cba66bccda3a6f7e80a4">flags</a>)</td></tr>
<tr class="separator:a372c070a318c0a1d854d262711568cd1"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a54cfaf4470a9112f7f7df0e923da8cb3"><td class="memItemLeft" align="right" valign="top">ssize_t&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="../../da/d89/inet_8c.html#a54cfaf4470a9112f7f7df0e923da8cb3">inet_recv_timeout</a> (int s, void *buf, size_t len, int <a class="el" href="../../d7/de2/if_8c.html#ac8bf36fe0577cba66bccda3a6f7e80a4">flags</a>, u_int timeout)</td></tr>
<tr class="separator:a54cfaf4470a9112f7f7df0e923da8cb3"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a05650389424947bce88544edfb772033"><td class="memItemLeft" align="right" valign="top">ssize_t&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="../../da/d89/inet_8c.html#a05650389424947bce88544edfb772033">inet_recvfrom</a> (int s, void *buf, size_t len, int <a class="el" href="../../d7/de2/if_8c.html#ac8bf36fe0577cba66bccda3a6f7e80a4">flags</a>, struct sockaddr *from, <a class="el" href="../../d7/d61/libip4tc_8c.html#aae83a93236e01902b58ec3f197a17f7c">socklen_t</a> *fromlen)</td></tr>
<tr class="separator:a05650389424947bce88544edfb772033"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a2c048b68b1c08bf90b569f01c6fab82f"><td class="memItemLeft" align="right" valign="top">ssize_t&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="../../da/d89/inet_8c.html#a2c048b68b1c08bf90b569f01c6fab82f">inet_recvfrom_timeout</a> (int s, void *buf, size_t len, int <a class="el" href="../../d7/de2/if_8c.html#ac8bf36fe0577cba66bccda3a6f7e80a4">flags</a>, struct sockaddr *from, <a class="el" href="../../d7/d61/libip4tc_8c.html#aae83a93236e01902b58ec3f197a17f7c">socklen_t</a> *fromlen, u_int timeout)</td></tr>
<tr class="separator:a2c048b68b1c08bf90b569f01c6fab82f"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ac92b07ae7dc3ae1234665e052a8e6792"><td class="memItemLeft" align="right" valign="top">ssize_t&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="../../da/d89/inet_8c.html#ac92b07ae7dc3ae1234665e052a8e6792">inet_send</a> (int s, const void *msg, size_t len, int <a class="el" href="../../d7/de2/if_8c.html#ac8bf36fe0577cba66bccda3a6f7e80a4">flags</a>)</td></tr>
<tr class="separator:ac92b07ae7dc3ae1234665e052a8e6792"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a57d824182ed85de297e6f32640708b7f"><td class="memItemLeft" align="right" valign="top">ssize_t&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="../../da/d89/inet_8c.html#a57d824182ed85de297e6f32640708b7f">inet_send_timeout</a> (int s, const void *msg, size_t len, int <a class="el" href="../../d7/de2/if_8c.html#ac8bf36fe0577cba66bccda3a6f7e80a4">flags</a>, u_int timeout)</td></tr>
<tr class="separator:a57d824182ed85de297e6f32640708b7f"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:af7e76f47a0583d67182cdf5bbb4dd22a"><td class="memItemLeft" align="right" valign="top">ssize_t&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="../../da/d89/inet_8c.html#af7e76f47a0583d67182cdf5bbb4dd22a">inet_sendto</a> (int s, const void *msg, size_t len, int <a class="el" href="../../d7/de2/if_8c.html#ac8bf36fe0577cba66bccda3a6f7e80a4">flags</a>, const struct sockaddr *to, <a class="el" href="../../d7/d61/libip4tc_8c.html#aae83a93236e01902b58ec3f197a17f7c">socklen_t</a> tolen)</td></tr>
<tr class="separator:af7e76f47a0583d67182cdf5bbb4dd22a"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:aa65a7052b4c6746a997c4e3743f14fbe"><td class="memItemLeft" align="right" valign="top">ssize_t&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="../../da/d89/inet_8c.html#aa65a7052b4c6746a997c4e3743f14fbe">inet_sendto_timeout</a> (int s, const void *msg, size_t len, int <a class="el" href="../../d7/de2/if_8c.html#ac8bf36fe0577cba66bccda3a6f7e80a4">flags</a>, const struct sockaddr *to, <a class="el" href="../../d7/d61/libip4tc_8c.html#aae83a93236e01902b58ec3f197a17f7c">socklen_t</a> tolen, u_int timeout)</td></tr>
<tr class="separator:aa65a7052b4c6746a997c4e3743f14fbe"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ae16ef6bb730deb8ac07b9cd295211052"><td class="memItemLeft" align="right" valign="top">ssize_t&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="../../da/d89/inet_8c.html#ae16ef6bb730deb8ac07b9cd295211052">inet_sendfile</a> (int out_fd, int in_fd, off_t *offset, size_t count)</td></tr>
<tr class="separator:ae16ef6bb730deb8ac07b9cd295211052"><td class="memSeparator" colspan="2">&#160;</td></tr>
</table>
<h2 class="groupheader">Function Documentation</h2>
<a class="anchor" id="abddde4d60b8a9c38fbde3ed7e198efca"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">int inet_addr_match </td>
<td>(</td>
<td class="paramtype">const <a class="el" href="../../da/d1d/structinet__prefix.html">inet_prefix</a> *&#160;</td>
<td class="paramname"><em>a</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">const <a class="el" href="../../da/d1d/structinet__prefix.html">inet_prefix</a> *&#160;</td>
<td class="paramname"><em>b</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">int&#160;</td>
<td class="paramname"><em>bits</em>&#160;</td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td>
</tr>
</table>
</div><div class="memdoc">
<p><div class="dynheader">
Here is the caller graph for this function:</div>
<div class="dyncontent">
<div class="center"><img src="../../da/d89/inet_8c_abddde4d60b8a9c38fbde3ed7e198efca_icgraph.png" border="0" usemap="#da/d89/inet_8c_abddde4d60b8a9c38fbde3ed7e198efca_icgraph" alt=""/></div>
<map name="da/d89/inet_8c_abddde4d60b8a9c38fbde3ed7e198efca_icgraph" id="da/d89/inet_8c_abddde4d60b8a9c38fbde3ed7e198efca_icgraph">
<area shape="rect" id="node3" href="../../d7/de2/if_8c.html#a0a117ed7d8433d84671dd55204719739" title="print_addrinfo" alt="" coords="175,147,273,176"/><area shape="rect" id="node55" href="../../d8/d91/krnl__route_8c.html#a3c6704dfaee952428fb117f3874cb721" title="route_get_gw" alt="" coords="175,200,273,229"/><area shape="rect" id="node5" href="../../dc/d8d/if_8h.html#a7042bfd9ad72adafd35f817b9363df06" title="ip_addr_flush" alt="" coords="363,147,461,176"/><area shape="rect" id="node7" href="../../dc/d8d/if_8h.html#af89c37cb6be1f1b417dc057eda5e1520" title="ip_addr_flush_all_ifs" alt="" coords="551,145,689,175"/><area shape="rect" id="node9" href="../../d3/dc7/hook_8c.html#a2ea386ad9474cd89fe393552276feef2" title="hook_set_all_ips" alt="" coords="760,144,877,173"/><area shape="rect" id="node11" href="../../d3/dc7/hook_8c.html#acce6e668cf071bc363f3237daebc95d0" title="create_new_qgroup" alt="" coords="953,140,1087,169"/><area shape="rect" id="node46" href="../../d3/dc7/hook_8c.html#ad4b44c41d2528f0f4e70c24d5b4c5daf" title="hook_reset" alt="" coords="1175,196,1260,225"/><area shape="rect" id="node52" href="../../d3/dc7/hook_8c.html#a9c2f57416bf3788157e15a1d889cca5e" title="hook_choose_new_ip" alt="" coords="947,61,1093,91"/><area shape="rect" id="node13" href="../../d3/dc7/hook_8c.html#a7503e6bf75bee5edba1dd37e8878911a" title="hook_first_radar_scan" alt="" coords="1143,89,1292,119"/><area shape="rect" id="node43" href="../../d3/dc7/hook_8c.html#a121f2311c11a2ea89f57e07d064f33b9" title="hook_get_free_nodes" alt="" coords="1144,143,1291,172"/><area shape="rect" id="node15" href="../../d6/d34/hook_8h.html#af10a487801fab9a28a3cfb6759fe138f" title="netsukuku_hook" alt="" coords="1341,89,1459,119"/><area shape="rect" id="node17" href="../../d9/d88/ntkresolv_8h.html#a3c04138a5bfe5d72780bb7e82a18e627" title="main" alt="" coords="2792,57,2843,87"/><area shape="rect" id="node19" href="../../d2/d42/rehook_8h.html#ae6ae2d4b03e5a8cc1891cbf553ebb913" title="rehook" alt="" coords="1513,89,1575,119"/><area shape="rect" id="node21" href="../../df/dba/rehook_8c.html#aeb32663f186f840edf41bb43d1f82459" title="new_rehook_thread" alt="" coords="1631,89,1764,119"/><area shape="rect" id="node23" href="../../d2/d42/rehook_8h.html#acd9ab3b97734c31a06ae3dcf475a1b39" title="new_rehook" alt="" coords="1815,89,1905,119"/><area shape="rect" id="node25" href="../../d6/d62/tracer_8c.html#a8bab813b90267e0e25592821248d7158" title="tracer_check_node_collision" alt="" coords="1955,119,2141,148"/><area shape="rect" id="node27" href="../../da/db5/tracer_8h.html#a12c03f2eaa97e2c644dcdd892e0fa758" title="tracer_store_pkt" alt="" coords="2191,96,2305,125"/><area shape="rect" id="node29" href="../../d8/da0/qspn_8h.html#ab70abece99b6ae77b078ec100c35912a" title="qspn_close" alt="" coords="2367,43,2455,72"/><area shape="rect" id="node36" href="../../d8/da0/qspn_8h.html#a6df687dad6a64c0807fbfc105cf244c5" title="qspn_open" alt="" coords="2368,96,2453,125"/><area shape="rect" id="node39" href="../../da/db5/tracer_8h.html#ab53c5821a9d4215b3d5ba16fd95e8297" title="tracer_pkt_recv" alt="" coords="2355,149,2467,179"/><area shape="rect" id="node31" href="../../d8/da0/qspn_8h.html#a6c5c062e24ec079201aea53899af3e28" title="qspn_init" alt="" coords="2515,123,2589,152"/><area shape="rect" id="node33" href="../../d4/d3b/netsukuku_8c.html#a110d67ecacf72375eea84dc00338030c" title="init_netsukuku" alt="" coords="2637,163,2744,192"/><area shape="rect" id="node48" href="../../d6/d34/hook_8h.html#af541d5ab5dd6596b12342140f4094dee" title="hook_init" alt="" coords="1507,199,1581,228"/><area shape="rect" id="node57" href="../../d7/d0e/krnl__route_8h.html#a4661441ab0b3c68d4525262a39b79c87" title="route_get_exact_prefix_dst" alt="" coords="323,200,501,229"/><area shape="rect" id="node59" href="../../d9/d7f/route_8h.html#a9ba09874404dffc38c8afaa32767fcef" title="rt_get_default_gw" alt="" coords="557,200,683,229"/><area shape="rect" id="node61" href="../../da/dd7/igs_8h.html#a184ab033bb2e2c1f856df5430ba87a80" title="init_internet_gateway\l_search" alt="" coords="948,243,1092,290"/><area shape="rect" id="node64" href="../../da/dd7/igs_8h.html#af0c6fb918f055c28c21d5a17fe02db09" title="igw_check_inet_conn_t" alt="" coords="740,200,897,229"/></map>
</div>
</p>
</div>
</div>
<a class="anchor" id="a428a881d9fbb4d8b4fa5224962fcdd03"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">int inet_close </td>
<td>(</td>
<td class="paramtype">int *&#160;</td>
<td class="paramname"><em>sk</em></td><td>)</td>
<td></td>
</tr>
</table>
</div><div class="memdoc">
<p><div class="dynheader">
Here is the caller graph for this function:</div>
<div class="dyncontent">
<div class="center"><img src="../../da/d89/inet_8c_a428a881d9fbb4d8b4fa5224962fcdd03_icgraph.png" border="0" usemap="#da/d89/inet_8c_a428a881d9fbb4d8b4fa5224962fcdd03_icgraph" alt=""/></div>
<map name="da/d89/inet_8c_a428a881d9fbb4d8b4fa5224962fcdd03_icgraph" id="da/d89/inet_8c_a428a881d9fbb4d8b4fa5224962fcdd03_icgraph">
<area shape="rect" id="node3" href="../../d0/d51/daemon_8h.html#a71a44ef24ad390d8bfd927ed826d42eb" title="prepare_listen_socket" alt="" coords="136,163,285,192"/><area shape="rect" id="node14" href="../../d0/d51/daemon_8h.html#a6bfa338bfc8ec41ee95e77a666e26114" title="tcp_daemon" alt="" coords="583,215,676,244"/><area shape="rect" id="node21" href="../../d5/d89/pkts_8h.html#a3169b3f057f310203a70d49f038f81b7" title="pkt_free" alt="" coords="176,1160,245,1189"/><area shape="rect" id="node101" href="../../d3/df5/radar_8h.html#a3d46b80b3ad27f86a02c0586617f18cc" title="radar_scan" alt="" coords="369,2061,455,2091"/><area shape="rect" id="node107" href="../../d5/d89/pkts_8h.html#a9705190f4cb9031da8070644993515d5" title="forward_pkt" alt="" coords="367,685,457,715"/><area shape="rect" id="node113" href="../../d7/d02/radar_8c.html#ad267ad57f4ccb3baa02dbf2bbe3e09e1" title="rnl_del" alt="" coords="181,2047,240,2076"/><area shape="rect" id="node119" href="../../d3/df5/radar_8h.html#a5a800cfd2c699f600717fb1d9bde4ecb" title="rnl_close_all_sk" alt="" coords="153,2100,268,2129"/><area shape="rect" id="node121" href="../../d3/df5/radar_8h.html#a8424d1822303af54c7e25160800cf7d8" title="rnl_send_rq" alt="" coords="167,1821,255,1851"/><area shape="rect" id="node5" href="../../dc/d21/daemon_8c.html#a990f15964056fbc0a9289f6fcf5e360c" title="sockets_all_ifs" alt="" coords="357,163,467,192"/><area shape="rect" id="node18" href="../../db/d6b/dns__wrapper_8c.html#aeaa4cae89e7a3eefe83d0ae4cc63b35a" title="dns_wrapper_daemon" alt="" coords="337,5,487,35"/><area shape="rect" id="node7" href="../../d0/d51/daemon_8h.html#a40481bac75cf84001629622bb8a5f2c0" title="udp_daemon" alt="" coords="581,111,677,140"/><area shape="rect" id="node9" href="../../d5/d05/andna_8h.html#ae8a0abdfc416da1b04dafe5c30fb14c3" title="andna_main" alt="" coords="769,163,860,192"/><area shape="rect" id="node11" href="../../d9/d88/ntkresolv_8h.html#a3c04138a5bfe5d72780bb7e82a18e627" title="main" alt="" coords="909,163,960,192"/><area shape="rect" id="node23" href="../../d5/d05/andna_8h.html#a47f535bfa2b7403ded9d8b4a7c19d27d" title="andna_register_hname" alt="" coords="336,373,488,403"/><area shape="rect" id="node25" href="../../d5/d05/andna_8h.html#a5da3518ba270f03f8d087c3c1cb25115" title="andna_recv_reg_rq" alt="" coords="564,789,695,819"/><area shape="rect" id="node27" href="../../d5/d05/andna_8h.html#a278c2e4e68b10357f59f3edbaa9bf7de" title="andna_check_counter" alt="" coords="337,789,487,819"/><area shape="rect" id="node30" href="../../d5/d05/andna_8h.html#aaa787887419437e0bca8efae5cd88aaf" title="andna_recv_check_counter" alt="" coords="539,657,720,687"/><area shape="rect" id="node32" href="../../d5/d05/andna_8h.html#a1ce60180d15ab89d473eb45928ee6ee5" title="andna_resolve_hash" alt="" coords="341,947,483,976"/><area shape="rect" id="node34" href="../../d5/d05/andna_8h.html#a8aab86a04409ff7c8baef00863464621" title="andna_recv_resolve_rq" alt="" coords="552,868,707,897"/><area shape="rect" id="node36" href="../../d5/d05/andna_8h.html#a9f9606b7d11bf10088542d80e6aac805" title="andna_reverse_resolve" alt="" coords="335,1000,489,1029"/><area shape="rect" id="node38" href="../../d5/d05/andna_8h.html#a44e3e539ab14f207121225a8f649acf8" title="andna_recv_rev_resolve_rq" alt="" coords="539,488,720,517"/><area shape="rect" id="node40" href="../../d5/d05/andna_8h.html#a176509d35d2405f8416d22b7defd2081" title="get_single_andna_c" alt="" coords="344,893,480,923"/><area shape="rect" id="node44" href="../../d5/d05/andna_8h.html#a7cb15ea6895d12e1dc8b334360de6819" title="recv_spread_single\l_acache" alt="" coords="563,1287,696,1334"/><area shape="rect" id="node46" href="../../d5/d05/andna_8h.html#a518d5d1d638386131f4e1ca4b5e2edb6" title="put_single_acache" alt="" coords="564,604,695,633"/><area shape="rect" id="node49" href="../../d4/d18/andna_8c.html#a75826b3a2a955fdd50d081ac17e0abe8" title="get_andna_cache" alt="" coords="351,1053,473,1083"/><area shape="rect" id="node51" href="../../d5/d05/andna_8h.html#a288580e9a1dfc745225f740d4afb9f6d" title="put_andna_cache" alt="" coords="351,1107,473,1136"/><area shape="rect" id="node53" href="../../d4/d18/andna_8c.html#a3148136f16559910186e2e0f253a5981" title="get_counter_cache" alt="" coords="347,1160,477,1189"/><area shape="rect" id="node55" href="../../d5/d05/andna_8h.html#a2196e258ccd91d09ad736705e25b59ce" title="put_counter_cache" alt="" coords="347,1213,477,1243"/><area shape="rect" id="node57" href="../../dc/d21/daemon_8c.html#afc47801db3abdd5d408c48044643018d" title="udp_exec_pkt" alt="" coords="361,109,463,139"/><area shape="rect" id="node61" href="../../d0/d51/daemon_8h.html#a5d807bb7bad3c6b6dba9e852f1f401a7" title="tcp_recv_loop" alt="" coords="361,320,463,349"/><area shape="rect" id="node64" href="../../d3/dc7/hook_8c.html#a13ba2bdeee0139a4e9cc749296099be2" title="get_free_nodes" alt="" coords="357,1955,467,1984"/><area shape="rect" id="node66" href="../../d6/d34/hook_8h.html#a7da6546e5822e282b57e5aee17e0c80c" title="put_free_nodes" alt="" coords="575,723,684,752"/><area shape="rect" id="node68" href="../../d3/dc7/hook_8c.html#a2dba643d9fbb3c9ce179b936a5190f59" title="get_qspn_round" alt="" coords="355,2008,469,2037"/><area shape="rect" id="node70" href="../../d6/d34/hook_8h.html#a14eec030eb6098fc9cc4a8609b19bd00" title="put_qspn_round" alt="" coords="355,1267,469,1296"/><area shape="rect" id="node72" href="../../d6/d34/hook_8h.html#aa99944b9d6345e33be0bf1c850380228" title="put_ext_map" alt="" coords="364,1320,460,1349"/><area shape="rect" id="node74" href="../../d3/dc7/hook_8c.html#a5f70bb451547d6e6fa8d4584bfcb6446" title="get_ext_map" alt="" coords="364,1688,460,1717"/><area shape="rect" id="node76" href="../../d6/d34/hook_8h.html#ab08a91850a188145dc3f039300aeca8b" title="put_int_map" alt="" coords="365,1373,459,1403"/><area shape="rect" id="node78" href="../../d3/dc7/hook_8c.html#a68ce15d13d0063d2670f1f75941d4d41" title="get_int_map" alt="" coords="365,1741,459,1771"/><area shape="rect" id="node80" href="../../d6/d34/hook_8h.html#a63187dcc3bfeb1895aed9385c06ed714" title="put_bnode_map" alt="" coords="355,1427,469,1456"/><area shape="rect" id="node82" href="../../d3/dc7/hook_8c.html#ab5fcc9e0c459e229bee016a7698e08ee" title="get_bnode_map" alt="" coords="355,1795,469,1824"/><area shape="rect" id="node84" href="../../d3/dc7/hook_8c.html#acb511717802de00a8566330c97afeb96" title="put_internet_gws" alt="" coords="352,1480,472,1509"/><area shape="rect" id="node86" href="../../d3/dc7/hook_8c.html#a8fe66445249fb1a1e2890250919bf67e" title="get_internet_gws" alt="" coords="352,1848,472,1877"/><area shape="rect" id="node88" href="../../d5/d89/pkts_8h.html#ac024e276423e4ad5476ae1730d71cf76" title="pkt_tcp_connect" alt="" coords="353,1533,471,1563"/><area shape="rect" id="node90" href="../../d5/d89/pkts_8h.html#ad386f9f8ac111df2a8d5a5e9912013ca" title="pkt_err" alt="" coords="381,632,443,661"/><area shape="rect" id="node99" href="../../d5/d89/pkts_8h.html#a8ccb46810f5a6b74d733c837dd5f4fbe" title="pkt_q_del" alt="" coords="373,267,451,296"/><area shape="rect" id="node103" href="../../d3/df5/radar_8h.html#a7a73bfef9b57006bbe0327107e991c74" title="radard" alt="" coords="383,477,441,507"/><area shape="rect" id="node105" href="../../da/db5/tracer_8h.html#add8a05e0cb98370b058e9a4906bcc463" title="flood_pkt_send" alt="" coords="357,1901,467,1931"/><area shape="rect" id="node115" href="../../d3/df5/radar_8h.html#a7af513cd53e492b69510bc823c384abb" title="rnl_reset" alt="" coords="376,2115,448,2144"/><area shape="rect" id="node117" href="../../d7/d02/radar_8c.html#a0f07428e5e015d840e1ccdf9c4493045" title="rnl_del_dead_rnode" alt="" coords="345,2168,479,2197"/></map>
</div>
</p>
</div>
</div>
<a class="anchor" id="a284a1d36cd80931c6d96aba2e6a6ae46"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">void inet_copy </td>
<td>(</td>
<td class="paramtype"><a class="el" href="../../da/d1d/structinet__prefix.html">inet_prefix</a> *&#160;</td>
<td class="paramname"><em>dst</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype"><a class="el" href="../../da/d1d/structinet__prefix.html">inet_prefix</a> *&#160;</td>
<td class="paramname"><em>src</em>&#160;</td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td>
</tr>
</table>
</div><div class="memdoc">
<p><div class="dynheader">
Here is the caller graph for this function:</div>
<div class="dyncontent">
<div class="center"><img src="../../da/d89/inet_8c_a284a1d36cd80931c6d96aba2e6a6ae46_icgraph.png" border="0" usemap="#da/d89/inet_8c_a284a1d36cd80931c6d96aba2e6a6ae46_icgraph" alt=""/></div>
<map name="da/d89/inet_8c_a284a1d36cd80931c6d96aba2e6a6ae46_icgraph" id="da/d89/inet_8c_a284a1d36cd80931c6d96aba2e6a6ae46_icgraph">
<area shape="rect" id="node3" href="../../da/d68/accept_8h.html#a5a4be13a1f36281b9c268aa9c507b70e" title="new_accept" alt="" coords="177,528,268,557"/><area shape="rect" id="node11" href="../../d5/d05/andna_8h.html#a5da3518ba270f03f8d087c3c1cb25115" title="andna_recv_reg_rq" alt="" coords="815,904,945,933"/><area shape="rect" id="node15" href="../../d5/d05/andna_8h.html#aaa787887419437e0bca8efae5cd88aaf" title="andna_recv_check_counter" alt="" coords="789,1060,971,1089"/><area shape="rect" id="node18" href="../../d5/d05/andna_8h.html#a8aab86a04409ff7c8baef00863464621" title="andna_recv_resolve_rq" alt="" coords="803,957,957,987"/><area shape="rect" id="node21" href="../../d5/d05/andna_8h.html#a9f9606b7d11bf10088542d80e6aac805" title="andna_reverse_resolve" alt="" coords="573,531,728,560"/><area shape="rect" id="node27" href="../../d5/d05/andna_8h.html#a518d5d1d638386131f4e1ca4b5e2edb6" title="put_single_acache" alt="" coords="585,851,716,880"/><area shape="rect" id="node30" href="../../d7/d3b/gmap_8h.html#aea98ff28b23a15bca09eb85401731d2d" title="rnodetoip" alt="" coords="185,1163,260,1192"/><area shape="rect" id="node34" href="../../d3/df5/radar_8h.html#ac87ec2c357e722cc77948e2f4a133b03" title="rnl_get_sk" alt="" coords="395,1216,477,1245"/><area shape="rect" id="node36" href="../../d6/d34/hook_8h.html#ab49323f81163c48f70eacb3bd5a5eec4" title="create_gnodes" alt="" coords="169,112,276,141"/><area shape="rect" id="node42" href="../../d6/d34/hook_8h.html#af10a487801fab9a28a3cfb6759fe138f" title="netsukuku_hook" alt="" coords="821,111,939,140"/><area shape="rect" id="node47" href="../../d3/dc7/hook_8c.html#a9c2f57416bf3788157e15a1d889cca5e" title="hook_choose_new_ip" alt="" coords="363,5,509,35"/><area shape="rect" id="node51" href="../../d1/d6f/igs_8c.html#a2665964804c77a4b1bfeb7fdd7c38ed3" title="add_igw_nexthop" alt="" coords="161,267,284,296"/><area shape="rect" id="node53" href="../../da/dd7/igs_8h.html#a51d86ef21953a6f2d0231b9c83701ce6" title="igw_replace_def_igws" alt="" coords="361,241,511,271"/><area shape="rect" id="node66" href="../../d6/d4a/inet_8h.html#aaebd7fea501d17d6fdf93692928c0400" title="inet_copy_ipdata" alt="" coords="376,835,496,864"/><area shape="rect" id="node83" href="../../d7/d0e/krnl__route_8h.html#a4661441ab0b3c68d4525262a39b79c87" title="route_get_exact_prefix_dst" alt="" coords="133,1267,312,1296"/><area shape="rect" id="node87" href="../../d5/d89/pkts_8h.html#add9d3fdd60f0e0e8a0b0c15e2470b3d7" title="pkt_addfrom" alt="" coords="389,531,483,560"/><area shape="rect" id="node93" href="../../d5/d89/pkts_8h.html#a9994ee280b9db73a6eaca0462b361d58" title="pkt_addto" alt="" coords="397,683,475,712"/><area shape="rect" id="node108" href="../../d5/d89/pkts_8h.html#add26b86f4b7d350021c4a96e6db6ce6c" title="send_rq" alt="" coords="403,744,469,773"/><area shape="rect" id="node119" href="../../d5/d89/pkts_8h.html#a9bcb8ed5a94ff428d1f9f5f8b0e83d63" title="pkt_q_wait_recv" alt="" coords="164,784,281,813"/><area shape="rect" id="node123" href="../../d3/df5/radar_8h.html#ad245092f4d6329da6200b29193a2cd06" title="add_radar_q" alt="" coords="176,1320,269,1349"/><area shape="rect" id="node125" href="../../d9/d7f/route_8h.html#a8030bab7c77153a34a7b2a71c3be3bc1" title="get_gw_ips" alt="" coords="179,475,267,504"/><area shape="rect" id="node127" href="../../d9/d7f/route_8h.html#ae4d32d12b40eb8c936e1d301bc32c359" title="rt_build_nexthop_gw" alt="" coords="365,424,507,453"/><area shape="rect" id="node129" href="../../d9/d7f/route_8h.html#aa5e6a218401371f79910f174b4aabaee" title="rt_update_node" alt="" coords="596,371,705,400"/><area shape="rect" id="node133" href="../../df/dbf/route_8c.html#ab46164b2a1909d021ff14c048964bfd0" title="rt_build_nexthop_voidgw" alt="" coords="140,320,305,349"/><area shape="rect" id="node137" href="../../df/dbf/route_8c.html#ae8e765370816d77b674ca4ca895fe604" title="rt_exec_gw" alt="" coords="179,1373,267,1403"/><area shape="rect" id="node139" href="../../d9/d7f/route_8h.html#affcc70aa11f4fe6cd320e8cca073ec1a" title="rt_append_subnet_src" alt="" coords="148,1427,297,1456"/><area shape="rect" id="node5" href="../../da/d68/accept_8h.html#a1c6006fb8298f7667eb793d8b099af91" title="add_accept" alt="" coords="392,477,480,507"/><area shape="rect" id="node7" href="../../d0/d51/daemon_8h.html#a6bfa338bfc8ec41ee95e77a666e26114" title="tcp_daemon" alt="" coords="604,424,697,453"/><area shape="rect" id="node9" href="../../d9/d88/ntkresolv_8h.html#a3c04138a5bfe5d72780bb7e82a18e627" title="main" alt="" coords="1035,215,1085,244"/><area shape="rect" id="node13" href="../../d5/d05/andna_8h.html#aa7b53282a673cbc82c998a3cf4e5aff2" title="andna_init" alt="" coords="1020,877,1100,907"/><area shape="rect" id="node23" href="../../dd/dd9/andns_8h.html#a81431a7e5716758c3bbefd17f8e68898" title="inet_rslv" alt="" coords="845,531,915,560"/><area shape="rect" id="node25" href="../../dd/dd9/andns_8h.html#a77c1322dbf52a1bacabe97028c9ce8d2" title="nk_rslv" alt="" coords="848,599,912,628"/><area shape="rect" id="node32" href="../../d7/d3b/gmap_8h.html#aacfee10d52d3ce3e729b3cf6dca919a2" title="rnode_to_ipstr" alt="" coords="384,1163,488,1192"/><area shape="rect" id="node38" href="../../d3/dc7/hook_8c.html#acce6e668cf071bc363f3237daebc95d0" title="create_new_qgroup" alt="" coords="369,112,503,141"/><area shape="rect" id="node40" href="../../d3/dc7/hook_8c.html#a00d0f0c666be6f5b1d58632b4b5d222c" title="hook_get_ext_map" alt="" coords="371,59,501,88"/><area shape="rect" id="node45" href="../../d2/d42/rehook_8h.html#ae6ae2d4b03e5a8cc1891cbf553ebb913" title="rehook" alt="" coords="1029,111,1091,140"/><area shape="rect" id="node55" href="../../d3/dc7/hook_8c.html#a5e32a215ed05b1ef1f870ce105f67640" title="hook_finish" alt="" coords="607,163,695,192"/><area shape="rect" id="node58" href="../../da/dd7/igs_8h.html#ac87ed2fc7a66e73c5fef763321862295" title="igw_monitor_igws_t" alt="" coords="812,215,948,244"/><area shape="rect" id="node61" href="../../da/dd7/igs_8h.html#a68583c93468fa447635d641f93b040ce" title="igw_store_bblock" alt="" coords="589,317,712,347"/><area shape="rect" id="node63" href="../../db/de6/qspn_8c.html#aaf014079dd9e527ab38f3b21c547489b" title="qspn_remove_deads" alt="" coords="809,319,951,348"/><area shape="rect" id="node68" href="../../d5/d05/andna_8h.html#a47f535bfa2b7403ded9d8b4a7c19d27d" title="andna_register_hname" alt="" coords="575,797,727,827"/><area shape="rect" id="node70" href="../../d5/d05/andna_8h.html#a278c2e4e68b10357f59f3edbaa9bf7de" title="andna_check_counter" alt="" coords="576,904,725,933"/><area shape="rect" id="node73" href="../../d5/d05/andna_8h.html#a1ce60180d15ab89d473eb45928ee6ee5" title="andna_resolve_hash" alt="" coords="580,744,721,773"/><area shape="rect" id="node76" href="../../d5/d05/andna_8h.html#a176509d35d2405f8416d22b7defd2081" title="get_single_andna_c" alt="" coords="583,957,719,987"/><area shape="rect" id="node81" href="../../d6/d34/hook_8h.html#a7da6546e5822e282b57e5aee17e0c80c" title="put_free_nodes" alt="" coords="596,691,705,720"/><area shape="rect" id="node85" href="../../d9/d7f/route_8h.html#a9ba09874404dffc38c8afaa32767fcef" title="rt_get_default_gw" alt="" coords="373,1269,499,1299"/><area shape="rect" id="node91" href="../../d5/d89/pkts_8h.html#a9323e08c6a2d6764207f80cd8dc992aa" title="pkt_clear" alt="" coords="613,477,688,507"/><area shape="rect" id="node98" href="../../d5/d05/andna_8h.html#a44e3e539ab14f207121225a8f649acf8" title="andna_recv_rev_resolve_rq" alt="" coords="560,584,741,613"/><area shape="rect" id="node102" href="../../d5/d05/andna_8h.html#a288580e9a1dfc745225f740d4afb9f6d" title="put_andna_cache" alt="" coords="589,637,712,667"/></map>
</div>
</p>
</div>
</div>
<a class="anchor" id="aaebd7fea501d17d6fdf93692928c0400"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">void inet_copy_ipdata </td>
<td>(</td>
<td class="paramtype">u_int *&#160;</td>
<td class="paramname"><em>dst_data</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype"><a class="el" href="../../da/d1d/structinet__prefix.html">inet_prefix</a> *&#160;</td>
<td class="paramname"><em>ip</em>&#160;</td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td>
</tr>
</table>
</div><div class="memdoc">
<p><div class="dynheader">
Here is the call graph for this function:</div>
<div class="dyncontent">
<div class="center"><img src="../../da/d89/inet_8c_aaebd7fea501d17d6fdf93692928c0400_cgraph.png" border="0" usemap="#da/d89/inet_8c_aaebd7fea501d17d6fdf93692928c0400_cgraph" alt=""/></div>
<map name="da/d89/inet_8c_aaebd7fea501d17d6fdf93692928c0400_cgraph" id="da/d89/inet_8c_aaebd7fea501d17d6fdf93692928c0400_cgraph">
<area shape="rect" id="node3" href="../../da/d89/inet_8c.html#a284a1d36cd80931c6d96aba2e6a6ae46" title="inet_copy" alt="" coords="175,5,252,35"/><area shape="rect" id="node5" href="../../da/d89/inet_8c.html#a75c2848f706809db4a3a8999d46118dc" title="inet_htonl" alt="" coords="175,59,252,88"/><area shape="rect" id="node7" href="../../d0/ddb/misc_8c.html#a7b5a2df1e2b36c954653fd3e786a5405" title="swap_ints" alt="" coords="303,59,383,88"/><area shape="rect" id="node9" href="../../d0/ddb/misc_8c.html#acb6548d316f7cd3f28e77c2bd4eb3e33" title="swap_array" alt="" coords="433,59,521,88"/></map>
</div>
</p>
<p><div class="dynheader">
Here is the caller graph for this function:</div>
<div class="dyncontent">
<div class="center"><img src="../../da/d89/inet_8c_aaebd7fea501d17d6fdf93692928c0400_icgraph.png" border="0" usemap="#da/d89/inet_8c_aaebd7fea501d17d6fdf93692928c0400_icgraph" alt=""/></div>
<map name="da/d89/inet_8c_aaebd7fea501d17d6fdf93692928c0400_icgraph" id="da/d89/inet_8c_aaebd7fea501d17d6fdf93692928c0400_icgraph">
<area shape="rect" id="node3" href="../../d5/d05/andna_8h.html#a47f535bfa2b7403ded9d8b4a7c19d27d" title="andna_register_hname" alt="" coords="175,88,327,117"/><area shape="rect" id="node45" href="../../d5/d05/andna_8h.html#a278c2e4e68b10357f59f3edbaa9bf7de" title="andna_check_counter" alt="" coords="176,287,325,316"/><area shape="rect" id="node52" href="../../d5/d05/andna_8h.html#a1ce60180d15ab89d473eb45928ee6ee5" title="andna_resolve_hash" alt="" coords="180,508,321,537"/><area shape="rect" id="node81" href="../../d5/d05/andna_8h.html#a176509d35d2405f8416d22b7defd2081" title="get_single_andna_c" alt="" coords="183,233,319,263"/><area shape="rect" id="node90" href="../../d5/d05/andna_8h.html#a518d5d1d638386131f4e1ca4b5e2edb6" title="put_single_acache" alt="" coords="185,340,316,369"/><area shape="rect" id="node93" href="../../d6/d34/hook_8h.html#a7da6546e5822e282b57e5aee17e0c80c" title="put_free_nodes" alt="" coords="1207,364,1316,393"/><area shape="rect" id="node5" href="../../d4/d18/andna_8c.html#abac5b6d2df2140ec17abb62d9ce8cbbc" title="andna_min_update_retry" alt="" coords="377,61,540,91"/><area shape="rect" id="node7" href="../../d5/d05/andna_8h.html#a22751676386bfd17dd30f88528ee0f12" title="andna_update_hnames" alt="" coords="597,95,752,124"/><area shape="rect" id="node40" href="../../d5/d05/andna_8h.html#ac5e2e3a07b8b99edbc9501aae6e5b1ff" title="andna_maintain_hnames\l_active" alt="" coords="1376,5,1541,51"/><area shape="rect" id="node9" href="../../d4/d3b/netsukuku_8c.html#a678f7ec6e159e6bee076921c8d709847" title="reload_hostname_thread" alt="" coords="809,76,972,105"/><area shape="rect" id="node15" href="../../d2/d42/rehook_8h.html#ae6ae2d4b03e5a8cc1891cbf553ebb913" title="rehook" alt="" coords="860,129,921,159"/><area shape="rect" id="node11" href="../../d4/d3b/netsukuku_8c.html#a207b25374e65f083a666cdfaca49bb99" title="sighup_handler" alt="" coords="1604,76,1713,105"/><area shape="rect" id="node13" href="../../d9/d88/ntkresolv_8h.html#a3c04138a5bfe5d72780bb7e82a18e627" title="main" alt="" coords="2203,76,2253,105"/><area shape="rect" id="node17" href="../../df/dba/rehook_8c.html#aeb32663f186f840edf41bb43d1f82459" title="new_rehook_thread" alt="" coords="1023,129,1156,159"/><area shape="rect" id="node19" href="../../d2/d42/rehook_8h.html#acd9ab3b97734c31a06ae3dcf475a1b39" title="new_rehook" alt="" coords="1216,129,1307,159"/><area shape="rect" id="node21" href="../../d6/d62/tracer_8c.html#a8bab813b90267e0e25592821248d7158" title="tracer_check_node_collision" alt="" coords="1365,181,1552,211"/><area shape="rect" id="node23" href="../../da/db5/tracer_8h.html#a12c03f2eaa97e2c644dcdd892e0fa758" title="tracer_store_pkt" alt="" coords="1601,181,1716,211"/><area shape="rect" id="node25" href="../../d8/da0/qspn_8h.html#ab70abece99b6ae77b078ec100c35912a" title="qspn_close" alt="" coords="1777,128,1865,157"/><area shape="rect" id="node32" href="../../d8/da0/qspn_8h.html#a6df687dad6a64c0807fbfc105cf244c5" title="qspn_open" alt="" coords="1779,181,1864,211"/><area shape="rect" id="node35" href="../../da/db5/tracer_8h.html#ab53c5821a9d4215b3d5ba16fd95e8297" title="tracer_pkt_recv" alt="" coords="1765,235,1877,264"/><area shape="rect" id="node27" href="../../d8/da0/qspn_8h.html#a6c5c062e24ec079201aea53899af3e28" title="qspn_init" alt="" coords="1925,208,2000,237"/><area shape="rect" id="node29" href="../../d4/d3b/netsukuku_8c.html#a110d67ecacf72375eea84dc00338030c" title="init_netsukuku" alt="" coords="2048,247,2155,276"/><area shape="rect" id="node42" href="../../d5/d05/andna_8h.html#ae8a0abdfc416da1b04dafe5c30fb14c3" title="andna_main" alt="" coords="2056,19,2147,48"/><area shape="rect" id="node47" href="../../d5/d05/andna_8h.html#a5da3518ba270f03f8d087c3c1cb25115" title="andna_recv_reg_rq" alt="" coords="393,288,524,317"/><area shape="rect" id="node49" href="../../d5/d05/andna_8h.html#aa7b53282a673cbc82c998a3cf4e5aff2" title="andna_init" alt="" coords="635,287,715,316"/><area shape="rect" id="node54" href="../../d5/d05/andna_8h.html#aa3b87d2348a3a7cdb6e2d95c66fdfb6f" title="andna_resolve_hname" alt="" coords="815,444,967,473"/><area shape="rect" id="node62" href="../../dd/dd9/andns_8h.html#a77c1322dbf52a1bacabe97028c9ce8d2" title="nk_rslv" alt="" coords="1057,599,1121,628"/><area shape="rect" id="node65" href="../../d1/dd5/andns__snsd_8h.html#a5f5ed255a4e4e2604045525ee8acb7fb" title="snsd_main_ip" alt="" coords="408,540,509,569"/><area shape="rect" id="node56" href="../../dd/dd9/andns_8h.html#a81431a7e5716758c3bbefd17f8e68898" title="inet_rslv" alt="" coords="1055,497,1124,527"/><area shape="rect" id="node58" href="../../dd/dd9/andns_8h.html#ad55d591cf7a444daa6b9cea7f8ae29bc" title="andns_rslv" alt="" coords="1219,535,1304,564"/><area shape="rect" id="node60" href="../../db/d6b/dns__wrapper_8c.html#ae858f92cfdc42ee9f2ba357a4021b59e" title="dns_exec_pkt" alt="" coords="1408,535,1509,564"/><area shape="rect" id="node67" href="../../d1/dd5/andns__snsd_8h.html#a86f72d27da5b908d5ce023c778ad4b74" title="snsd_node_to_data" alt="" coords="608,572,741,601"/><area shape="rect" id="node73" href="../../d1/dd5/andns__snsd_8h.html#af1703129169f7152c3a4c38604bf9ea9" title="snsd_service_to_aansws" alt="" coords="591,625,759,655"/><area shape="rect" id="node76" href="../../d1/dd5/andns__snsd_8h.html#a1fcd0373d93db849bf72644fc21e5087" title="snsd_node_to_dansw" alt="" coords="601,495,748,524"/><area shape="rect" id="node70" href="../../d1/dd5/andns__snsd_8h.html#a016db13b6c9aea169159e1e69d926ff3" title="snsd_prio_to_aansws" alt="" coords="817,572,964,601"/><area shape="rect" id="node78" href="../../d1/dd5/andns__snsd_8h.html#a1debec61ed4edba1c3f0b2161314c18d" title="snsd_prio_to_dansws" alt="" coords="817,497,964,527"/><area shape="rect" id="node84" href="../../d5/d05/andna_8h.html#a8aab86a04409ff7c8baef00863464621" title="andna_recv_resolve_rq" alt="" coords="381,235,536,264"/><area shape="rect" id="node87" href="../../d5/d05/andna_8h.html#a7cb15ea6895d12e1dc8b334360de6819" title="recv_spread_single\l_acache" alt="" coords="392,165,525,211"/><area shape="rect" id="node95" href="../../d6/d34/hook_8h.html#af541d5ab5dd6596b12342140f4094dee" title="hook_init" alt="" coords="1925,351,2000,380"/></map>
</div>
</p>
</div>
</div>
<a class="anchor" id="afd1e5fe1ebde3b0578f839267fc48e39"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">void inet_copy_ipdata_raw </td>
<td>(</td>
<td class="paramtype">u_int *&#160;</td>
<td class="paramname"><em>dst_data</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype"><a class="el" href="../../da/d1d/structinet__prefix.html">inet_prefix</a> *&#160;</td>
<td class="paramname"><em>ip</em>&#160;</td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td>
</tr>
</table>
</div><div class="memdoc">
<p><div class="dynheader">
Here is the caller graph for this function:</div>
<div class="dyncontent">
<div class="center"><img src="../../da/d89/inet_8c_afd1e5fe1ebde3b0578f839267fc48e39_icgraph.png" border="0" usemap="#da/d89/inet_8c_afd1e5fe1ebde3b0578f839267fc48e39_icgraph" alt=""/></div>
<map name="da/d89/inet_8c_afd1e5fe1ebde3b0578f839267fc48e39_icgraph" id="da/d89/inet_8c_afd1e5fe1ebde3b0578f839267fc48e39_icgraph">
<area shape="rect" id="node3" href="../../d5/d05/andna_8h.html#a5da3518ba270f03f8d087c3c1cb25115" title="andna_recv_reg_rq" alt="" coords="1353,160,1484,189"/><area shape="rect" id="node11" href="../../d7/d74/andna__cache_8h.html#ae30431f21d44516e3c006ae361578d9c" title="load_snsd" alt="" coords="1155,5,1235,35"/><area shape="rect" id="node21" href="../../dc/db7/map_8h.html#a6664a07adc9bcf23216bc5086ffa8b93" title="postoip" alt="" coords="203,524,267,553"/><area shape="rect" id="node5" href="../../d5/d05/andna_8h.html#aa7b53282a673cbc82c998a3cf4e5aff2" title="andna_init" alt="" coords="1576,220,1656,249"/><area shape="rect" id="node7" href="../../d4/d3b/netsukuku_8c.html#a110d67ecacf72375eea84dc00338030c" title="init_netsukuku" alt="" coords="1723,220,1829,249"/><area shape="rect" id="node9" href="../../d9/d88/ntkresolv_8h.html#a3c04138a5bfe5d72780bb7e82a18e627" title="main" alt="" coords="1924,220,1975,249"/><area shape="rect" id="node13" href="../../d5/d05/andna_8h.html#afc0f24a5b798975732d4f238dccc42ef" title="andna_load_caches" alt="" coords="1351,83,1487,112"/><area shape="rect" id="node16" href="../../d4/d3b/netsukuku_8c.html#a678f7ec6e159e6bee076921c8d709847" title="reload_hostname_thread" alt="" coords="1337,17,1500,47"/><area shape="rect" id="node18" href="../../d4/d3b/netsukuku_8c.html#a207b25374e65f083a666cdfaca49bb99" title="sighup_handler" alt="" coords="1561,91,1671,120"/><area shape="rect" id="node23" href="../../d3/dc7/hook_8c.html#a9c2f57416bf3788157e15a1d889cca5e" title="hook_choose_new_ip" alt="" coords="315,524,461,553"/><area shape="rect" id="node42" href="../../dc/db7/map_8h.html#ab4c5fb4d30e7d21c05dce334b85cb2e9" title="maptoip" alt="" coords="355,657,421,687"/><area shape="rect" id="node25" href="../../d6/d34/hook_8h.html#af10a487801fab9a28a3cfb6759fe138f" title="netsukuku_hook" alt="" coords="1557,564,1675,593"/><area shape="rect" id="node28" href="../../d2/d42/rehook_8h.html#ae6ae2d4b03e5a8cc1891cbf553ebb913" title="rehook" alt="" coords="1745,643,1807,672"/><area shape="rect" id="node30" href="../../df/dba/rehook_8c.html#aeb32663f186f840edf41bb43d1f82459" title="new_rehook_thread" alt="" coords="1883,653,2016,683"/><area shape="rect" id="node32" href="../../d2/d42/rehook_8h.html#acd9ab3b97734c31a06ae3dcf475a1b39" title="new_rehook" alt="" coords="2091,673,2181,703"/><area shape="rect" id="node34" href="../../da/db5/tracer_8h.html#a12c03f2eaa97e2c644dcdd892e0fa758" title="tracer_store_pkt" alt="" coords="2253,735,2368,764"/><area shape="rect" id="node36" href="../../d8/da0/qspn_8h.html#ab70abece99b6ae77b078ec100c35912a" title="qspn_close" alt="" coords="2431,824,2519,853"/><area shape="rect" id="node38" href="../../d8/da0/qspn_8h.html#a6df687dad6a64c0807fbfc105cf244c5" title="qspn_open" alt="" coords="2432,717,2517,747"/><area shape="rect" id="node40" href="../../da/db5/tracer_8h.html#ab53c5821a9d4215b3d5ba16fd95e8297" title="tracer_pkt_recv" alt="" coords="2419,771,2531,800"/><area shape="rect" id="node44" href="../../d7/d3b/gmap_8h.html#aea98ff28b23a15bca09eb85401731d2d" title="rnodetoip" alt="" coords="1579,853,1653,883"/><area shape="rect" id="node68" href="../../d9/d7f/route_8h.html#a8030bab7c77153a34a7b2a71c3be3bc1" title="get_gw_ips" alt="" coords="548,580,636,609"/><area shape="rect" id="node95" href="../../d9/d7f/route_8h.html#ae4d32d12b40eb8c936e1d301bc32c359" title="rt_build_nexthop_gw" alt="" coords="737,631,879,660"/><area shape="rect" id="node97" href="../../d9/d7f/route_8h.html#aa5e6a218401371f79910f174b4aabaee" title="rt_update_node" alt="" coords="947,683,1056,712"/><area shape="rect" id="node119" href="../../df/dbf/route_8c.html#ab46164b2a1909d021ff14c048964bfd0" title="rt_build_nexthop_voidgw" alt="" coords="509,735,675,764"/><area shape="rect" id="node46" href="../../d7/d3b/gmap_8h.html#aacfee10d52d3ce3e729b3cf6dca919a2" title="rnode_to_ipstr" alt="" coords="1724,853,1828,883"/><area shape="rect" id="node48" href="../../d3/df5/radar_8h.html#ac87ec2c357e722cc77948e2f4a133b03" title="rnl_get_sk" alt="" coords="1735,931,1817,960"/><area shape="rect" id="node50" href="../../d3/df5/radar_8h.html#a23199e508fb5df7dca7410b1744531c0" title="rnl_fill_rq" alt="" coords="1912,937,1987,967"/><area shape="rect" id="node52" href="../../d4/d18/andna_8c.html#a75826b3a2a955fdd50d081ac17e0abe8" title="get_andna_cache" alt="" coords="2075,941,2197,971"/><area shape="rect" id="node54" href="../../d4/d18/andna_8c.html#a3148136f16559910186e2e0f253a5981" title="get_counter_cache" alt="" coords="2071,995,2201,1024"/><area shape="rect" id="node56" href="../../d3/dc7/hook_8c.html#a1af7ac472929cbedf3964d95f76a6cd4" title="hook_fill_rq" alt="" coords="2092,1048,2180,1077"/><area shape="rect" id="node58" href="../../d3/df5/radar_8h.html#a8424d1822303af54c7e25160800cf7d8" title="rnl_send_rq" alt="" coords="2092,837,2180,867"/><area shape="rect" id="node60" href="../../da/db5/tracer_8h.html#add8a05e0cb98370b058e9a4906bcc463" title="flood_pkt_send" alt="" coords="2256,812,2365,841"/><area shape="rect" id="node62" href="../../d8/da0/qspn_8h.html#a0c2ef8efd5611e3ed71086a267af7915" title="qspn_send" alt="" coords="2432,877,2517,907"/><area shape="rect" id="node70" href="../../d4/d18/andna_8c.html#a38841ce4a17cc49307989b692098b777" title="find_hash_gnode_recurse" alt="" coords="723,576,893,605"/><area shape="rect" id="node72" href="../../d4/d18/andna_8c.html#a6114eeecf073e71b67aed8e268a8d1b6" title="find_hash_gnode" alt="" coords="941,316,1061,345"/><area shape="rect" id="node74" href="../../d5/d05/andna_8h.html#a47f535bfa2b7403ded9d8b4a7c19d27d" title="andna_register_hname" alt="" coords="1119,472,1271,501"/><area shape="rect" id="node77" href="../../d5/d05/andna_8h.html#a278c2e4e68b10357f59f3edbaa9bf7de" title="andna_check_counter" alt="" coords="1120,160,1269,189"/><area shape="rect" id="node80" href="../../d5/d05/andna_8h.html#aaa787887419437e0bca8efae5cd88aaf" title="andna_recv_check_counter" alt="" coords="1328,285,1509,315"/><area shape="rect" id="node83" href="../../d5/d05/andna_8h.html#a1ce60180d15ab89d473eb45928ee6ee5" title="andna_resolve_hash" alt="" coords="1124,419,1265,448"/><area shape="rect" id="node85" href="../../d5/d05/andna_8h.html#a8aab86a04409ff7c8baef00863464621" title="andna_recv_resolve_rq" alt="" coords="1341,220,1496,249"/><area shape="rect" id="node88" href="../../d5/d05/andna_8h.html#a176509d35d2405f8416d22b7defd2081" title="get_single_andna_c" alt="" coords="1127,213,1263,243"/><area shape="rect" id="node92" href="../../d5/d05/andna_8h.html#a518d5d1d638386131f4e1ca4b5e2edb6" title="put_single_acache" alt="" coords="1353,361,1484,391"/><area shape="rect" id="node99" href="../../db/de6/qspn_8c.html#aaf014079dd9e527ab38f3b21c547489b" title="qspn_remove_deads" alt="" coords="1879,789,2020,819"/><area shape="rect" id="node105" href="../../d7/d02/radar_8c.html#a94b39741ffea4a0e3fef007399f9ee02" title="radar_remove_old_rnodes" alt="" coords="1109,629,1280,659"/><area shape="rect" id="node109" href="../../d9/d7f/route_8h.html#a8f92a6fd8e99f27459b98ccb17a5f594" title="rt_rnodes_update" alt="" coords="1133,576,1256,605"/><area shape="rect" id="node112" href="../../d9/d7f/route_8h.html#a32029732dc208304ab63287968952ec5" title="rt_full_update" alt="" coords="1145,683,1244,712"/><area shape="rect" id="node101" href="../../d8/da0/qspn_8h.html#ab2f4bfac6bcea3379068bf4aab92e381" title="qspn_new_round" alt="" coords="2251,877,2371,907"/><area shape="rect" id="node107" href="../../d3/df5/radar_8h.html#a6908f30023e15ac38b957dc8f3941f37" title="radar_update_map" alt="" coords="1355,603,1483,632"/><area shape="rect" id="node114" href="../../d3/dc7/hook_8c.html#a5e32a215ed05b1ef1f870ce105f67640" title="hook_finish" alt="" coords="1375,656,1463,685"/></map>
</div>
</p>
</div>
</div>
<a class="anchor" id="a44c5821edfbfaab89efae40fe8751963"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">int inet_getpeername </td>
<td>(</td>
<td class="paramtype">int&#160;</td>
<td class="paramname"><em>sk</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype"><a class="el" href="../../da/d1d/structinet__prefix.html">inet_prefix</a> *&#160;</td>
<td class="paramname"><em>ip</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">short *&#160;</td>
<td class="paramname"><em>port</em>&#160;</td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td>
</tr>
</table>
</div><div class="memdoc">
<p><div class="dynheader">
Here is the call graph for this function:</div>
<div class="dyncontent">
<div class="center"><img src="../../da/d89/inet_8c_a44c5821edfbfaab89efae40fe8751963_cgraph.png" border="0" usemap="#da/d89/inet_8c_a44c5821edfbfaab89efae40fe8751963_cgraph" alt=""/></div>
<map name="da/d89/inet_8c_a44c5821edfbfaab89efae40fe8751963_cgraph" id="da/d89/inet_8c_a44c5821edfbfaab89efae40fe8751963_cgraph">
<area shape="rect" id="node3" href="../../d7/df8/log_8c.html#ac33c8a42a58a6379397850b60be22028" title="error" alt="" coords="365,5,413,35"/><area shape="rect" id="node7" href="../../da/d89/inet_8c.html#a16c8d2dac83a014ea3035178a3771340" title="sockaddr_to_inet" alt="" coords="180,57,300,87"/><area shape="rect" id="node5" href="../../d7/df8/log_8c.html#a3bd4b0345d9f0035edbe68f3795319de" title="print_log" alt="" coords="779,5,848,35"/><area shape="rect" id="node10" href="../../da/d89/inet_8c.html#ac0a02d49e9909bae32638e61ce18be9f" title="inet_setip" alt="" coords="351,59,428,88"/><area shape="rect" id="node12" href="../../da/d89/inet_8c.html#a9c6d94fc49adc3223bb0df762343784d" title="inet_setip_raw" alt="" coords="477,59,584,88"/><area shape="rect" id="node19" href="../../da/d89/inet_8c.html#a385963363f8d2ee7012a4c919b9b7b80" title="inet_ntohl" alt="" coords="492,112,569,141"/><area shape="rect" id="node14" href="../../d7/df8/log_8c.html#a677da14e8c4326bde43622f233f1ead3" title="fatal" alt="" coords="651,59,696,88"/><area shape="rect" id="node17" href="../../d7/df8/log_8c.html#a32f684e2d9d47ca24806b88e58498931" title="close_log_file" alt="" coords="763,59,864,88"/><area shape="rect" id="node21" href="../../d0/ddb/misc_8c.html#a7b5a2df1e2b36c954653fd3e786a5405" title="swap_ints" alt="" coords="633,112,713,141"/><area shape="rect" id="node23" href="../../d0/ddb/misc_8c.html#acb6548d316f7cd3f28e77c2bd4eb3e33" title="swap_array" alt="" coords="769,112,857,141"/></map>
</div>
</p>
<p><div class="dynheader">
Here is the caller graph for this function:</div>
<div class="dyncontent">
<div class="center"><img src="../../da/d89/inet_8c_a44c5821edfbfaab89efae40fe8751963_icgraph.png" border="0" usemap="#da/d89/inet_8c_a44c5821edfbfaab89efae40fe8751963_icgraph" alt=""/></div>
<map name="da/d89/inet_8c_a44c5821edfbfaab89efae40fe8751963_icgraph" id="da/d89/inet_8c_a44c5821edfbfaab89efae40fe8751963_icgraph">
<area shape="rect" id="node3" href="../../d3/df5/radar_8h.html#a23199e508fb5df7dca7410b1744531c0" title="rnl_fill_rq" alt="" coords="179,216,253,245"/><area shape="rect" id="node5" href="../../d4/d18/andna_8c.html#a75826b3a2a955fdd50d081ac17e0abe8" title="get_andna_cache" alt="" coords="307,69,429,99"/><area shape="rect" id="node37" href="../../d4/d18/andna_8c.html#a3148136f16559910186e2e0f253a5981" title="get_counter_cache" alt="" coords="303,149,433,179"/><area shape="rect" id="node40" href="../../d3/dc7/hook_8c.html#a1af7ac472929cbedf3964d95f76a6cd4" title="hook_fill_rq" alt="" coords="324,216,412,245"/><area shape="rect" id="node73" href="../../d3/df5/radar_8h.html#a8424d1822303af54c7e25160800cf7d8" title="rnl_send_rq" alt="" coords="324,269,412,299"/><area shape="rect" id="node81" href="../../da/db5/tracer_8h.html#add8a05e0cb98370b058e9a4906bcc463" title="flood_pkt_send" alt="" coords="489,524,599,553"/><area shape="rect" id="node7" href="../../d5/d05/andna_8h.html#a533e80474668ec6d63b4e5302b910a6c" title="andna_hook" alt="" coords="499,56,589,85"/><area shape="rect" id="node9" href="../../d5/d05/andna_8h.html#ae8a0abdfc416da1b04dafe5c30fb14c3" title="andna_main" alt="" coords="1491,5,1581,35"/><area shape="rect" id="node13" href="../../d2/d42/rehook_8h.html#ae6ae2d4b03e5a8cc1891cbf553ebb913" title="rehook" alt="" coords="1664,264,1725,293"/><area shape="rect" id="node11" href="../../d9/d88/ntkresolv_8h.html#a3c04138a5bfe5d72780bb7e82a18e627" title="main" alt="" coords="2957,393,3008,423"/><area shape="rect" id="node15" href="../../df/dba/rehook_8c.html#aeb32663f186f840edf41bb43d1f82459" title="new_rehook_thread" alt="" coords="1796,264,1929,293"/><area shape="rect" id="node17" href="../../d2/d42/rehook_8h.html#acd9ab3b97734c31a06ae3dcf475a1b39" title="new_rehook" alt="" coords="1980,264,2071,293"/><area shape="rect" id="node19" href="../../d6/d62/tracer_8c.html#a8bab813b90267e0e25592821248d7158" title="tracer_check_node_collision" alt="" coords="2120,316,2307,345"/><area shape="rect" id="node21" href="../../da/db5/tracer_8h.html#a12c03f2eaa97e2c644dcdd892e0fa758" title="tracer_store_pkt" alt="" coords="2356,471,2471,500"/><area shape="rect" id="node23" href="../../d8/da0/qspn_8h.html#ab70abece99b6ae77b078ec100c35912a" title="qspn_close" alt="" coords="2532,523,2620,552"/><area shape="rect" id="node30" href="../../d8/da0/qspn_8h.html#a6df687dad6a64c0807fbfc105cf244c5" title="qspn_open" alt="" coords="2533,576,2619,605"/><area shape="rect" id="node33" href="../../da/db5/tracer_8h.html#ab53c5821a9d4215b3d5ba16fd95e8297" title="tracer_pkt_recv" alt="" coords="2520,629,2632,659"/><area shape="rect" id="node25" href="../../d8/da0/qspn_8h.html#a6c5c062e24ec079201aea53899af3e28" title="qspn_init" alt="" coords="2680,576,2755,605"/><area shape="rect" id="node27" href="../../d4/d3b/netsukuku_8c.html#a110d67ecacf72375eea84dc00338030c" title="init_netsukuku" alt="" coords="2803,576,2909,605"/><area shape="rect" id="node42" href="../../d3/dc7/hook_8c.html#a13ba2bdeee0139a4e9cc749296099be2" title="get_free_nodes" alt="" coords="489,323,599,352"/><area shape="rect" id="node50" href="../../d3/dc7/hook_8c.html#a2dba643d9fbb3c9ce179b936a5190f59" title="get_qspn_round" alt="" coords="487,376,601,405"/><area shape="rect" id="node53" href="../../d3/dc7/hook_8c.html#a5f70bb451547d6e6fa8d4584bfcb6446" title="get_ext_map" alt="" coords="496,109,592,139"/><area shape="rect" id="node58" href="../../d3/dc7/hook_8c.html#a68ce15d13d0063d2670f1f75941d4d41" title="get_int_map" alt="" coords="497,163,591,192"/><area shape="rect" id="node63" href="../../d3/dc7/hook_8c.html#ab5fcc9e0c459e229bee016a7698e08ee" title="get_bnode_map" alt="" coords="487,216,601,245"/><area shape="rect" id="node68" href="../../d3/dc7/hook_8c.html#a8fe66445249fb1a1e2890250919bf67e" title="get_internet_gws" alt="" coords="484,269,604,299"/><area shape="rect" id="node44" href="../../d3/dc7/hook_8c.html#a121f2311c11a2ea89f57e07d064f33b9" title="hook_get_free_nodes" alt="" coords="653,323,800,352"/><area shape="rect" id="node46" href="../../d6/d34/hook_8h.html#af10a487801fab9a28a3cfb6759fe138f" title="netsukuku_hook" alt="" coords="1477,264,1595,293"/><area shape="rect" id="node55" href="../../d3/dc7/hook_8c.html#a00d0f0c666be6f5b1d58632b4b5d222c" title="hook_get_ext_map" alt="" coords="859,109,989,139"/><area shape="rect" id="node60" href="../../d3/dc7/hook_8c.html#ab77263b0b4d7970fb36fdd74ebd0df3a" title="hook_get_int_map" alt="" coords="860,163,988,192"/><area shape="rect" id="node65" href="../../d3/dc7/hook_8c.html#a0513b13a5cbb9ed7d89f6594e639b264" title="hook_get_bnode_map" alt="" coords="1064,213,1213,243"/><area shape="rect" id="node70" href="../../d3/dc7/hook_8c.html#ab614c177efbb9179f168fd7d13bff83d" title="hook_get_igw" alt="" coords="1303,264,1404,293"/><area shape="rect" id="node83" href="../../d4/d18/andna_8c.html#a5f6db55ee7de052695358525b3fe212c" title="andna_flood_pkt" alt="" coords="668,788,785,817"/><area shape="rect" id="node102" href="../../d8/da0/qspn_8h.html#a0c2ef8efd5611e3ed71086a267af7915" title="qspn_send" alt="" coords="684,419,769,448"/><area shape="rect" id="node117" href="../../db/de6/qspn_8c.html#a43aa9205d173722bcc7220aa1ffd1d58" title="qspn_open_start" alt="" coords="1804,575,1921,604"/><area shape="rect" id="node123" href="../../da/db5/tracer_8h.html#ac9c1eb29dad329c4ce003e9f770859c7" title="tracer_pkt_start" alt="" coords="671,472,783,501"/><area shape="rect" id="node85" href="../../d5/d05/andna_8h.html#a5da3518ba270f03f8d087c3c1cb25115" title="andna_recv_reg_rq" alt="" coords="1073,847,1204,876"/><area shape="rect" id="node90" href="../../d5/d05/andna_8h.html#aaa787887419437e0bca8efae5cd88aaf" title="andna_recv_check_counter" alt="" coords="1048,733,1229,763"/><area shape="rect" id="node93" href="../../d5/d05/andna_8h.html#ac5be4621b26ee1e36c55a6da772614de" title="spread_single_acache" alt="" coords="849,900,999,929"/><area shape="rect" id="node99" href="../../d5/d05/andna_8h.html#a7cb15ea6895d12e1dc8b334360de6819" title="recv_spread_single\l_acache" alt="" coords="857,779,991,826"/><area shape="rect" id="node87" href="../../d5/d05/andna_8h.html#aa7b53282a673cbc82c998a3cf4e5aff2" title="andna_init" alt="" coords="1313,788,1393,817"/><area shape="rect" id="node96" href="../../d5/d05/andna_8h.html#a8aab86a04409ff7c8baef00863464621" title="andna_recv_resolve_rq" alt="" coords="1061,900,1216,929"/><area shape="rect" id="node104" href="../../d7/d02/radar_8c.html#ab10b73e523085803cf8a5863ed9994f9" title="radar_qspn_send_t" alt="" coords="859,420,989,449"/><area shape="rect" id="node106" href="../../d3/df5/radar_8h.html#a3d46b80b3ad27f86a02c0586617f18cc" title="radar_scan" alt="" coords="1096,420,1181,449"/><area shape="rect" id="node108" href="../../d3/dc7/hook_8c.html#a7503e6bf75bee5edba1dd37e8878911a" title="hook_first_radar_scan" alt="" coords="1279,368,1428,397"/><area shape="rect" id="node111" href="../../d3/dc7/hook_8c.html#a5e32a215ed05b1ef1f870ce105f67640" title="hook_finish" alt="" coords="1309,472,1397,501"/><area shape="rect" id="node114" href="../../d3/df5/radar_8h.html#ac9d1b53d63e675b260906e91850b588c" title="radar_daemon" alt="" coords="1643,420,1747,449"/></map>
</div>
</p>
</div>
</div>
<a class="anchor" id="a75c2848f706809db4a3a8999d46118dc"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">void inet_htonl </td>
<td>(</td>
<td class="paramtype">u_int *&#160;</td>
<td class="paramname"><em>data</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">int&#160;</td>
<td class="paramname"><em>family</em>&#160;</td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td>
</tr>
</table>
</div><div class="memdoc">
<p><div class="dynheader">
Here is the call graph for this function:</div>
<div class="dyncontent">
<div class="center"><img src="../../da/d89/inet_8c_a75c2848f706809db4a3a8999d46118dc_cgraph.png" border="0" usemap="#da/d89/inet_8c_a75c2848f706809db4a3a8999d46118dc_cgraph" alt=""/></div>
<map name="da/d89/inet_8c_a75c2848f706809db4a3a8999d46118dc_cgraph" id="da/d89/inet_8c_a75c2848f706809db4a3a8999d46118dc_cgraph">
<area shape="rect" id="node3" href="../../d0/ddb/misc_8c.html#a7b5a2df1e2b36c954653fd3e786a5405" title="swap_ints" alt="" coords="135,5,215,35"/><area shape="rect" id="node5" href="../../d0/ddb/misc_8c.html#acb6548d316f7cd3f28e77c2bd4eb3e33" title="swap_array" alt="" coords="265,5,353,35"/></map>
</div>
</p>
<p><div class="dynheader">
Here is the caller graph for this function:</div>
<div class="dyncontent">
<div class="center"><img src="../../da/d89/inet_8c_a75c2848f706809db4a3a8999d46118dc_icgraph.png" border="0" usemap="#da/d89/inet_8c_a75c2848f706809db4a3a8999d46118dc_icgraph" alt=""/></div>
<map name="da/d89/inet_8c_a75c2848f706809db4a3a8999d46118dc_icgraph" id="da/d89/inet_8c_a75c2848f706809db4a3a8999d46118dc_icgraph">
<area shape="rect" id="node3" href="../../d4/d18/andna_8c.html#a6114eeecf073e71b67aed8e268a8d1b6" title="find_hash_gnode" alt="" coords="367,281,487,311"/><area shape="rect" id="node26" href="../../d1/dd5/andns__snsd_8h.html#a86f72d27da5b908d5ce023c778ad4b74" title="snsd_node_to_data" alt="" coords="360,93,493,123"/><area shape="rect" id="node32" href="../../d1/dd5/andns__snsd_8h.html#af1703129169f7152c3a4c38604bf9ea9" title="snsd_service_to_aansws" alt="" coords="135,29,303,59"/><area shape="rect" id="node35" href="../../d1/dd5/andns__snsd_8h.html#a1fcd0373d93db849bf72644fc21e5087" title="snsd_node_to_dansw" alt="" coords="145,336,292,365"/><area shape="rect" id="node39" href="../../da/dd7/igs_8h.html#a51d86ef21953a6f2d0231b9c83701ce6" title="igw_replace_def_igws" alt="" coords="565,753,715,783"/><area shape="rect" id="node49" href="../../d1/d6f/igs_8c.html#abdb0933bc34906418f796608bf9b0cb0" title="pack_inet_gw" alt="" coords="168,440,269,469"/><area shape="rect" id="node53" href="../../d6/d4a/inet_8h.html#a2d7b2294f3077b12e2a70e0a480588ac" title="inet_setip_loopback" alt="" coords="151,493,287,523"/><area shape="rect" id="node55" href="../../d6/d4a/inet_8h.html#aaebd7fea501d17d6fdf93692928c0400" title="inet_copy_ipdata" alt="" coords="367,388,487,417"/><area shape="rect" id="node64" href="../../d6/d4a/inet_8h.html#a4ef2e36725d0f18182509c8de38d8a64" title="pack_inet_prefix" alt="" coords="160,547,277,576"/><area shape="rect" id="node68" href="../../d6/d4a/inet_8h.html#a9d2fb5508608cf4b8f5347d2edbb276b" title="ipraw_to_str" alt="" coords="172,600,265,629"/><area shape="rect" id="node90" href="../../d9/d7f/route_8h.html#aa5e6a218401371f79910f174b4aabaee" title="rt_update_node" alt="" coords="585,967,695,996"/><area shape="rect" id="node102" href="../../d6/d4a/inet_8h.html#a8eac5edae4e220edc0f4a974dd5749d3" title="inet_to_sockaddr" alt="" coords="159,776,279,805"/><area shape="rect" id="node112" href="../../d9/d7f/route_8h.html#ae4d32d12b40eb8c936e1d301bc32c359" title="rt_build_nexthop_gw" alt="" coords="148,865,289,895"/><area shape="rect" id="node115" href="../../df/dbf/route_8c.html#ab46164b2a1909d021ff14c048964bfd0" title="rt_build_nexthop_voidgw" alt="" coords="136,992,301,1021"/><area shape="rect" id="node119" href="../../df/dbf/route_8c.html#ae8e765370816d77b674ca4ca895fe604" title="rt_exec_gw" alt="" coords="175,1115,263,1144"/><area shape="rect" id="node129" href="../../d9/d7f/route_8h.html#affcc70aa11f4fe6cd320e8cca073ec1a" title="rt_append_subnet_src" alt="" coords="144,1168,293,1197"/><area shape="rect" id="node131" href="../../d7/d48/snsd__cache_8c.html#a0d50c4944d234d5bf4cadd84cede4fc1" title="snsd_pack_node" alt="" coords="159,1221,279,1251"/><area shape="rect" id="node5" href="../../d5/d05/andna_8h.html#a47f535bfa2b7403ded9d8b4a7c19d27d" title="andna_register_hname" alt="" coords="564,391,716,420"/><area shape="rect" id="node7" href="../../d5/d05/andna_8h.html#a5da3518ba270f03f8d087c3c1cb25115" title="andna_recv_reg_rq" alt="" coords="799,284,929,313"/><area shape="rect" id="node9" href="../../d5/d05/andna_8h.html#a278c2e4e68b10357f59f3edbaa9bf7de" title="andna_check_counter" alt="" coords="565,284,715,313"/><area shape="rect" id="node12" href="../../d5/d05/andna_8h.html#aaa787887419437e0bca8efae5cd88aaf" title="andna_recv_check_counter" alt="" coords="549,444,731,473"/><area shape="rect" id="node14" href="../../d5/d05/andna_8h.html#a1ce60180d15ab89d473eb45928ee6ee5" title="andna_resolve_hash" alt="" coords="569,177,711,207"/><area shape="rect" id="node18" href="../../d5/d05/andna_8h.html#a8aab86a04409ff7c8baef00863464621" title="andna_recv_resolve_rq" alt="" coords="787,337,941,367"/><area shape="rect" id="node20" href="../../d5/d05/andna_8h.html#a176509d35d2405f8416d22b7defd2081" title="get_single_andna_c" alt="" coords="572,337,708,367"/><area shape="rect" id="node24" href="../../d5/d05/andna_8h.html#a518d5d1d638386131f4e1ca4b5e2edb6" title="put_single_acache" alt="" coords="575,231,705,260"/><area shape="rect" id="node16" href="../../dd/dd9/andns_8h.html#a77c1322dbf52a1bacabe97028c9ce8d2" title="nk_rslv" alt="" coords="832,23,896,52"/><area shape="rect" id="node29" href="../../d1/dd5/andns__snsd_8h.html#a016db13b6c9aea169159e1e69d926ff3" title="snsd_prio_to_aansws" alt="" coords="567,23,713,52"/><area shape="rect" id="node37" href="../../d1/dd5/andns__snsd_8h.html#a1debec61ed4edba1c3f0b2161314c18d" title="snsd_prio_to_dansws" alt="" coords="353,335,500,364"/><area shape="rect" id="node41" href="../../d3/dc7/hook_8c.html#a5e32a215ed05b1ef1f870ce105f67640" title="hook_finish" alt="" coords="997,809,1085,839"/><area shape="rect" id="node43" href="../../da/dd7/igs_8h.html#ac87ed2fc7a66e73c5fef763321862295" title="igw_monitor_igws_t" alt="" coords="796,704,932,733"/><area shape="rect" id="node45" href="../../da/dd7/igs_8h.html#a68583c93468fa447635d641f93b040ce" title="igw_store_bblock" alt="" coords="803,651,925,680"/><area shape="rect" id="node47" href="../../db/de6/qspn_8c.html#aaf014079dd9e527ab38f3b21c547489b" title="qspn_remove_deads" alt="" coords="793,808,935,837"/><area shape="rect" id="node51" href="../../da/dd7/igs_8h.html#a413fd34c9565aa635c90cc7f811169e5" title="pack_igws" alt="" coords="385,441,468,471"/><area shape="rect" id="node62" href="../../d6/d34/hook_8h.html#a7da6546e5822e282b57e5aee17e0c80c" title="put_free_nodes" alt="" coords="585,497,695,527"/><area shape="rect" id="node66" href="../../d7/d3b/gmap_8h.html#a70ce90c9c90ffba9965aca7863badae2" title="pack_quadro_group" alt="" coords="360,496,493,525"/><area shape="rect" id="node71" href="../../d6/d4a/inet_8h.html#a7ee487ce5e94550114761abaee2bc334" title="inet_to_str" alt="" coords="385,549,468,579"/><area shape="rect" id="node84" href="../../d6/d4a/inet_8h.html#ad2c73cc3fb6cc8a9fcb3997be118b71c" title="new_tcp_conn" alt="" coords="587,807,693,836"/><area shape="rect" id="node86" href="../../d6/d4a/inet_8h.html#a3c05d384e453db0f645d1b1eef3f753b" title="new_udp_conn" alt="" coords="585,860,695,889"/><area shape="rect" id="node88" href="../../d6/d4a/inet_8h.html#a0f1dbd0722384c9eddd65f669229345a" title="new_bcast_conn" alt="" coords="580,913,700,943"/><area shape="rect" id="node93" href="../../d7/d02/radar_8c.html#a94b39741ffea4a0e3fef007399f9ee02" title="radar_remove_old_rnodes" alt="" coords="779,1021,949,1051"/><area shape="rect" id="node95" href="../../d9/d7f/route_8h.html#a8f92a6fd8e99f27459b98ccb17a5f594" title="rt_rnodes_update" alt="" coords="803,915,925,944"/><area shape="rect" id="node97" href="../../d9/d7f/route_8h.html#a32029732dc208304ab63287968952ec5" title="rt_full_update" alt="" coords="815,861,913,891"/><area shape="rect" id="node100" href="../../da/db5/tracer_8h.html#a12c03f2eaa97e2c644dcdd892e0fa758" title="tracer_store_pkt" alt="" coords="807,968,921,997"/><area shape="rect" id="node104" href="../../dc/d8d/if_8h.html#a29300a7fc292e542e82b441736978c3d" title="set_dev_ip" alt="" coords="384,757,469,787"/><area shape="rect" id="node109" href="../../d5/d89/pkts_8h.html#aa27d4dfa0f7d6c8ee64399780800ae1f" title="pkt_send" alt="" coords="389,704,464,733"/><area shape="rect" id="node121" href="../../d9/d7f/route_8h.html#a1cdc5a65790d27e173c0aeac2f7aed8b" title="rt_add_gw" alt="" coords="385,1221,468,1251"/><area shape="rect" id="node123" href="../../d9/d7f/route_8h.html#af58184ead46ad8ac2ae191fe8922452d" title="rt_del_gw" alt="" coords="388,1275,465,1304"/><area shape="rect" id="node125" href="../../d9/d7f/route_8h.html#abe208dc2bf7480c3319656525c9410f2" title="rt_change_gw" alt="" coords="376,1115,477,1144"/><area shape="rect" id="node127" href="../../d9/d7f/route_8h.html#a5ed8d2627fcb0ff0efd5399bf684ce68" title="rt_replace_gw" alt="" coords="376,1168,477,1197"/></map>
</div>
</p>
</div>
</div>
<a class="anchor" id="abe8c98b17ccddadf6ce90655e5cdea36"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">int inet_is_ip_local </td>
<td>(</td>
<td class="paramtype"><a class="el" href="../../da/d1d/structinet__prefix.html">inet_prefix</a> *&#160;</td>
<td class="paramname"><em>ip</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">int&#160;</td>
<td class="paramname"><em>class</em>&#160;</td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td>
</tr>
</table>
</div><div class="memdoc">
<p><div class="dynheader">
Here is the call graph for this function:</div>
<div class="dyncontent">
<div class="center"><img src="../../da/d89/inet_8c_abe8c98b17ccddadf6ce90655e5cdea36_cgraph.png" border="0" usemap="#da/d89/inet_8c_abe8c98b17ccddadf6ce90655e5cdea36_cgraph" alt=""/></div>
<map name="da/d89/inet_8c_abe8c98b17ccddadf6ce90655e5cdea36_cgraph" id="da/d89/inet_8c_abe8c98b17ccddadf6ce90655e5cdea36_cgraph">
<area shape="rect" id="node3" href="../../d7/df8/log_8c.html#a677da14e8c4326bde43622f233f1ead3" title="fatal" alt="" coords="167,32,212,61"/><area shape="rect" id="node5" href="../../d7/df8/log_8c.html#a3bd4b0345d9f0035edbe68f3795319de" title="print_log" alt="" coords="277,5,347,35"/><area shape="rect" id="node7" href="../../d7/df8/log_8c.html#a32f684e2d9d47ca24806b88e58498931" title="close_log_file" alt="" coords="261,59,363,88"/></map>
</div>
</p>
</div>
</div>
<a class="anchor" id="a385963363f8d2ee7012a4c919b9b7b80"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">void inet_ntohl </td>
<td>(</td>
<td class="paramtype">u_int *&#160;</td>
<td class="paramname"><em>data</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">int&#160;</td>
<td class="paramname"><em>family</em>&#160;</td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td>
</tr>
</table>
</div><div class="memdoc">
<p><div class="dynheader">
Here is the call graph for this function:</div>
<div class="dyncontent">
<div class="center"><img src="../../da/d89/inet_8c_a385963363f8d2ee7012a4c919b9b7b80_cgraph.png" border="0" usemap="#da/d89/inet_8c_a385963363f8d2ee7012a4c919b9b7b80_cgraph" alt=""/></div>
<map name="da/d89/inet_8c_a385963363f8d2ee7012a4c919b9b7b80_cgraph" id="da/d89/inet_8c_a385963363f8d2ee7012a4c919b9b7b80_cgraph">
<area shape="rect" id="node3" href="../../d0/ddb/misc_8c.html#a7b5a2df1e2b36c954653fd3e786a5405" title="swap_ints" alt="" coords="135,5,215,35"/><area shape="rect" id="node5" href="../../d0/ddb/misc_8c.html#acb6548d316f7cd3f28e77c2bd4eb3e33" title="swap_array" alt="" coords="265,5,353,35"/></map>
</div>
</p>
<p><div class="dynheader">
Here is the caller graph for this function:</div>
<div class="dyncontent">
<div class="center"><img src="../../da/d89/inet_8c_a385963363f8d2ee7012a4c919b9b7b80_icgraph.png" border="0" usemap="#da/d89/inet_8c_a385963363f8d2ee7012a4c919b9b7b80_icgraph" alt=""/></div>
<map name="da/d89/inet_8c_a385963363f8d2ee7012a4c919b9b7b80_icgraph" id="da/d89/inet_8c_a385963363f8d2ee7012a4c919b9b7b80_icgraph">
<area shape="rect" id="node3" href="../../d5/d05/andna_8h.html#a518d5d1d638386131f4e1ca4b5e2edb6" title="put_single_acache" alt="" coords="553,643,684,672"/><area shape="rect" id="node11" href="../../dd/dd9/andns_8h.html#a77c1322dbf52a1bacabe97028c9ce8d2" title="nk_rslv" alt="" coords="804,1087,868,1116"/><area shape="rect" id="node17" href="../../da/dd7/igs_8h.html#a51d86ef21953a6f2d0231b9c83701ce6" title="igw_replace_def_igws" alt="" coords="544,275,693,304"/><area shape="rect" id="node35" href="../../d1/d6f/igs_8c.html#a3a952aaa617471595f911b4754e0ecdc" title="unpack_inet_gw" alt="" coords="144,1165,259,1195"/><area shape="rect" id="node41" href="../../d6/d4a/inet_8h.html#ac0a02d49e9909bae32638e61ce18be9f" title="inet_setip" alt="" coords="163,460,240,489"/><area shape="rect" id="node117" href="../../d6/d4a/inet_8h.html#aa21ac550789ccbba526f404f090ac9c2" title="unpack_inet_prefix" alt="" coords="136,1219,267,1248"/><area shape="rect" id="node121" href="../../d7/d48/snsd__cache_8c.html#ab3c2185212fc4fcdd8c1d497051f0342" title="snsd_unpack_node" alt="" coords="135,1272,268,1301"/><area shape="rect" id="node5" href="../../d5/d05/andna_8h.html#aa7b53282a673cbc82c998a3cf4e5aff2" title="andna_init" alt="" coords="991,695,1071,724"/><area shape="rect" id="node7" href="../../d4/d3b/netsukuku_8c.html#a110d67ecacf72375eea84dc00338030c" title="init_netsukuku" alt="" coords="1163,391,1269,420"/><area shape="rect" id="node9" href="../../d9/d88/ntkresolv_8h.html#a3c04138a5bfe5d72780bb7e82a18e627" title="main" alt="" coords="1333,331,1384,360"/><area shape="rect" id="node13" href="../../dd/dd9/andns_8h.html#ad55d591cf7a444daa6b9cea7f8ae29bc" title="andns_rslv" alt="" coords="988,1087,1073,1116"/><area shape="rect" id="node15" href="../../db/d6b/dns__wrapper_8c.html#ae858f92cfdc42ee9f2ba357a4021b59e" title="dns_exec_pkt" alt="" coords="1165,1087,1267,1116"/><area shape="rect" id="node19" href="../../d3/dc7/hook_8c.html#a5e32a215ed05b1ef1f870ce105f67640" title="hook_finish" alt="" coords="792,172,880,201"/><area shape="rect" id="node24" href="../../da/dd7/igs_8h.html#ac87ed2fc7a66e73c5fef763321862295" title="igw_monitor_igws_t" alt="" coords="1148,331,1284,360"/><area shape="rect" id="node27" href="../../da/dd7/igs_8h.html#a68583c93468fa447635d641f93b040ce" title="igw_store_bblock" alt="" coords="775,279,897,308"/><area shape="rect" id="node31" href="../../db/de6/qspn_8c.html#aaf014079dd9e527ab38f3b21c547489b" title="qspn_remove_deads" alt="" coords="765,225,907,255"/><area shape="rect" id="node21" href="../../d6/d34/hook_8h.html#af10a487801fab9a28a3cfb6759fe138f" title="netsukuku_hook" alt="" coords="972,172,1089,201"/><area shape="rect" id="node29" href="../../d6/d62/tracer_8c.html#a3a5faa1eb3192e2c783c87912f8c6251" title="tracer_store_bblock" alt="" coords="963,279,1099,308"/><area shape="rect" id="node33" href="../../d8/da0/qspn_8h.html#ab2f4bfac6bcea3379068bf4aab92e381" title="qspn_new_round" alt="" coords="971,225,1091,255"/><area shape="rect" id="node37" href="../../da/dd7/igs_8h.html#ac988c4e403d8e860068177e9c0358363" title="unpack_igws" alt="" coords="349,1165,448,1195"/><area shape="rect" id="node39" href="../../d3/dc7/hook_8c.html#a8fe66445249fb1a1e2890250919bf67e" title="get_internet_gws" alt="" coords="559,1165,679,1195"/><area shape="rect" id="node43" href="../../d4/d18/andna_8c.html#a6114eeecf073e71b67aed8e268a8d1b6" title="find_hash_gnode" alt="" coords="339,800,459,829"/><area shape="rect" id="node47" href="../../d5/d05/andna_8h.html#a5da3518ba270f03f8d087c3c1cb25115" title="andna_recv_reg_rq" alt="" coords="771,853,901,883"/><area shape="rect" id="node53" href="../../d5/d05/andna_8h.html#aaa787887419437e0bca8efae5cd88aaf" title="andna_recv_check_counter" alt="" coords="528,957,709,987"/><area shape="rect" id="node59" href="../../d5/d05/andna_8h.html#a8aab86a04409ff7c8baef00863464621" title="andna_recv_resolve_rq" alt="" coords="759,695,913,724"/><area shape="rect" id="node71" href="../../d7/d3b/gmap_8h.html#ab9b8447a87c9c09e24de89e12d5f5387" title="random_ip" alt="" coords="357,487,440,516"/><area shape="rect" id="node78" href="../../d3/dc7/hook_8c.html#a28a07806c68a70c5b38edc3d945f4b48" title="verify_free_nodes_hdr" alt="" coords="324,119,473,148"/><area shape="rect" id="node82" href="../../d3/dc7/hook_8c.html#a121f2311c11a2ea89f57e07d064f33b9" title="hook_get_free_nodes" alt="" coords="763,119,909,148"/><area shape="rect" id="node86" href="../../dc/d8d/if_8h.html#a1780e54c46c637939eed303c41996194" title="get_dev_ip" alt="" coords="576,328,661,357"/><area shape="rect" id="node92" href="../../d6/d4a/inet_8h.html#a506ae02de352f1e470295f64ba3bd0da" title="inet_setip_bcast" alt="" coords="340,172,457,201"/><area shape="rect" id="node97" href="../../d6/d4a/inet_8h.html#addb0c4631b9f6d90718cddc6d8f04469" title="inet_setip_anyaddr" alt="" coords="333,433,464,463"/><area shape="rect" id="node106" href="../../d6/d4a/inet_8h.html#a2d7b2294f3077b12e2a70e0a480588ac" title="inet_setip_loopback" alt="" coords="331,540,467,569"/><area shape="rect" id="node108" href="../../d6/d4a/inet_8h.html#a7b648d12a6ba304537ac987a5c55d696" title="str_to_inet" alt="" coords="357,695,440,724"/><area shape="rect" id="node110" href="../../d6/d4a/inet_8h.html#a16c8d2dac83a014ea3035178a3771340" title="sockaddr_to_inet" alt="" coords="339,380,459,409"/><area shape="rect" id="node113" href="../../d8/d91/krnl__route_8c.html#a3c6704dfaee952428fb117f3874cb721" title="route_get_gw" alt="" coords="349,65,448,95"/><area shape="rect" id="node115" href="../../d9/d7f/route_8h.html#ac2afa651103ffead347ddc17615d69ad" title="rt_del_loopback_net" alt="" coords="329,225,468,255"/><area shape="rect" id="node45" href="../../d5/d05/andna_8h.html#a47f535bfa2b7403ded9d8b4a7c19d27d" title="andna_register_hname" alt="" coords="543,747,695,776"/><area shape="rect" id="node50" href="../../d5/d05/andna_8h.html#a278c2e4e68b10357f59f3edbaa9bf7de" title="andna_check_counter" alt="" coords="544,853,693,883"/><area shape="rect" id="node56" href="../../d5/d05/andna_8h.html#a1ce60180d15ab89d473eb45928ee6ee5" title="andna_resolve_hash" alt="" coords="548,1061,689,1091"/><area shape="rect" id="node62" href="../../d5/d05/andna_8h.html#a176509d35d2405f8416d22b7defd2081" title="get_single_andna_c" alt="" coords="551,800,687,829"/><area shape="rect" id="node73" href="../../d6/d34/hook_8h.html#ab49323f81163c48f70eacb3bd5a5eec4" title="create_gnodes" alt="" coords="565,539,672,568"/><area shape="rect" id="node75" href="../../d3/dc7/hook_8c.html#a9c2f57416bf3788157e15a1d889cca5e" title="hook_choose_new_ip" alt="" coords="763,469,909,499"/><area shape="rect" id="node80" href="../../d3/dc7/hook_8c.html#a13ba2bdeee0139a4e9cc749296099be2" title="get_free_nodes" alt="" coords="564,119,673,148"/><area shape="rect" id="node88" href="../../da/dd7/igs_8h.html#a184ab033bb2e2c1f856df5430ba87a80" title="init_internet_gateway\l_search" alt="" coords="764,382,908,429"/><area shape="rect" id="node94" href="../../d3/df5/radar_8h.html#a3d46b80b3ad27f86a02c0586617f18cc" title="radar_scan" alt="" coords="576,172,661,201"/><area shape="rect" id="node100" href="../../d9/d7f/route_8h.html#a9ba09874404dffc38c8afaa32767fcef" title="rt_get_default_gw" alt="" coords="556,381,681,411"/><area shape="rect" id="node103" href="../../d9/d7f/route_8h.html#ad7ad0bfacbed70c9cc07e6852a76dd5f" title="rt_replace_def_gw" alt="" coords="555,435,683,464"/><area shape="rect" id="node119" href="../../d7/d3b/gmap_8h.html#aff77e100f9fda2f9320246f0be0eaa77" title="unpack_quadro_group" alt="" coords="324,1219,473,1248"/><area shape="rect" id="node123" href="../../d7/d48/snsd__cache_8c.html#afbd5d467a74b5b5ed6a74741a81dc4fd" title="snsd_unpack_all_nodes" alt="" coords="319,1272,479,1301"/></map>
</div>
</p>
</div>
</div>
<a class="anchor" id="a372c070a318c0a1d854d262711568cd1"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">ssize_t inet_recv </td>
<td>(</td>
<td class="paramtype">int&#160;</td>
<td class="paramname"><em>s</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">void *&#160;</td>
<td class="paramname"><em>buf</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">size_t&#160;</td>
<td class="paramname"><em>len</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">int&#160;</td>
<td class="paramname"><em>flags</em>&#160;</td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td>
</tr>
</table>
</div><div class="memdoc">
<p><div class="dynheader">
Here is the call graph for this function:</div>
<div class="dyncontent">
<div class="center"><img src="../../da/d89/inet_8c_a372c070a318c0a1d854d262711568cd1_cgraph.png" border="0" usemap="#da/d89/inet_8c_a372c070a318c0a1d854d262711568cd1_cgraph" alt=""/></div>
<map name="da/d89/inet_8c_a372c070a318c0a1d854d262711568cd1_cgraph" id="da/d89/inet_8c_a372c070a318c0a1d854d262711568cd1_cgraph">
<area shape="rect" id="node3" href="../../d7/df8/log_8c.html#a983d6ac9e7105eb38445c20ff5e72135" title="debug" alt="" coords="129,5,185,35"/><area shape="rect" id="node5" href="../../d7/df8/log_8c.html#a3bd4b0345d9f0035edbe68f3795319de" title="print_log" alt="" coords="236,5,305,35"/></map>
</div>
</p>
<p><div class="dynheader">
Here is the caller graph for this function:</div>
<div class="dyncontent">
<div class="center"><img src="../../da/d89/inet_8c_a372c070a318c0a1d854d262711568cd1_icgraph.png" border="0" usemap="#da/d89/inet_8c_a372c070a318c0a1d854d262711568cd1_icgraph" alt=""/></div>
<map name="da/d89/inet_8c_a372c070a318c0a1d854d262711568cd1_icgraph" id="da/d89/inet_8c_a372c070a318c0a1d854d262711568cd1_icgraph">
<area shape="rect" id="node3" href="../../d6/d4a/inet_8h.html#a54cfaf4470a9112f7f7df0e923da8cb3" title="inet_recv_timeout" alt="" coords="128,593,253,623"/><area shape="rect" id="node5" href="../../df/d05/pkts_8c.html#a4edb2a703136880ce100a9daa0c17078" title="pkt_recv_tcp" alt="" coords="303,620,399,649"/><area shape="rect" id="node7" href="../../d5/d89/pkts_8h.html#ac8bb8c9b1659c15702e273b4a795f3d7" title="pkt_recv" alt="" coords="448,620,520,649"/><area shape="rect" id="node9" href="../../d0/d51/daemon_8h.html#a40481bac75cf84001629622bb8a5f2c0" title="udp_daemon" alt="" coords="1543,89,1639,119"/><area shape="rect" id="node16" href="../../d0/d51/daemon_8h.html#a5d807bb7bad3c6b6dba9e852f1f401a7" title="tcp_recv_loop" alt="" coords="1329,1293,1431,1323"/><area shape="rect" id="node22" href="../../d5/d89/pkts_8h.html#ac024e276423e4ad5476ae1730d71cf76" title="pkt_tcp_connect" alt="" coords="569,593,687,623"/><area shape="rect" id="node24" href="../../d5/d89/pkts_8h.html#add26b86f4b7d350021c4a96e6db6ce6c" title="send_rq" alt="" coords="744,645,811,675"/><area shape="rect" id="node11" href="../../d5/d05/andna_8h.html#ae8a0abdfc416da1b04dafe5c30fb14c3" title="andna_main" alt="" coords="1724,187,1815,216"/><area shape="rect" id="node13" href="../../d9/d88/ntkresolv_8h.html#a3c04138a5bfe5d72780bb7e82a18e627" title="main" alt="" coords="1864,187,1915,216"/><area shape="rect" id="node18" href="../../d0/d51/daemon_8h.html#a6bfa338bfc8ec41ee95e77a666e26114" title="tcp_daemon" alt="" coords="1544,567,1637,596"/><area shape="rect" id="node129" href="../../d3/df5/radar_8h.html#ac87ec2c357e722cc77948e2f4a133b03" title="rnl_get_sk" alt="" coords="736,381,819,411"/><area shape="rect" id="node26" href="../../d5/d05/andna_8h.html#a47f535bfa2b7403ded9d8b4a7c19d27d" title="andna_register_hname" alt="" coords="869,389,1021,419"/><area shape="rect" id="node36" href="../../d5/d05/andna_8h.html#a278c2e4e68b10357f59f3edbaa9bf7de" title="andna_check_counter" alt="" coords="871,731,1020,760"/><area shape="rect" id="node42" href="../../d5/d05/andna_8h.html#a1ce60180d15ab89d473eb45928ee6ee5" title="andna_resolve_hash" alt="" coords="875,455,1016,484"/><area shape="rect" id="node52" href="../../d5/d05/andna_8h.html#a9f9606b7d11bf10088542d80e6aac805" title="andna_reverse_resolve" alt="" coords="868,515,1023,544"/><area shape="rect" id="node56" href="../../d5/d05/andna_8h.html#a44e3e539ab14f207121225a8f649acf8" title="andna_recv_rev_resolve_rq" alt="" coords="1072,1056,1253,1085"/><area shape="rect" id="node59" href="../../d5/d05/andna_8h.html#a176509d35d2405f8416d22b7defd2081" title="get_single_andna_c" alt="" coords="877,788,1013,817"/><area shape="rect" id="node68" href="../../d5/d05/andna_8h.html#a518d5d1d638386131f4e1ca4b5e2edb6" title="put_single_acache" alt="" coords="1097,952,1228,981"/><area shape="rect" id="node71" href="../../d4/d18/andna_8c.html#a75826b3a2a955fdd50d081ac17e0abe8" title="get_andna_cache" alt="" coords="1101,43,1224,72"/><area shape="rect" id="node76" href="../../d5/d05/andna_8h.html#a288580e9a1dfc745225f740d4afb9f6d" title="put_andna_cache" alt="" coords="1101,619,1224,648"/><area shape="rect" id="node79" href="../../d4/d18/andna_8c.html#a3148136f16559910186e2e0f253a5981" title="get_counter_cache" alt="" coords="1097,96,1228,125"/><area shape="rect" id="node82" href="../../d5/d05/andna_8h.html#a2196e258ccd91d09ad736705e25b59ce" title="put_counter_cache" alt="" coords="880,671,1011,700"/><area shape="rect" id="node86" href="../../d6/d34/hook_8h.html#aa99944b9d6345e33be0bf1c850380228" title="put_ext_map" alt="" coords="897,1141,993,1171"/><area shape="rect" id="node90" href="../../d6/d34/hook_8h.html#ab08a91850a188145dc3f039300aeca8b" title="put_int_map" alt="" coords="899,1232,992,1261"/><area shape="rect" id="node93" href="../../d6/d34/hook_8h.html#a63187dcc3bfeb1895aed9385c06ed714" title="put_bnode_map" alt="" coords="888,1360,1003,1389"/><area shape="rect" id="node96" href="../../d3/dc7/hook_8c.html#acb511717802de00a8566330c97afeb96" title="put_internet_gws" alt="" coords="885,1069,1005,1099"/><area shape="rect" id="node99" href="../../d5/d89/pkts_8h.html#a9705190f4cb9031da8070644993515d5" title="forward_pkt" alt="" coords="900,845,991,875"/><area shape="rect" id="node107" href="../../d5/d89/pkts_8h.html#ad386f9f8ac111df2a8d5a5e9912013ca" title="pkt_err" alt="" coords="915,952,976,981"/><area shape="rect" id="node121" href="../../d3/df5/radar_8h.html#a8424d1822303af54c7e25160800cf7d8" title="rnl_send_rq" alt="" coords="1119,149,1207,179"/><area shape="rect" id="node125" href="../../d3/df5/radar_8h.html#a3d46b80b3ad27f86a02c0586617f18cc" title="radar_scan" alt="" coords="903,181,988,211"/><area shape="rect" id="node127" href="../../d3/df5/radar_8h.html#a7a73bfef9b57006bbe0327107e991c74" title="radard" alt="" coords="916,235,975,264"/><area shape="rect" id="node28" href="../../d4/d18/andna_8c.html#abac5b6d2df2140ec17abb62d9ce8cbbc" title="andna_min_update_retry" alt="" coords="1081,253,1244,283"/><area shape="rect" id="node30" href="../../d5/d05/andna_8h.html#a22751676386bfd17dd30f88528ee0f12" title="andna_update_hnames" alt="" coords="1303,280,1457,309"/><area shape="rect" id="node33" href="../../d5/d05/andna_8h.html#ac5e2e3a07b8b99edbc9501aae6e5b1ff" title="andna_maintain_hnames\l_active" alt="" coords="1508,193,1673,239"/><area shape="rect" id="node38" href="../../d5/d05/andna_8h.html#a5da3518ba270f03f8d087c3c1cb25115" title="andna_recv_reg_rq" alt="" coords="1097,792,1228,821"/><area shape="rect" id="node40" href="../../d5/d05/andna_8h.html#aa7b53282a673cbc82c998a3cf4e5aff2" title="andna_init" alt="" coords="1340,819,1420,848"/><area shape="rect" id="node44" href="../../d5/d05/andna_8h.html#aa3b87d2348a3a7cdb6e2d95c66fdfb6f" title="andna_resolve_hname" alt="" coords="1087,357,1239,387"/><area shape="rect" id="node48" href="../../dd/dd9/andns_8h.html#a77c1322dbf52a1bacabe97028c9ce8d2" title="nk_rslv" alt="" coords="1131,464,1195,493"/><area shape="rect" id="node50" href="../../d1/dd5/andns__snsd_8h.html#a5f5ed255a4e4e2604045525ee8acb7fb" title="snsd_main_ip" alt="" coords="1112,411,1213,440"/><area shape="rect" id="node46" href="../../dd/dd9/andns_8h.html#a81431a7e5716758c3bbefd17f8e68898" title="inet_rslv" alt="" coords="1345,411,1415,440"/><area shape="rect" id="node62" href="../../d5/d05/andna_8h.html#a8aab86a04409ff7c8baef00863464621" title="andna_recv_resolve_rq" alt="" coords="1085,845,1240,875"/><area shape="rect" id="node65" href="../../d5/d05/andna_8h.html#a7cb15ea6895d12e1dc8b334360de6819" title="recv_spread_single\l_acache" alt="" coords="1096,722,1229,769"/><area shape="rect" id="node73" href="../../d5/d05/andna_8h.html#a533e80474668ec6d63b4e5302b910a6c" title="andna_hook" alt="" coords="1335,96,1425,125"/><area shape="rect" id="node88" href="../../d6/d34/hook_8h.html#af541d5ab5dd6596b12342140f4094dee" title="hook_init" alt="" coords="1343,1240,1417,1269"/><area shape="rect" id="node102" href="../../d5/d05/andna_8h.html#aaa787887419437e0bca8efae5cd88aaf" title="andna_recv_check_counter" alt="" coords="1072,899,1253,928"/><area shape="rect" id="node115" href="../../d6/d34/hook_8h.html#a7da6546e5822e282b57e5aee17e0c80c" title="put_free_nodes" alt="" coords="1108,1109,1217,1139"/><area shape="rect" id="node118" href="../../d5/d89/pkts_8h.html#ad72bbdba1c2025145f30bba79981c11d" title="pkt_exec" alt="" coords="1125,1163,1200,1192"/><area shape="rect" id="node123" href="../../d3/dc7/hook_8c.html#a13ba2bdeee0139a4e9cc749296099be2" title="get_free_nodes" alt="" coords="1325,149,1435,179"/><area shape="rect" id="node131" href="../../d3/df5/radar_8h.html#a23199e508fb5df7dca7410b1744531c0" title="rnl_fill_rq" alt="" coords="908,121,983,151"/></map>
</div>
</p>
</div>
</div>
<a class="anchor" id="a54cfaf4470a9112f7f7df0e923da8cb3"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">ssize_t inet_recv_timeout </td>
<td>(</td>
<td class="paramtype">int&#160;</td>
<td class="paramname"><em>s</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">void *&#160;</td>
<td class="paramname"><em>buf</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">size_t&#160;</td>
<td class="paramname"><em>len</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">int&#160;</td>
<td class="paramname"><em>flags</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">u_int&#160;</td>
<td class="paramname"><em>timeout</em>&#160;</td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td>
</tr>
</table>
</div><div class="memdoc">
<p><div class="dynheader">
Here is the call graph for this function:</div>
<div class="dyncontent">
<div class="center"><img src="../../da/d89/inet_8c_a54cfaf4470a9112f7f7df0e923da8cb3_cgraph.png" border="0" usemap="#da/d89/inet_8c_a54cfaf4470a9112f7f7df0e923da8cb3_cgraph" alt=""/></div>
<map name="da/d89/inet_8c_a54cfaf4470a9112f7f7df0e923da8cb3_cgraph" id="da/d89/inet_8c_a54cfaf4470a9112f7f7df0e923da8cb3_cgraph">
<area shape="rect" id="node3" href="../../d7/df8/log_8c.html#ac33c8a42a58a6379397850b60be22028" title="error" alt="" coords="307,5,355,35"/><area shape="rect" id="node7" href="../../da/d89/inet_8c.html#a372c070a318c0a1d854d262711568cd1" title="inet_recv" alt="" coords="179,59,253,88"/><area shape="rect" id="node5" href="../../d7/df8/log_8c.html#a3bd4b0345d9f0035edbe68f3795319de" title="print_log" alt="" coords="409,32,479,61"/><area shape="rect" id="node9" href="../../d7/df8/log_8c.html#a983d6ac9e7105eb38445c20ff5e72135" title="debug" alt="" coords="303,59,359,88"/></map>
</div>
</p>
<p><div class="dynheader">
Here is the caller graph for this function:</div>
<div class="dyncontent">
<div class="center"><img src="../../da/d89/inet_8c_a54cfaf4470a9112f7f7df0e923da8cb3_icgraph.png" border="0" usemap="#da/d89/inet_8c_a54cfaf4470a9112f7f7df0e923da8cb3_icgraph" alt=""/></div>
<map name="da/d89/inet_8c_a54cfaf4470a9112f7f7df0e923da8cb3_icgraph" id="da/d89/inet_8c_a54cfaf4470a9112f7f7df0e923da8cb3_icgraph">
<area shape="rect" id="node3" href="../../df/d05/pkts_8c.html#a4edb2a703136880ce100a9daa0c17078" title="pkt_recv_tcp" alt="" coords="180,436,276,465"/><area shape="rect" id="node5" href="../../d5/d89/pkts_8h.html#ac8bb8c9b1659c15702e273b4a795f3d7" title="pkt_recv" alt="" coords="325,436,397,465"/><area shape="rect" id="node7" href="../../d0/d51/daemon_8h.html#a40481bac75cf84001629622bb8a5f2c0" title="udp_daemon" alt="" coords="1420,87,1516,116"/><area shape="rect" id="node14" href="../../d0/d51/daemon_8h.html#a5d807bb7bad3c6b6dba9e852f1f401a7" title="tcp_recv_loop" alt="" coords="1207,409,1308,439"/><area shape="rect" id="node20" href="../../d5/d89/pkts_8h.html#ac024e276423e4ad5476ae1730d71cf76" title="pkt_tcp_connect" alt="" coords="447,461,564,491"/><area shape="rect" id="node22" href="../../d5/d89/pkts_8h.html#add26b86f4b7d350021c4a96e6db6ce6c" title="send_rq" alt="" coords="621,617,688,647"/><area shape="rect" id="node9" href="../../d5/d05/andna_8h.html#ae8a0abdfc416da1b04dafe5c30fb14c3" title="andna_main" alt="" coords="1601,184,1692,213"/><area shape="rect" id="node11" href="../../d9/d88/ntkresolv_8h.html#a3c04138a5bfe5d72780bb7e82a18e627" title="main" alt="" coords="1741,184,1792,213"/><area shape="rect" id="node16" href="../../d0/d51/daemon_8h.html#a6bfa338bfc8ec41ee95e77a666e26114" title="tcp_daemon" alt="" coords="1421,260,1515,289"/><area shape="rect" id="node129" href="../../d3/df5/radar_8h.html#ac87ec2c357e722cc77948e2f4a133b03" title="rnl_get_sk" alt="" coords="613,227,696,256"/><area shape="rect" id="node24" href="../../d5/d05/andna_8h.html#a47f535bfa2b7403ded9d8b4a7c19d27d" title="andna_register_hname" alt="" coords="747,357,899,387"/><area shape="rect" id="node34" href="../../d5/d05/andna_8h.html#a278c2e4e68b10357f59f3edbaa9bf7de" title="andna_check_counter" alt="" coords="748,936,897,965"/><area shape="rect" id="node40" href="../../d5/d05/andna_8h.html#a1ce60180d15ab89d473eb45928ee6ee5" title="andna_resolve_hash" alt="" coords="752,1113,893,1143"/><area shape="rect" id="node50" href="../../d5/d05/andna_8h.html#a9f9606b7d11bf10088542d80e6aac805" title="andna_reverse_resolve" alt="" coords="745,1057,900,1087"/><area shape="rect" id="node54" href="../../d5/d05/andna_8h.html#a44e3e539ab14f207121225a8f649acf8" title="andna_recv_rev_resolve_rq" alt="" coords="949,565,1131,595"/><area shape="rect" id="node57" href="../../d5/d05/andna_8h.html#a176509d35d2405f8416d22b7defd2081" title="get_single_andna_c" alt="" coords="755,883,891,912"/><area shape="rect" id="node66" href="../../d5/d05/andna_8h.html#a518d5d1d638386131f4e1ca4b5e2edb6" title="put_single_acache" alt="" coords="975,723,1105,752"/><area shape="rect" id="node69" href="../../d4/d18/andna_8c.html#a75826b3a2a955fdd50d081ac17e0abe8" title="get_andna_cache" alt="" coords="979,99,1101,128"/><area shape="rect" id="node74" href="../../d5/d05/andna_8h.html#a288580e9a1dfc745225f740d4afb9f6d" title="put_andna_cache" alt="" coords="979,461,1101,491"/><area shape="rect" id="node77" href="../../d4/d18/andna_8c.html#a3148136f16559910186e2e0f253a5981" title="get_counter_cache" alt="" coords="975,45,1105,75"/><area shape="rect" id="node80" href="../../d5/d05/andna_8h.html#a2196e258ccd91d09ad736705e25b59ce" title="put_counter_cache" alt="" coords="757,565,888,595"/><area shape="rect" id="node84" href="../../d6/d34/hook_8h.html#aa99944b9d6345e33be0bf1c850380228" title="put_ext_map" alt="" coords="775,1315,871,1344"/><area shape="rect" id="node88" href="../../d6/d34/hook_8h.html#ab08a91850a188145dc3f039300aeca8b" title="put_int_map" alt="" coords="776,1172,869,1201"/><area shape="rect" id="node91" href="../../d6/d34/hook_8h.html#a63187dcc3bfeb1895aed9385c06ed714" title="put_bnode_map" alt="" coords="765,1237,880,1267"/><area shape="rect" id="node94" href="../../d3/dc7/hook_8c.html#acb511717802de00a8566330c97afeb96" title="put_internet_gws" alt="" coords="763,1416,883,1445"/><area shape="rect" id="node97" href="../../d5/d89/pkts_8h.html#a9705190f4cb9031da8070644993515d5" title="forward_pkt" alt="" coords="777,829,868,859"/><area shape="rect" id="node105" href="../../d5/d89/pkts_8h.html#ad386f9f8ac111df2a8d5a5e9912013ca" title="pkt_err" alt="" coords="792,723,853,752"/><area shape="rect" id="node119" href="../../d3/df5/radar_8h.html#a8424d1822303af54c7e25160800cf7d8" title="rnl_send_rq" alt="" coords="996,152,1084,181"/><area shape="rect" id="node125" href="../../d3/df5/radar_8h.html#a3d46b80b3ad27f86a02c0586617f18cc" title="radar_scan" alt="" coords="780,252,865,281"/><area shape="rect" id="node127" href="../../d3/df5/radar_8h.html#a7a73bfef9b57006bbe0327107e991c74" title="radard" alt="" coords="793,461,852,491"/><area shape="rect" id="node26" href="../../d4/d18/andna_8c.html#abac5b6d2df2140ec17abb62d9ce8cbbc" title="andna_min_update_retry" alt="" coords="959,357,1121,387"/><area shape="rect" id="node28" href="../../d5/d05/andna_8h.html#a22751676386bfd17dd30f88528ee0f12" title="andna_update_hnames" alt="" coords="1180,332,1335,361"/><area shape="rect" id="node31" href="../../d5/d05/andna_8h.html#ac5e2e3a07b8b99edbc9501aae6e5b1ff" title="andna_maintain_hnames\l_active" alt="" coords="1385,190,1551,237"/><area shape="rect" id="node36" href="../../d5/d05/andna_8h.html#a5da3518ba270f03f8d087c3c1cb25115" title="andna_recv_reg_rq" alt="" coords="975,936,1105,965"/><area shape="rect" id="node38" href="../../d5/d05/andna_8h.html#aa7b53282a673cbc82c998a3cf4e5aff2" title="andna_init" alt="" coords="1217,776,1297,805"/><area shape="rect" id="node42" href="../../d5/d05/andna_8h.html#aa3b87d2348a3a7cdb6e2d95c66fdfb6f" title="andna_resolve_hname" alt="" coords="964,1163,1116,1192"/><area shape="rect" id="node46" href="../../dd/dd9/andns_8h.html#a77c1322dbf52a1bacabe97028c9ce8d2" title="nk_rslv" alt="" coords="1008,1109,1072,1139"/><area shape="rect" id="node48" href="../../d1/dd5/andns__snsd_8h.html#a5f5ed255a4e4e2604045525ee8acb7fb" title="snsd_main_ip" alt="" coords="989,1216,1091,1245"/><area shape="rect" id="node44" href="../../dd/dd9/andns_8h.html#a81431a7e5716758c3bbefd17f8e68898" title="inet_rslv" alt="" coords="1223,1111,1292,1140"/><area shape="rect" id="node60" href="../../d5/d05/andna_8h.html#a8aab86a04409ff7c8baef00863464621" title="andna_recv_resolve_rq" alt="" coords="963,883,1117,912"/><area shape="rect" id="node63" href="../../d5/d05/andna_8h.html#a7cb15ea6895d12e1dc8b334360de6819" title="recv_spread_single\l_acache" alt="" coords="973,989,1107,1035"/><area shape="rect" id="node71" href="../../d5/d05/andna_8h.html#a533e80474668ec6d63b4e5302b910a6c" title="andna_hook" alt="" coords="1212,45,1303,75"/><area shape="rect" id="node86" href="../../d6/d34/hook_8h.html#af541d5ab5dd6596b12342140f4094dee" title="hook_init" alt="" coords="1220,1319,1295,1348"/><area shape="rect" id="node100" href="../../d5/d05/andna_8h.html#aaa787887419437e0bca8efae5cd88aaf" title="andna_recv_check_counter" alt="" coords="949,829,1131,859"/><area shape="rect" id="node113" href="../../d6/d34/hook_8h.html#a7da6546e5822e282b57e5aee17e0c80c" title="put_free_nodes" alt="" coords="985,776,1095,805"/><area shape="rect" id="node116" href="../../d5/d89/pkts_8h.html#ad72bbdba1c2025145f30bba79981c11d" title="pkt_exec" alt="" coords="1003,619,1077,648"/><area shape="rect" id="node121" href="../../d3/dc7/hook_8c.html#a13ba2bdeee0139a4e9cc749296099be2" title="get_free_nodes" alt="" coords="1203,99,1312,128"/><area shape="rect" id="node123" href="../../d3/dc7/hook_8c.html#a2dba643d9fbb3c9ce179b936a5190f59" title="get_qspn_round" alt="" coords="1200,152,1315,181"/><area shape="rect" id="node131" href="../../d3/df5/radar_8h.html#a23199e508fb5df7dca7410b1744531c0" title="rnl_fill_rq" alt="" coords="785,97,860,127"/></map>
</div>
</p>
</div>
</div>
<a class="anchor" id="a05650389424947bce88544edfb772033"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">ssize_t inet_recvfrom </td>
<td>(</td>
<td class="paramtype">int&#160;</td>
<td class="paramname"><em>s</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">void *&#160;</td>
<td class="paramname"><em>buf</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">size_t&#160;</td>
<td class="paramname"><em>len</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">int&#160;</td>
<td class="paramname"><em>flags</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">struct sockaddr *&#160;</td>
<td class="paramname"><em>from</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype"><a class="el" href="../../d7/d61/libip4tc_8c.html#aae83a93236e01902b58ec3f197a17f7c">socklen_t</a> *&#160;</td>
<td class="paramname"><em>fromlen</em>&#160;</td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td>
</tr>
</table>
</div><div class="memdoc">
<p><div class="dynheader">
Here is the call graph for this function:</div>
<div class="dyncontent">
<div class="center"><img src="../../da/d89/inet_8c_a05650389424947bce88544edfb772033_cgraph.png" border="0" usemap="#da/d89/inet_8c_a05650389424947bce88544edfb772033_cgraph" alt=""/></div>
<map name="da/d89/inet_8c_a05650389424947bce88544edfb772033_cgraph" id="da/d89/inet_8c_a05650389424947bce88544edfb772033_cgraph">
<area shape="rect" id="node3" href="../../d7/df8/log_8c.html#ac33c8a42a58a6379397850b60be22028" title="error" alt="" coords="155,5,203,35"/><area shape="rect" id="node5" href="../../d7/df8/log_8c.html#a3bd4b0345d9f0035edbe68f3795319de" title="print_log" alt="" coords="252,5,321,35"/></map>
</div>
</p>
<p><div class="dynheader">
Here is the caller graph for this function:</div>
<div class="dyncontent">
<div class="center"><img src="../../da/d89/inet_8c_a05650389424947bce88544edfb772033_icgraph.png" border="0" usemap="#da/d89/inet_8c_a05650389424947bce88544edfb772033_icgraph" alt=""/></div>
<map name="da/d89/inet_8c_a05650389424947bce88544edfb772033_icgraph" id="da/d89/inet_8c_a05650389424947bce88544edfb772033_icgraph">
<area shape="rect" id="node3" href="../../db/d6b/dns__wrapper_8c.html#aeaa4cae89e7a3eefe83d0ae4cc63b35a" title="dns_wrapper_daemon" alt="" coords="156,557,305,587"/><area shape="rect" id="node5" href="../../d6/d4a/inet_8h.html#a2c048b68b1c08bf90b569f01c6fab82f" title="inet_recvfrom_timeout" alt="" coords="156,661,305,691"/><area shape="rect" id="node7" href="../../df/d05/pkts_8c.html#a1179aed21beeb7c21f762c4db1d54b83" title="pkt_recv_udp" alt="" coords="356,636,455,665"/><area shape="rect" id="node9" href="../../d5/d89/pkts_8h.html#ac8bb8c9b1659c15702e273b4a795f3d7" title="pkt_recv" alt="" coords="504,636,576,665"/><area shape="rect" id="node11" href="../../d0/d51/daemon_8h.html#a40481bac75cf84001629622bb8a5f2c0" title="udp_daemon" alt="" coords="1599,89,1695,119"/><area shape="rect" id="node18" href="../../d0/d51/daemon_8h.html#a5d807bb7bad3c6b6dba9e852f1f401a7" title="tcp_recv_loop" alt="" coords="1385,1059,1487,1088"/><area shape="rect" id="node24" href="../../d5/d89/pkts_8h.html#ac024e276423e4ad5476ae1730d71cf76" title="pkt_tcp_connect" alt="" coords="625,609,743,639"/><area shape="rect" id="node26" href="../../d5/d89/pkts_8h.html#add26b86f4b7d350021c4a96e6db6ce6c" title="send_rq" alt="" coords="800,661,867,691"/><area shape="rect" id="node13" href="../../d5/d05/andna_8h.html#ae8a0abdfc416da1b04dafe5c30fb14c3" title="andna_main" alt="" coords="1780,187,1871,216"/><area shape="rect" id="node15" href="../../d9/d88/ntkresolv_8h.html#a3c04138a5bfe5d72780bb7e82a18e627" title="main" alt="" coords="1920,187,1971,216"/><area shape="rect" id="node20" href="../../d0/d51/daemon_8h.html#a6bfa338bfc8ec41ee95e77a666e26114" title="tcp_daemon" alt="" coords="1600,953,1693,983"/><area shape="rect" id="node129" href="../../d3/df5/radar_8h.html#ac87ec2c357e722cc77948e2f4a133b03" title="rnl_get_sk" alt="" coords="792,391,875,420"/><area shape="rect" id="node28" href="../../d5/d05/andna_8h.html#a47f535bfa2b7403ded9d8b4a7c19d27d" title="andna_register_hname" alt="" coords="925,389,1077,419"/><area shape="rect" id="node38" href="../../d5/d05/andna_8h.html#a278c2e4e68b10357f59f3edbaa9bf7de" title="andna_check_counter" alt="" coords="927,688,1076,717"/><area shape="rect" id="node44" href="../../d5/d05/andna_8h.html#a1ce60180d15ab89d473eb45928ee6ee5" title="andna_resolve_hash" alt="" coords="931,456,1072,485"/><area shape="rect" id="node54" href="../../d5/d05/andna_8h.html#a9f9606b7d11bf10088542d80e6aac805" title="andna_reverse_resolve" alt="" coords="924,516,1079,545"/><area shape="rect" id="node58" href="../../d5/d05/andna_8h.html#a44e3e539ab14f207121225a8f649acf8" title="andna_recv_rev_resolve_rq" alt="" coords="1128,848,1309,877"/><area shape="rect" id="node61" href="../../d5/d05/andna_8h.html#a176509d35d2405f8416d22b7defd2081" title="get_single_andna_c" alt="" coords="933,635,1069,664"/><area shape="rect" id="node70" href="../../d5/d05/andna_8h.html#a518d5d1d638386131f4e1ca4b5e2edb6" title="put_single_acache" alt="" coords="1153,901,1284,931"/><area shape="rect" id="node73" href="../../d4/d18/andna_8c.html#a75826b3a2a955fdd50d081ac17e0abe8" title="get_andna_cache" alt="" coords="1157,43,1280,72"/><area shape="rect" id="node78" href="../../d5/d05/andna_8h.html#a288580e9a1dfc745225f740d4afb9f6d" title="put_andna_cache" alt="" coords="1157,1005,1280,1035"/><area shape="rect" id="node81" href="../../d4/d18/andna_8c.html#a3148136f16559910186e2e0f253a5981" title="get_counter_cache" alt="" coords="1153,96,1284,125"/><area shape="rect" id="node84" href="../../d5/d05/andna_8h.html#a2196e258ccd91d09ad736705e25b59ce" title="put_counter_cache" alt="" coords="936,575,1067,604"/><area shape="rect" id="node88" href="../../d6/d34/hook_8h.html#aa99944b9d6345e33be0bf1c850380228" title="put_ext_map" alt="" coords="953,1221,1049,1251"/><area shape="rect" id="node92" href="../../d6/d34/hook_8h.html#ab08a91850a188145dc3f039300aeca8b" title="put_int_map" alt="" coords="955,1285,1048,1315"/><area shape="rect" id="node95" href="../../d6/d34/hook_8h.html#a63187dcc3bfeb1895aed9385c06ed714" title="put_bnode_map" alt="" coords="944,1360,1059,1389"/><area shape="rect" id="node98" href="../../d3/dc7/hook_8c.html#acb511717802de00a8566330c97afeb96" title="put_internet_gws" alt="" coords="941,1084,1061,1113"/><area shape="rect" id="node101" href="../../d5/d89/pkts_8h.html#a9705190f4cb9031da8070644993515d5" title="forward_pkt" alt="" coords="956,741,1047,771"/><area shape="rect" id="node109" href="../../d5/d89/pkts_8h.html#ad386f9f8ac111df2a8d5a5e9912013ca" title="pkt_err" alt="" coords="971,848,1032,877"/><area shape="rect" id="node123" href="../../d3/df5/radar_8h.html#a8424d1822303af54c7e25160800cf7d8" title="rnl_send_rq" alt="" coords="1175,149,1263,179"/><area shape="rect" id="node125" href="../../d3/df5/radar_8h.html#a3d46b80b3ad27f86a02c0586617f18cc" title="radar_scan" alt="" coords="959,181,1044,211"/><area shape="rect" id="node127" href="../../d3/df5/radar_8h.html#a7a73bfef9b57006bbe0327107e991c74" title="radard" alt="" coords="972,235,1031,264"/><area shape="rect" id="node30" href="../../d4/d18/andna_8c.html#abac5b6d2df2140ec17abb62d9ce8cbbc" title="andna_min_update_retry" alt="" coords="1137,253,1300,283"/><area shape="rect" id="node32" href="../../d5/d05/andna_8h.html#a22751676386bfd17dd30f88528ee0f12" title="andna_update_hnames" alt="" coords="1359,280,1513,309"/><area shape="rect" id="node35" href="../../d5/d05/andna_8h.html#ac5e2e3a07b8b99edbc9501aae6e5b1ff" title="andna_maintain_hnames\l_active" alt="" coords="1564,193,1729,239"/><area shape="rect" id="node40" href="../../d5/d05/andna_8h.html#a5da3518ba270f03f8d087c3c1cb25115" title="andna_recv_reg_rq" alt="" coords="1153,688,1284,717"/><area shape="rect" id="node42" href="../../d5/d05/andna_8h.html#aa7b53282a673cbc82c998a3cf4e5aff2" title="andna_init" alt="" coords="1396,768,1476,797"/><area shape="rect" id="node46" href="../../d5/d05/andna_8h.html#aa3b87d2348a3a7cdb6e2d95c66fdfb6f" title="andna_resolve_hname" alt="" coords="1143,357,1295,387"/><area shape="rect" id="node50" href="../../dd/dd9/andns_8h.html#a77c1322dbf52a1bacabe97028c9ce8d2" title="nk_rslv" alt="" coords="1187,464,1251,493"/><area shape="rect" id="node52" href="../../d1/dd5/andns__snsd_8h.html#a5f5ed255a4e4e2604045525ee8acb7fb" title="snsd_main_ip" alt="" coords="1168,411,1269,440"/><area shape="rect" id="node48" href="../../dd/dd9/andns_8h.html#a81431a7e5716758c3bbefd17f8e68898" title="inet_rslv" alt="" coords="1401,437,1471,467"/><area shape="rect" id="node64" href="../../d5/d05/andna_8h.html#a8aab86a04409ff7c8baef00863464621" title="andna_recv_resolve_rq" alt="" coords="1141,741,1296,771"/><area shape="rect" id="node67" href="../../d5/d05/andna_8h.html#a7cb15ea6895d12e1dc8b334360de6819" title="recv_spread_single\l_acache" alt="" coords="1152,618,1285,665"/><area shape="rect" id="node75" href="../../d5/d05/andna_8h.html#a533e80474668ec6d63b4e5302b910a6c" title="andna_hook" alt="" coords="1391,96,1481,125"/><area shape="rect" id="node90" href="../../d6/d34/hook_8h.html#af541d5ab5dd6596b12342140f4094dee" title="hook_init" alt="" coords="1399,1265,1473,1295"/><area shape="rect" id="node104" href="../../d5/d05/andna_8h.html#aaa787887419437e0bca8efae5cd88aaf" title="andna_recv_check_counter" alt="" coords="1128,795,1309,824"/><area shape="rect" id="node117" href="../../d6/d34/hook_8h.html#a7da6546e5822e282b57e5aee17e0c80c" title="put_free_nodes" alt="" coords="1164,1112,1273,1141"/><area shape="rect" id="node120" href="../../d5/d89/pkts_8h.html#ad72bbdba1c2025145f30bba79981c11d" title="pkt_exec" alt="" coords="1181,1059,1256,1088"/><area shape="rect" id="node131" href="../../d3/df5/radar_8h.html#a23199e508fb5df7dca7410b1744531c0" title="rnl_fill_rq" alt="" coords="964,121,1039,151"/></map>
</div>
</p>
</div>
</div>
<a class="anchor" id="a2c048b68b1c08bf90b569f01c6fab82f"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">ssize_t inet_recvfrom_timeout </td>
<td>(</td>
<td class="paramtype">int&#160;</td>
<td class="paramname"><em>s</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">void *&#160;</td>
<td class="paramname"><em>buf</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">size_t&#160;</td>
<td class="paramname"><em>len</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">int&#160;</td>
<td class="paramname"><em>flags</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">struct sockaddr *&#160;</td>
<td class="paramname"><em>from</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype"><a class="el" href="../../d7/d61/libip4tc_8c.html#aae83a93236e01902b58ec3f197a17f7c">socklen_t</a> *&#160;</td>
<td class="paramname"><em>fromlen</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">u_int&#160;</td>
<td class="paramname"><em>timeout</em>&#160;</td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td>
</tr>
</table>
</div><div class="memdoc">
<p><div class="dynheader">
Here is the call graph for this function:</div>
<div class="dyncontent">
<div class="center"><img src="../../da/d89/inet_8c_a2c048b68b1c08bf90b569f01c6fab82f_cgraph.png" border="0" usemap="#da/d89/inet_8c_a2c048b68b1c08bf90b569f01c6fab82f_cgraph" alt=""/></div>
<map name="da/d89/inet_8c_a2c048b68b1c08bf90b569f01c6fab82f_cgraph" id="da/d89/inet_8c_a2c048b68b1c08bf90b569f01c6fab82f_cgraph">
<area shape="rect" id="node3" href="../../d7/df8/log_8c.html#ac33c8a42a58a6379397850b60be22028" title="error" alt="" coords="355,5,403,35"/><area shape="rect" id="node7" href="../../da/d89/inet_8c.html#a05650389424947bce88544edfb772033" title="inet_recvfrom" alt="" coords="205,31,307,60"/><area shape="rect" id="node5" href="../../d7/df8/log_8c.html#a3bd4b0345d9f0035edbe68f3795319de" title="print_log" alt="" coords="452,5,521,35"/></map>
</div>
</p>
<p><div class="dynheader">
Here is the caller graph for this function:</div>
<div class="dyncontent">
<div class="center"><img src="../../da/d89/inet_8c_a2c048b68b1c08bf90b569f01c6fab82f_icgraph.png" border="0" usemap="#da/d89/inet_8c_a2c048b68b1c08bf90b569f01c6fab82f_icgraph" alt=""/></div>
<map name="da/d89/inet_8c_a2c048b68b1c08bf90b569f01c6fab82f_icgraph" id="da/d89/inet_8c_a2c048b68b1c08bf90b569f01c6fab82f_icgraph">
<area shape="rect" id="node3" href="../../df/d05/pkts_8c.html#a1179aed21beeb7c21f762c4db1d54b83" title="pkt_recv_udp" alt="" coords="207,436,305,465"/><area shape="rect" id="node5" href="../../d5/d89/pkts_8h.html#ac8bb8c9b1659c15702e273b4a795f3d7" title="pkt_recv" alt="" coords="355,436,427,465"/><area shape="rect" id="node7" href="../../d0/d51/daemon_8h.html#a40481bac75cf84001629622bb8a5f2c0" title="udp_daemon" alt="" coords="1449,87,1545,116"/><area shape="rect" id="node14" href="../../d0/d51/daemon_8h.html#a5d807bb7bad3c6b6dba9e852f1f401a7" title="tcp_recv_loop" alt="" coords="1236,409,1337,439"/><area shape="rect" id="node20" href="../../d5/d89/pkts_8h.html#ac024e276423e4ad5476ae1730d71cf76" title="pkt_tcp_connect" alt="" coords="476,461,593,491"/><area shape="rect" id="node22" href="../../d5/d89/pkts_8h.html#add26b86f4b7d350021c4a96e6db6ce6c" title="send_rq" alt="" coords="651,617,717,647"/><area shape="rect" id="node9" href="../../d5/d05/andna_8h.html#ae8a0abdfc416da1b04dafe5c30fb14c3" title="andna_main" alt="" coords="1631,184,1721,213"/><area shape="rect" id="node11" href="../../d9/d88/ntkresolv_8h.html#a3c04138a5bfe5d72780bb7e82a18e627" title="main" alt="" coords="1771,184,1821,213"/><area shape="rect" id="node16" href="../../d0/d51/daemon_8h.html#a6bfa338bfc8ec41ee95e77a666e26114" title="tcp_daemon" alt="" coords="1451,260,1544,289"/><area shape="rect" id="node129" href="../../d3/df5/radar_8h.html#ac87ec2c357e722cc77948e2f4a133b03" title="rnl_get_sk" alt="" coords="643,227,725,256"/><area shape="rect" id="node24" href="../../d5/d05/andna_8h.html#a47f535bfa2b7403ded9d8b4a7c19d27d" title="andna_register_hname" alt="" coords="776,357,928,387"/><area shape="rect" id="node34" href="../../d5/d05/andna_8h.html#a278c2e4e68b10357f59f3edbaa9bf7de" title="andna_check_counter" alt="" coords="777,936,927,965"/><area shape="rect" id="node40" href="../../d5/d05/andna_8h.html#a1ce60180d15ab89d473eb45928ee6ee5" title="andna_resolve_hash" alt="" coords="781,1113,923,1143"/><area shape="rect" id="node50" href="../../d5/d05/andna_8h.html#a9f9606b7d11bf10088542d80e6aac805" title="andna_reverse_resolve" alt="" coords="775,1057,929,1087"/><area shape="rect" id="node54" href="../../d5/d05/andna_8h.html#a44e3e539ab14f207121225a8f649acf8" title="andna_recv_rev_resolve_rq" alt="" coords="979,565,1160,595"/><area shape="rect" id="node57" href="../../d5/d05/andna_8h.html#a176509d35d2405f8416d22b7defd2081" title="get_single_andna_c" alt="" coords="784,883,920,912"/><area shape="rect" id="node66" href="../../d5/d05/andna_8h.html#a518d5d1d638386131f4e1ca4b5e2edb6" title="put_single_acache" alt="" coords="1004,723,1135,752"/><area shape="rect" id="node69" href="../../d4/d18/andna_8c.html#a75826b3a2a955fdd50d081ac17e0abe8" title="get_andna_cache" alt="" coords="1008,99,1131,128"/><area shape="rect" id="node74" href="../../d5/d05/andna_8h.html#a288580e9a1dfc745225f740d4afb9f6d" title="put_andna_cache" alt="" coords="1008,461,1131,491"/><area shape="rect" id="node77" href="../../d4/d18/andna_8c.html#a3148136f16559910186e2e0f253a5981" title="get_counter_cache" alt="" coords="1004,45,1135,75"/><area shape="rect" id="node80" href="../../d5/d05/andna_8h.html#a2196e258ccd91d09ad736705e25b59ce" title="put_counter_cache" alt="" coords="787,565,917,595"/><area shape="rect" id="node84" href="../../d6/d34/hook_8h.html#aa99944b9d6345e33be0bf1c850380228" title="put_ext_map" alt="" coords="804,1315,900,1344"/><area shape="rect" id="node88" href="../../d6/d34/hook_8h.html#ab08a91850a188145dc3f039300aeca8b" title="put_int_map" alt="" coords="805,1172,899,1201"/><area shape="rect" id="node91" href="../../d6/d34/hook_8h.html#a63187dcc3bfeb1895aed9385c06ed714" title="put_bnode_map" alt="" coords="795,1237,909,1267"/><area shape="rect" id="node94" href="../../d3/dc7/hook_8c.html#acb511717802de00a8566330c97afeb96" title="put_internet_gws" alt="" coords="792,1416,912,1445"/><area shape="rect" id="node97" href="../../d5/d89/pkts_8h.html#a9705190f4cb9031da8070644993515d5" title="forward_pkt" alt="" coords="807,829,897,859"/><area shape="rect" id="node105" href="../../d5/d89/pkts_8h.html#ad386f9f8ac111df2a8d5a5e9912013ca" title="pkt_err" alt="" coords="821,723,883,752"/><area shape="rect" id="node119" href="../../d3/df5/radar_8h.html#a8424d1822303af54c7e25160800cf7d8" title="rnl_send_rq" alt="" coords="1025,152,1113,181"/><area shape="rect" id="node125" href="../../d3/df5/radar_8h.html#a3d46b80b3ad27f86a02c0586617f18cc" title="radar_scan" alt="" coords="809,252,895,281"/><area shape="rect" id="node127" href="../../d3/df5/radar_8h.html#a7a73bfef9b57006bbe0327107e991c74" title="radard" alt="" coords="823,461,881,491"/><area shape="rect" id="node26" href="../../d4/d18/andna_8c.html#abac5b6d2df2140ec17abb62d9ce8cbbc" title="andna_min_update_retry" alt="" coords="988,357,1151,387"/><area shape="rect" id="node28" href="../../d5/d05/andna_8h.html#a22751676386bfd17dd30f88528ee0f12" title="andna_update_hnames" alt="" coords="1209,332,1364,361"/><area shape="rect" id="node31" href="../../d5/d05/andna_8h.html#ac5e2e3a07b8b99edbc9501aae6e5b1ff" title="andna_maintain_hnames\l_active" alt="" coords="1415,190,1580,237"/><area shape="rect" id="node36" href="../../d5/d05/andna_8h.html#a5da3518ba270f03f8d087c3c1cb25115" title="andna_recv_reg_rq" alt="" coords="1004,936,1135,965"/><area shape="rect" id="node38" href="../../d5/d05/andna_8h.html#aa7b53282a673cbc82c998a3cf4e5aff2" title="andna_init" alt="" coords="1247,776,1327,805"/><area shape="rect" id="node42" href="../../d5/d05/andna_8h.html#aa3b87d2348a3a7cdb6e2d95c66fdfb6f" title="andna_resolve_hname" alt="" coords="993,1163,1145,1192"/><area shape="rect" id="node46" href="../../dd/dd9/andns_8h.html#a77c1322dbf52a1bacabe97028c9ce8d2" title="nk_rslv" alt="" coords="1037,1109,1101,1139"/><area shape="rect" id="node48" href="../../d1/dd5/andns__snsd_8h.html#a5f5ed255a4e4e2604045525ee8acb7fb" title="snsd_main_ip" alt="" coords="1019,1216,1120,1245"/><area shape="rect" id="node44" href="../../dd/dd9/andns_8h.html#a81431a7e5716758c3bbefd17f8e68898" title="inet_rslv" alt="" coords="1252,1111,1321,1140"/><area shape="rect" id="node60" href="../../d5/d05/andna_8h.html#a8aab86a04409ff7c8baef00863464621" title="andna_recv_resolve_rq" alt="" coords="992,883,1147,912"/><area shape="rect" id="node63" href="../../d5/d05/andna_8h.html#a7cb15ea6895d12e1dc8b334360de6819" title="recv_spread_single\l_acache" alt="" coords="1003,989,1136,1035"/><area shape="rect" id="node71" href="../../d5/d05/andna_8h.html#a533e80474668ec6d63b4e5302b910a6c" title="andna_hook" alt="" coords="1241,45,1332,75"/><area shape="rect" id="node86" href="../../d6/d34/hook_8h.html#af541d5ab5dd6596b12342140f4094dee" title="hook_init" alt="" coords="1249,1319,1324,1348"/><area shape="rect" id="node100" href="../../d5/d05/andna_8h.html#aaa787887419437e0bca8efae5cd88aaf" title="andna_recv_check_counter" alt="" coords="979,829,1160,859"/><area shape="rect" id="node113" href="../../d6/d34/hook_8h.html#a7da6546e5822e282b57e5aee17e0c80c" title="put_free_nodes" alt="" coords="1015,776,1124,805"/><area shape="rect" id="node116" href="../../d5/d89/pkts_8h.html#ad72bbdba1c2025145f30bba79981c11d" title="pkt_exec" alt="" coords="1032,619,1107,648"/><area shape="rect" id="node121" href="../../d3/dc7/hook_8c.html#a13ba2bdeee0139a4e9cc749296099be2" title="get_free_nodes" alt="" coords="1232,99,1341,128"/><area shape="rect" id="node123" href="../../d3/dc7/hook_8c.html#a2dba643d9fbb3c9ce179b936a5190f59" title="get_qspn_round" alt="" coords="1229,152,1344,181"/><area shape="rect" id="node131" href="../../d3/df5/radar_8h.html#a23199e508fb5df7dca7410b1744531c0" title="rnl_fill_rq" alt="" coords="815,97,889,127"/></map>
</div>
</p>
</div>
</div>
<a class="anchor" id="ac92b07ae7dc3ae1234665e052a8e6792"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">ssize_t inet_send </td>
<td>(</td>
<td class="paramtype">int&#160;</td>
<td class="paramname"><em>s</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">const void *&#160;</td>
<td class="paramname"><em>msg</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">size_t&#160;</td>
<td class="paramname"><em>len</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">int&#160;</td>
<td class="paramname"><em>flags</em>&#160;</td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td>
</tr>
</table>
</div><div class="memdoc">
<p><div class="dynheader">
Here is the call graph for this function:</div>
<div class="dyncontent">
<div class="center"><img src="../../da/d89/inet_8c_ac92b07ae7dc3ae1234665e052a8e6792_cgraph.png" border="0" usemap="#da/d89/inet_8c_ac92b07ae7dc3ae1234665e052a8e6792_cgraph" alt=""/></div>
<map name="da/d89/inet_8c_ac92b07ae7dc3ae1234665e052a8e6792_cgraph" id="da/d89/inet_8c_ac92b07ae7dc3ae1234665e052a8e6792_cgraph">
<area shape="rect" id="node4" href="../../d7/df8/log_8c.html#ac33c8a42a58a6379397850b60be22028" title="error" alt="" coords="133,29,181,59"/><area shape="rect" id="node6" href="../../d7/df8/log_8c.html#a3bd4b0345d9f0035edbe68f3795319de" title="print_log" alt="" coords="231,29,300,59"/></map>
</div>
</p>
<p><div class="dynheader">
Here is the caller graph for this function:</div>
<div class="dyncontent">
<div class="center"><img src="../../da/d89/inet_8c_ac92b07ae7dc3ae1234665e052a8e6792_icgraph.png" border="0" usemap="#da/d89/inet_8c_ac92b07ae7dc3ae1234665e052a8e6792_icgraph" alt=""/></div>
<map name="da/d89/inet_8c_ac92b07ae7dc3ae1234665e052a8e6792_icgraph" id="da/d89/inet_8c_ac92b07ae7dc3ae1234665e052a8e6792_icgraph">
<area shape="rect" id="node3" href="../../d6/d4a/inet_8h.html#ac92b07ae7dc3ae1234665e052a8e6792" title="inet_send" alt="" coords="135,71,212,100"/><area shape="rect" id="node6" href="../../d6/d4a/inet_8h.html#a57d824182ed85de297e6f32640708b7f" title="inet_send_timeout" alt="" coords="261,109,389,139"/><area shape="rect" id="node8" href="../../d5/d89/pkts_8h.html#aa27d4dfa0f7d6c8ee64399780800ae1f" title="pkt_send" alt="" coords="437,57,512,87"/><area shape="rect" id="node10" href="../../d6/d34/hook_8h.html#a7da6546e5822e282b57e5aee17e0c80c" title="put_free_nodes" alt="" coords="964,221,1073,251"/><area shape="rect" id="node18" href="../../d6/d34/hook_8h.html#a14eec030eb6098fc9cc4a8609b19bd00" title="put_qspn_round" alt="" coords="560,5,675,35"/><area shape="rect" id="node21" href="../../d5/d89/pkts_8h.html#add26b86f4b7d350021c4a96e6db6ce6c" title="send_rq" alt="" coords="584,611,651,640"/><area shape="rect" id="node12" href="../../d6/d34/hook_8h.html#af541d5ab5dd6596b12342140f4094dee" title="hook_init" alt="" coords="1199,221,1273,251"/><area shape="rect" id="node14" href="../../d4/d3b/netsukuku_8c.html#a110d67ecacf72375eea84dc00338030c" title="init_netsukuku" alt="" coords="1363,584,1469,613"/><area shape="rect" id="node16" href="../../d9/d88/ntkresolv_8h.html#a3c04138a5bfe5d72780bb7e82a18e627" title="main" alt="" coords="1517,867,1568,896"/><area shape="rect" id="node23" href="../../d5/d05/andna_8h.html#a47f535bfa2b7403ded9d8b4a7c19d27d" title="andna_register_hname" alt="" coords="725,1025,877,1055"/><area shape="rect" id="node35" href="../../d5/d05/andna_8h.html#a278c2e4e68b10357f59f3edbaa9bf7de" title="andna_check_counter" alt="" coords="727,797,876,827"/><area shape="rect" id="node42" href="../../d5/d05/andna_8h.html#a1ce60180d15ab89d473eb45928ee6ee5" title="andna_resolve_hash" alt="" coords="731,1224,872,1253"/><area shape="rect" id="node52" href="../../d5/d05/andna_8h.html#a9f9606b7d11bf10088542d80e6aac805" title="andna_reverse_resolve" alt="" coords="724,1145,879,1175"/><area shape="rect" id="node56" href="../../d5/d05/andna_8h.html#a44e3e539ab14f207121225a8f649acf8" title="andna_recv_rev_resolve_rq" alt="" coords="928,477,1109,507"/><area shape="rect" id="node59" href="../../d5/d05/andna_8h.html#a176509d35d2405f8416d22b7defd2081" title="get_single_andna_c" alt="" coords="733,744,869,773"/><area shape="rect" id="node68" href="../../d5/d05/andna_8h.html#a518d5d1d638386131f4e1ca4b5e2edb6" title="put_single_acache" alt="" coords="953,531,1084,560"/><area shape="rect" id="node71" href="../../d4/d18/andna_8c.html#a75826b3a2a955fdd50d081ac17e0abe8" title="get_andna_cache" alt="" coords="740,955,863,984"/><area shape="rect" id="node76" href="../../d5/d05/andna_8h.html#a288580e9a1dfc745225f740d4afb9f6d" title="put_andna_cache" alt="" coords="740,429,863,459"/><area shape="rect" id="node79" href="../../d4/d18/andna_8c.html#a3148136f16559910186e2e0f253a5981" title="get_counter_cache" alt="" coords="736,901,867,931"/><area shape="rect" id="node82" href="../../d5/d05/andna_8h.html#a2196e258ccd91d09ad736705e25b59ce" title="put_counter_cache" alt="" coords="736,483,867,512"/><area shape="rect" id="node85" href="../../d0/d51/daemon_8h.html#a6bfa338bfc8ec41ee95e77a666e26114" title="tcp_daemon" alt="" coords="972,867,1065,896"/><area shape="rect" id="node89" href="../../d6/d34/hook_8h.html#aa99944b9d6345e33be0bf1c850380228" title="put_ext_map" alt="" coords="753,376,849,405"/><area shape="rect" id="node92" href="../../d6/d34/hook_8h.html#ab08a91850a188145dc3f039300aeca8b" title="put_int_map" alt="" coords="755,109,848,139"/><area shape="rect" id="node95" href="../../d6/d34/hook_8h.html#a63187dcc3bfeb1895aed9385c06ed714" title="put_bnode_map" alt="" coords="744,269,859,299"/><area shape="rect" id="node98" href="../../d3/dc7/hook_8c.html#acb511717802de00a8566330c97afeb96" title="put_internet_gws" alt="" coords="741,323,861,352"/><area shape="rect" id="node101" href="../../d5/d89/pkts_8h.html#a9705190f4cb9031da8070644993515d5" title="forward_pkt" alt="" coords="756,691,847,720"/><area shape="rect" id="node109" href="../../d5/d89/pkts_8h.html#ad386f9f8ac111df2a8d5a5e9912013ca" title="pkt_err" alt="" coords="771,637,832,667"/><area shape="rect" id="node120" href="../../d3/df5/radar_8h.html#a8424d1822303af54c7e25160800cf7d8" title="rnl_send_rq" alt="" coords="757,1411,845,1440"/><area shape="rect" id="node130" href="../../d3/df5/radar_8h.html#a3d46b80b3ad27f86a02c0586617f18cc" title="radar_scan" alt="" coords="759,163,844,192"/><area shape="rect" id="node132" href="../../d3/df5/radar_8h.html#a7a73bfef9b57006bbe0327107e991c74" title="radard" alt="" coords="772,216,831,245"/><area shape="rect" id="node25" href="../../d4/d18/andna_8c.html#abac5b6d2df2140ec17abb62d9ce8cbbc" title="andna_min_update_retry" alt="" coords="937,1043,1100,1072"/><area shape="rect" id="node27" href="../../d5/d05/andna_8h.html#a22751676386bfd17dd30f88528ee0f12" title="andna_update_hnames" alt="" coords="1159,1069,1313,1099"/><area shape="rect" id="node30" href="../../d5/d05/andna_8h.html#ac5e2e3a07b8b99edbc9501aae6e5b1ff" title="andna_maintain_hnames\l_active" alt="" coords="936,973,1101,1019"/><area shape="rect" id="node32" href="../../d5/d05/andna_8h.html#ae8a0abdfc416da1b04dafe5c30fb14c3" title="andna_main" alt="" coords="1191,919,1281,948"/><area shape="rect" id="node37" href="../../d5/d05/andna_8h.html#a5da3518ba270f03f8d087c3c1cb25115" title="andna_recv_reg_rq" alt="" coords="953,744,1084,773"/><area shape="rect" id="node39" href="../../d5/d05/andna_8h.html#aa7b53282a673cbc82c998a3cf4e5aff2" title="andna_init" alt="" coords="1196,584,1276,613"/><area shape="rect" id="node44" href="../../d5/d05/andna_8h.html#aa3b87d2348a3a7cdb6e2d95c66fdfb6f" title="andna_resolve_hname" alt="" coords="943,1251,1095,1280"/><area shape="rect" id="node48" href="../../dd/dd9/andns_8h.html#a77c1322dbf52a1bacabe97028c9ce8d2" title="nk_rslv" alt="" coords="987,1197,1051,1227"/><area shape="rect" id="node50" href="../../d1/dd5/andns__snsd_8h.html#a5f5ed255a4e4e2604045525ee8acb7fb" title="snsd_main_ip" alt="" coords="968,1304,1069,1333"/><area shape="rect" id="node46" href="../../dd/dd9/andns_8h.html#a81431a7e5716758c3bbefd17f8e68898" title="inet_rslv" alt="" coords="1201,1173,1271,1203"/><area shape="rect" id="node62" href="../../d5/d05/andna_8h.html#a8aab86a04409ff7c8baef00863464621" title="andna_recv_resolve_rq" alt="" coords="941,691,1096,720"/><area shape="rect" id="node65" href="../../d5/d05/andna_8h.html#a7cb15ea6895d12e1dc8b334360de6819" title="recv_spread_single\l_acache" alt="" coords="952,797,1085,843"/><area shape="rect" id="node73" href="../../d5/d05/andna_8h.html#a533e80474668ec6d63b4e5302b910a6c" title="andna_hook" alt="" coords="973,920,1064,949"/><area shape="rect" id="node104" href="../../d5/d05/andna_8h.html#aaa787887419437e0bca8efae5cd88aaf" title="andna_recv_check_counter" alt="" coords="928,637,1109,667"/><area shape="rect" id="node118" href="../../d5/d89/pkts_8h.html#ad72bbdba1c2025145f30bba79981c11d" title="pkt_exec" alt="" coords="981,584,1056,613"/><area shape="rect" id="node122" href="../../d3/dc7/hook_8c.html#a13ba2bdeee0139a4e9cc749296099be2" title="get_free_nodes" alt="" coords="964,1357,1073,1387"/><area shape="rect" id="node124" href="../../d3/dc7/hook_8c.html#a2dba643d9fbb3c9ce179b936a5190f59" title="get_qspn_round" alt="" coords="961,1411,1076,1440"/><area shape="rect" id="node126" href="../../d3/dc7/hook_8c.html#a5f70bb451547d6e6fa8d4584bfcb6446" title="get_ext_map" alt="" coords="971,1464,1067,1493"/><area shape="rect" id="node128" href="../../d3/dc7/hook_8c.html#a68ce15d13d0063d2670f1f75941d4d41" title="get_int_map" alt="" coords="972,1517,1065,1547"/></map>
</div>
</p>
</div>
</div>
<a class="anchor" id="a57d824182ed85de297e6f32640708b7f"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">ssize_t inet_send_timeout </td>
<td>(</td>
<td class="paramtype">int&#160;</td>
<td class="paramname"><em>s</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">const void *&#160;</td>
<td class="paramname"><em>msg</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">size_t&#160;</td>
<td class="paramname"><em>len</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">int&#160;</td>
<td class="paramname"><em>flags</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">u_int&#160;</td>
<td class="paramname"><em>timeout</em>&#160;</td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td>
</tr>
</table>
</div><div class="memdoc">
<p><div class="dynheader">
Here is the call graph for this function:</div>
<div class="dyncontent">
<div class="center"><img src="../../da/d89/inet_8c_a57d824182ed85de297e6f32640708b7f_cgraph.png" border="0" usemap="#da/d89/inet_8c_a57d824182ed85de297e6f32640708b7f_cgraph" alt=""/></div>
<map name="da/d89/inet_8c_a57d824182ed85de297e6f32640708b7f_cgraph" id="da/d89/inet_8c_a57d824182ed85de297e6f32640708b7f_cgraph">
<area shape="rect" id="node3" href="../../d7/df8/log_8c.html#ac33c8a42a58a6379397850b60be22028" title="error" alt="" coords="309,6,357,35"/><area shape="rect" id="node7" href="../../da/d89/inet_8c.html#ac92b07ae7dc3ae1234665e052a8e6792" title="inet_send" alt="" coords="183,43,260,73"/><area shape="rect" id="node5" href="../../d7/df8/log_8c.html#a3bd4b0345d9f0035edbe68f3795319de" title="print_log" alt="" coords="407,6,476,35"/></map>
</div>
</p>
<p><div class="dynheader">
Here is the caller graph for this function:</div>
<div class="dyncontent">
<div class="center"><img src="../../da/d89/inet_8c_a57d824182ed85de297e6f32640708b7f_icgraph.png" border="0" usemap="#da/d89/inet_8c_a57d824182ed85de297e6f32640708b7f_icgraph" alt=""/></div>
<map name="da/d89/inet_8c_a57d824182ed85de297e6f32640708b7f_icgraph" id="da/d89/inet_8c_a57d824182ed85de297e6f32640708b7f_icgraph">
<area shape="rect" id="node3" href="../../d5/d89/pkts_8h.html#aa27d4dfa0f7d6c8ee64399780800ae1f" title="pkt_send" alt="" coords="181,57,256,87"/><area shape="rect" id="node5" href="../../d6/d34/hook_8h.html#a7da6546e5822e282b57e5aee17e0c80c" title="put_free_nodes" alt="" coords="708,204,817,233"/><area shape="rect" id="node13" href="../../d6/d34/hook_8h.html#a14eec030eb6098fc9cc4a8609b19bd00" title="put_qspn_round" alt="" coords="304,5,419,35"/><area shape="rect" id="node16" href="../../d5/d89/pkts_8h.html#add26b86f4b7d350021c4a96e6db6ce6c" title="send_rq" alt="" coords="328,615,395,644"/><area shape="rect" id="node7" href="../../d6/d34/hook_8h.html#af541d5ab5dd6596b12342140f4094dee" title="hook_init" alt="" coords="943,204,1017,233"/><area shape="rect" id="node9" href="../../d4/d3b/netsukuku_8c.html#a110d67ecacf72375eea84dc00338030c" title="init_netsukuku" alt="" coords="1107,588,1213,617"/><area shape="rect" id="node11" href="../../d9/d88/ntkresolv_8h.html#a3c04138a5bfe5d72780bb7e82a18e627" title="main" alt="" coords="1261,849,1312,879"/><area shape="rect" id="node18" href="../../d5/d05/andna_8h.html#a47f535bfa2b7403ded9d8b4a7c19d27d" title="andna_register_hname" alt="" coords="469,1016,621,1045"/><area shape="rect" id="node30" href="../../d5/d05/andna_8h.html#a278c2e4e68b10357f59f3edbaa9bf7de" title="andna_check_counter" alt="" coords="471,483,620,512"/><area shape="rect" id="node37" href="../../d5/d05/andna_8h.html#a1ce60180d15ab89d473eb45928ee6ee5" title="andna_resolve_hash" alt="" coords="475,1207,616,1236"/><area shape="rect" id="node47" href="../../d5/d05/andna_8h.html#a9f9606b7d11bf10088542d80e6aac805" title="andna_reverse_resolve" alt="" coords="468,1128,623,1157"/><area shape="rect" id="node51" href="../../d5/d05/andna_8h.html#a44e3e539ab14f207121225a8f649acf8" title="andna_recv_rev_resolve_rq" alt="" coords="672,695,853,724"/><area shape="rect" id="node54" href="../../d5/d05/andna_8h.html#a176509d35d2405f8416d22b7defd2081" title="get_single_andna_c" alt="" coords="477,429,613,459"/><area shape="rect" id="node63" href="../../d5/d05/andna_8h.html#a518d5d1d638386131f4e1ca4b5e2edb6" title="put_single_acache" alt="" coords="697,641,828,671"/><area shape="rect" id="node66" href="../../d4/d18/andna_8c.html#a75826b3a2a955fdd50d081ac17e0abe8" title="get_andna_cache" alt="" coords="484,955,607,984"/><area shape="rect" id="node71" href="../../d5/d05/andna_8h.html#a288580e9a1dfc745225f740d4afb9f6d" title="put_andna_cache" alt="" coords="484,744,607,773"/><area shape="rect" id="node74" href="../../d4/d18/andna_8c.html#a3148136f16559910186e2e0f253a5981" title="get_counter_cache" alt="" coords="480,901,611,931"/><area shape="rect" id="node77" href="../../d5/d05/andna_8h.html#a2196e258ccd91d09ad736705e25b59ce" title="put_counter_cache" alt="" coords="480,797,611,827"/><area shape="rect" id="node80" href="../../d0/d51/daemon_8h.html#a6bfa338bfc8ec41ee95e77a666e26114" title="tcp_daemon" alt="" coords="716,849,809,879"/><area shape="rect" id="node84" href="../../d6/d34/hook_8h.html#aa99944b9d6345e33be0bf1c850380228" title="put_ext_map" alt="" coords="497,109,593,139"/><area shape="rect" id="node87" href="../../d6/d34/hook_8h.html#ab08a91850a188145dc3f039300aeca8b" title="put_int_map" alt="" coords="499,269,592,299"/><area shape="rect" id="node90" href="../../d6/d34/hook_8h.html#a63187dcc3bfeb1895aed9385c06ed714" title="put_bnode_map" alt="" coords="488,323,603,352"/><area shape="rect" id="node93" href="../../d3/dc7/hook_8c.html#acb511717802de00a8566330c97afeb96" title="put_internet_gws" alt="" coords="485,376,605,405"/><area shape="rect" id="node96" href="../../d5/d89/pkts_8h.html#a9705190f4cb9031da8070644993515d5" title="forward_pkt" alt="" coords="500,536,591,565"/><area shape="rect" id="node104" href="../../d5/d89/pkts_8h.html#ad386f9f8ac111df2a8d5a5e9912013ca" title="pkt_err" alt="" coords="515,589,576,619"/><area shape="rect" id="node115" href="../../d3/df5/radar_8h.html#a8424d1822303af54c7e25160800cf7d8" title="rnl_send_rq" alt="" coords="501,1447,589,1476"/><area shape="rect" id="node129" href="../../d3/df5/radar_8h.html#a3d46b80b3ad27f86a02c0586617f18cc" title="radar_scan" alt="" coords="503,163,588,192"/><area shape="rect" id="node131" href="../../d3/df5/radar_8h.html#a7a73bfef9b57006bbe0327107e991c74" title="radard" alt="" coords="516,216,575,245"/><area shape="rect" id="node20" href="../../d4/d18/andna_8c.html#abac5b6d2df2140ec17abb62d9ce8cbbc" title="andna_min_update_retry" alt="" coords="681,1076,844,1105"/><area shape="rect" id="node22" href="../../d5/d05/andna_8h.html#a22751676386bfd17dd30f88528ee0f12" title="andna_update_hnames" alt="" coords="903,1051,1057,1080"/><area shape="rect" id="node25" href="../../d5/d05/andna_8h.html#ac5e2e3a07b8b99edbc9501aae6e5b1ff" title="andna_maintain_hnames\l_active" alt="" coords="680,955,845,1002"/><area shape="rect" id="node27" href="../../d5/d05/andna_8h.html#ae8a0abdfc416da1b04dafe5c30fb14c3" title="andna_main" alt="" coords="935,901,1025,931"/><area shape="rect" id="node32" href="../../d5/d05/andna_8h.html#a5da3518ba270f03f8d087c3c1cb25115" title="andna_recv_reg_rq" alt="" coords="697,428,828,457"/><area shape="rect" id="node34" href="../../d5/d05/andna_8h.html#aa7b53282a673cbc82c998a3cf4e5aff2" title="andna_init" alt="" coords="940,588,1020,617"/><area shape="rect" id="node39" href="../../d5/d05/andna_8h.html#aa3b87d2348a3a7cdb6e2d95c66fdfb6f" title="andna_resolve_hname" alt="" coords="687,1233,839,1263"/><area shape="rect" id="node43" href="../../dd/dd9/andns_8h.html#a77c1322dbf52a1bacabe97028c9ce8d2" title="nk_rslv" alt="" coords="731,1180,795,1209"/><area shape="rect" id="node45" href="../../d1/dd5/andns__snsd_8h.html#a5f5ed255a4e4e2604045525ee8acb7fb" title="snsd_main_ip" alt="" coords="712,1287,813,1316"/><area shape="rect" id="node41" href="../../dd/dd9/andns_8h.html#a81431a7e5716758c3bbefd17f8e68898" title="inet_rslv" alt="" coords="945,1156,1015,1185"/><area shape="rect" id="node57" href="../../d5/d05/andna_8h.html#a8aab86a04409ff7c8baef00863464621" title="andna_recv_resolve_rq" alt="" coords="685,481,840,511"/><area shape="rect" id="node60" href="../../d5/d05/andna_8h.html#a7cb15ea6895d12e1dc8b334360de6819" title="recv_spread_single\l_acache" alt="" coords="696,358,829,405"/><area shape="rect" id="node68" href="../../d5/d05/andna_8h.html#a533e80474668ec6d63b4e5302b910a6c" title="andna_hook" alt="" coords="717,903,808,932"/><area shape="rect" id="node99" href="../../d5/d05/andna_8h.html#aaa787887419437e0bca8efae5cd88aaf" title="andna_recv_check_counter" alt="" coords="672,535,853,564"/><area shape="rect" id="node113" href="../../d5/d89/pkts_8h.html#ad72bbdba1c2025145f30bba79981c11d" title="pkt_exec" alt="" coords="725,588,800,617"/><area shape="rect" id="node117" href="../../d3/dc7/hook_8c.html#a13ba2bdeee0139a4e9cc749296099be2" title="get_free_nodes" alt="" coords="708,1340,817,1369"/><area shape="rect" id="node119" href="../../d3/dc7/hook_8c.html#a2dba643d9fbb3c9ce179b936a5190f59" title="get_qspn_round" alt="" coords="705,1393,820,1423"/><area shape="rect" id="node121" href="../../d3/dc7/hook_8c.html#a5f70bb451547d6e6fa8d4584bfcb6446" title="get_ext_map" alt="" coords="715,1447,811,1476"/><area shape="rect" id="node123" href="../../d3/dc7/hook_8c.html#a68ce15d13d0063d2670f1f75941d4d41" title="get_int_map" alt="" coords="716,1500,809,1529"/><area shape="rect" id="node125" href="../../d3/dc7/hook_8c.html#ab5fcc9e0c459e229bee016a7698e08ee" title="get_bnode_map" alt="" coords="705,1553,820,1583"/><area shape="rect" id="node127" href="../../d3/dc7/hook_8c.html#a8fe66445249fb1a1e2890250919bf67e" title="get_internet_gws" alt="" coords="703,1607,823,1636"/></map>
</div>
</p>
</div>
</div>
<a class="anchor" id="ae16ef6bb730deb8ac07b9cd295211052"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">ssize_t inet_sendfile </td>
<td>(</td>
<td class="paramtype">int&#160;</td>
<td class="paramname"><em>out_fd</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">int&#160;</td>
<td class="paramname"><em>in_fd</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">off_t *&#160;</td>
<td class="paramname"><em>offset</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">size_t&#160;</td>
<td class="paramname"><em>count</em>&#160;</td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td>
</tr>
</table>
</div><div class="memdoc">
<p><div class="dynheader">
Here is the call graph for this function:</div>
<div class="dyncontent">
<div class="center"><img src="../../da/d89/inet_8c_ae16ef6bb730deb8ac07b9cd295211052_cgraph.png" border="0" usemap="#da/d89/inet_8c_ae16ef6bb730deb8ac07b9cd295211052_cgraph" alt=""/></div>
<map name="da/d89/inet_8c_ae16ef6bb730deb8ac07b9cd295211052_cgraph" id="da/d89/inet_8c_ae16ef6bb730deb8ac07b9cd295211052_cgraph">
<area shape="rect" id="node3" href="../../d7/df8/log_8c.html#ac33c8a42a58a6379397850b60be22028" title="error" alt="" coords="149,5,197,35"/><area shape="rect" id="node5" href="../../d7/df8/log_8c.html#a3bd4b0345d9f0035edbe68f3795319de" title="print_log" alt="" coords="247,5,316,35"/></map>
</div>
</p>
</div>
</div>
<a class="anchor" id="af7e76f47a0583d67182cdf5bbb4dd22a"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">ssize_t inet_sendto </td>
<td>(</td>
<td class="paramtype">int&#160;</td>
<td class="paramname"><em>s</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">const void *&#160;</td>
<td class="paramname"><em>msg</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">size_t&#160;</td>
<td class="paramname"><em>len</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">int&#160;</td>
<td class="paramname"><em>flags</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">const struct sockaddr *&#160;</td>
<td class="paramname"><em>to</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype"><a class="el" href="../../d7/d61/libip4tc_8c.html#aae83a93236e01902b58ec3f197a17f7c">socklen_t</a>&#160;</td>
<td class="paramname"><em>tolen</em>&#160;</td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td>
</tr>
</table>
</div><div class="memdoc">
<p><div class="dynheader">
Here is the call graph for this function:</div>
<div class="dyncontent">
<div class="center"><img src="../../da/d89/inet_8c_af7e76f47a0583d67182cdf5bbb4dd22a_cgraph.png" border="0" usemap="#da/d89/inet_8c_af7e76f47a0583d67182cdf5bbb4dd22a_cgraph" alt=""/></div>
<map name="da/d89/inet_8c_af7e76f47a0583d67182cdf5bbb4dd22a_cgraph" id="da/d89/inet_8c_af7e76f47a0583d67182cdf5bbb4dd22a_cgraph">
<area shape="rect" id="node4" href="../../d7/df8/log_8c.html#ac33c8a42a58a6379397850b60be22028" title="error" alt="" coords="144,29,192,59"/><area shape="rect" id="node6" href="../../d7/df8/log_8c.html#a3bd4b0345d9f0035edbe68f3795319de" title="print_log" alt="" coords="241,29,311,59"/></map>
</div>
</p>
<p><div class="dynheader">
Here is the caller graph for this function:</div>
<div class="dyncontent">
<div class="center"><img src="../../da/d89/inet_8c_af7e76f47a0583d67182cdf5bbb4dd22a_icgraph.png" border="0" usemap="#da/d89/inet_8c_af7e76f47a0583d67182cdf5bbb4dd22a_icgraph" alt=""/></div>
<map name="da/d89/inet_8c_af7e76f47a0583d67182cdf5bbb4dd22a_icgraph" id="da/d89/inet_8c_af7e76f47a0583d67182cdf5bbb4dd22a_icgraph">
<area shape="rect" id="node3" href="../../db/d6b/dns__wrapper_8c.html#ae858f92cfdc42ee9f2ba357a4021b59e" title="dns_exec_pkt" alt="" coords="301,5,403,35"/><area shape="rect" id="node5" href="../../d6/d4a/inet_8h.html#af7e76f47a0583d67182cdf5bbb4dd22a" title="inet_sendto" alt="" coords="145,69,233,99"/><area shape="rect" id="node9" href="../../d6/d4a/inet_8h.html#aa65a7052b4c6746a997c4e3743f14fbe" title="inet_sendto_timeout" alt="" coords="283,120,421,149"/><area shape="rect" id="node11" href="../../d5/d89/pkts_8h.html#aa27d4dfa0f7d6c8ee64399780800ae1f" title="pkt_send" alt="" coords="469,120,544,149"/><area shape="rect" id="node13" href="../../d6/d34/hook_8h.html#a7da6546e5822e282b57e5aee17e0c80c" title="put_free_nodes" alt="" coords="996,233,1105,263"/><area shape="rect" id="node21" href="../../d6/d34/hook_8h.html#a14eec030eb6098fc9cc4a8609b19bd00" title="put_qspn_round" alt="" coords="592,68,707,97"/><area shape="rect" id="node24" href="../../d5/d89/pkts_8h.html#add26b86f4b7d350021c4a96e6db6ce6c" title="send_rq" alt="" coords="616,673,683,703"/><area shape="rect" id="node15" href="../../d6/d34/hook_8h.html#af541d5ab5dd6596b12342140f4094dee" title="hook_init" alt="" coords="1231,285,1305,315"/><area shape="rect" id="node17" href="../../d4/d3b/netsukuku_8c.html#a110d67ecacf72375eea84dc00338030c" title="init_netsukuku" alt="" coords="1395,647,1501,676"/><area shape="rect" id="node19" href="../../d9/d88/ntkresolv_8h.html#a3c04138a5bfe5d72780bb7e82a18e627" title="main" alt="" coords="1549,929,1600,959"/><area shape="rect" id="node26" href="../../d5/d05/andna_8h.html#a47f535bfa2b7403ded9d8b4a7c19d27d" title="andna_register_hname" alt="" coords="757,1088,909,1117"/><area shape="rect" id="node38" href="../../d5/d05/andna_8h.html#a278c2e4e68b10357f59f3edbaa9bf7de" title="andna_check_counter" alt="" coords="759,807,908,836"/><area shape="rect" id="node45" href="../../d5/d05/andna_8h.html#a1ce60180d15ab89d473eb45928ee6ee5" title="andna_resolve_hash" alt="" coords="763,1236,904,1265"/><area shape="rect" id="node55" href="../../d5/d05/andna_8h.html#a9f9606b7d11bf10088542d80e6aac805" title="andna_reverse_resolve" alt="" coords="756,1316,911,1345"/><area shape="rect" id="node59" href="../../d5/d05/andna_8h.html#a44e3e539ab14f207121225a8f649acf8" title="andna_recv_rev_resolve_rq" alt="" coords="960,540,1141,569"/><area shape="rect" id="node62" href="../../d5/d05/andna_8h.html#a176509d35d2405f8416d22b7defd2081" title="get_single_andna_c" alt="" coords="765,860,901,889"/><area shape="rect" id="node71" href="../../d5/d05/andna_8h.html#a518d5d1d638386131f4e1ca4b5e2edb6" title="put_single_acache" alt="" coords="985,593,1116,623"/><area shape="rect" id="node74" href="../../d4/d18/andna_8c.html#a75826b3a2a955fdd50d081ac17e0abe8" title="get_andna_cache" alt="" coords="772,1017,895,1047"/><area shape="rect" id="node79" href="../../d5/d05/andna_8h.html#a288580e9a1dfc745225f740d4afb9f6d" title="put_andna_cache" alt="" coords="772,492,895,521"/><area shape="rect" id="node82" href="../../d4/d18/andna_8c.html#a3148136f16559910186e2e0f253a5981" title="get_counter_cache" alt="" coords="768,964,899,993"/><area shape="rect" id="node85" href="../../d5/d05/andna_8h.html#a2196e258ccd91d09ad736705e25b59ce" title="put_counter_cache" alt="" coords="768,545,899,575"/><area shape="rect" id="node88" href="../../d0/d51/daemon_8h.html#a6bfa338bfc8ec41ee95e77a666e26114" title="tcp_daemon" alt="" coords="1004,929,1097,959"/><area shape="rect" id="node92" href="../../d6/d34/hook_8h.html#aa99944b9d6345e33be0bf1c850380228" title="put_ext_map" alt="" coords="785,385,881,415"/><area shape="rect" id="node95" href="../../d6/d34/hook_8h.html#ab08a91850a188145dc3f039300aeca8b" title="put_int_map" alt="" coords="787,439,880,468"/><area shape="rect" id="node98" href="../../d6/d34/hook_8h.html#a63187dcc3bfeb1895aed9385c06ed714" title="put_bnode_map" alt="" coords="776,172,891,201"/><area shape="rect" id="node101" href="../../d3/dc7/hook_8c.html#acb511717802de00a8566330c97afeb96" title="put_internet_gws" alt="" coords="773,332,893,361"/><area shape="rect" id="node104" href="../../d5/d89/pkts_8h.html#a9705190f4cb9031da8070644993515d5" title="forward_pkt" alt="" coords="788,753,879,783"/><area shape="rect" id="node112" href="../../d5/d89/pkts_8h.html#ad386f9f8ac111df2a8d5a5e9912013ca" title="pkt_err" alt="" coords="803,700,864,729"/><area shape="rect" id="node123" href="../../d3/df5/radar_8h.html#a8424d1822303af54c7e25160800cf7d8" title="rnl_send_rq" alt="" coords="789,1447,877,1476"/><area shape="rect" id="node131" href="../../d3/df5/radar_8h.html#a3d46b80b3ad27f86a02c0586617f18cc" title="radar_scan" alt="" coords="791,225,876,255"/><area shape="rect" id="node133" href="../../d3/df5/radar_8h.html#a7a73bfef9b57006bbe0327107e991c74" title="radard" alt="" coords="804,279,863,308"/><area shape="rect" id="node28" href="../../d4/d18/andna_8c.html#abac5b6d2df2140ec17abb62d9ce8cbbc" title="andna_min_update_retry" alt="" coords="969,1105,1132,1135"/><area shape="rect" id="node30" href="../../d5/d05/andna_8h.html#a22751676386bfd17dd30f88528ee0f12" title="andna_update_hnames" alt="" coords="1191,1132,1345,1161"/><area shape="rect" id="node33" href="../../d5/d05/andna_8h.html#ac5e2e3a07b8b99edbc9501aae6e5b1ff" title="andna_maintain_hnames\l_active" alt="" coords="968,1035,1133,1082"/><area shape="rect" id="node35" href="../../d5/d05/andna_8h.html#ae8a0abdfc416da1b04dafe5c30fb14c3" title="andna_main" alt="" coords="1223,981,1313,1011"/><area shape="rect" id="node40" href="../../d5/d05/andna_8h.html#a5da3518ba270f03f8d087c3c1cb25115" title="andna_recv_reg_rq" alt="" coords="985,807,1116,836"/><area shape="rect" id="node42" href="../../d5/d05/andna_8h.html#aa7b53282a673cbc82c998a3cf4e5aff2" title="andna_init" alt="" coords="1228,647,1308,676"/><area shape="rect" id="node47" href="../../d5/d05/andna_8h.html#aa3b87d2348a3a7cdb6e2d95c66fdfb6f" title="andna_resolve_hname" alt="" coords="975,1209,1127,1239"/><area shape="rect" id="node51" href="../../dd/dd9/andns_8h.html#a77c1322dbf52a1bacabe97028c9ce8d2" title="nk_rslv" alt="" coords="1019,1316,1083,1345"/><area shape="rect" id="node53" href="../../d1/dd5/andns__snsd_8h.html#a5f5ed255a4e4e2604045525ee8acb7fb" title="snsd_main_ip" alt="" coords="1000,1263,1101,1292"/><area shape="rect" id="node49" href="../../dd/dd9/andns_8h.html#a81431a7e5716758c3bbefd17f8e68898" title="inet_rslv" alt="" coords="1233,1264,1303,1293"/><area shape="rect" id="node65" href="../../d5/d05/andna_8h.html#a8aab86a04409ff7c8baef00863464621" title="andna_recv_resolve_rq" alt="" coords="973,753,1128,783"/><area shape="rect" id="node68" href="../../d5/d05/andna_8h.html#a7cb15ea6895d12e1dc8b334360de6819" title="recv_spread_single\l_acache" alt="" coords="984,859,1117,906"/><area shape="rect" id="node76" href="../../d5/d05/andna_8h.html#a533e80474668ec6d63b4e5302b910a6c" title="andna_hook" alt="" coords="1005,983,1096,1012"/><area shape="rect" id="node107" href="../../d5/d05/andna_8h.html#aaa787887419437e0bca8efae5cd88aaf" title="andna_recv_check_counter" alt="" coords="960,700,1141,729"/><area shape="rect" id="node121" href="../../d5/d89/pkts_8h.html#ad72bbdba1c2025145f30bba79981c11d" title="pkt_exec" alt="" coords="1013,647,1088,676"/><area shape="rect" id="node125" href="../../d3/dc7/hook_8c.html#a13ba2bdeee0139a4e9cc749296099be2" title="get_free_nodes" alt="" coords="996,1420,1105,1449"/><area shape="rect" id="node127" href="../../d3/dc7/hook_8c.html#a2dba643d9fbb3c9ce179b936a5190f59" title="get_qspn_round" alt="" coords="993,1473,1108,1503"/><area shape="rect" id="node129" href="../../d3/dc7/hook_8c.html#a5f70bb451547d6e6fa8d4584bfcb6446" title="get_ext_map" alt="" coords="1003,1527,1099,1556"/></map>
</div>
</p>
</div>
</div>
<a class="anchor" id="aa65a7052b4c6746a997c4e3743f14fbe"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">ssize_t inet_sendto_timeout </td>
<td>(</td>
<td class="paramtype">int&#160;</td>
<td class="paramname"><em>s</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">const void *&#160;</td>
<td class="paramname"><em>msg</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">size_t&#160;</td>
<td class="paramname"><em>len</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">int&#160;</td>
<td class="paramname"><em>flags</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">const struct sockaddr *&#160;</td>
<td class="paramname"><em>to</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype"><a class="el" href="../../d7/d61/libip4tc_8c.html#aae83a93236e01902b58ec3f197a17f7c">socklen_t</a>&#160;</td>
<td class="paramname"><em>tolen</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">u_int&#160;</td>
<td class="paramname"><em>timeout</em>&#160;</td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td>
</tr>
</table>
</div><div class="memdoc">
<p><div class="dynheader">
Here is the call graph for this function:</div>
<div class="dyncontent">
<div class="center"><img src="../../da/d89/inet_8c_aa65a7052b4c6746a997c4e3743f14fbe_cgraph.png" border="0" usemap="#da/d89/inet_8c_aa65a7052b4c6746a997c4e3743f14fbe_cgraph" alt=""/></div>
<map name="da/d89/inet_8c_aa65a7052b4c6746a997c4e3743f14fbe_cgraph" id="da/d89/inet_8c_aa65a7052b4c6746a997c4e3743f14fbe_cgraph">
<area shape="rect" id="node3" href="../../d7/df8/log_8c.html#ac33c8a42a58a6379397850b60be22028" title="error" alt="" coords="331,6,379,36"/><area shape="rect" id="node7" href="../../da/d89/inet_8c.html#af7e76f47a0583d67182cdf5bbb4dd22a" title="inet_sendto" alt="" coords="193,44,281,73"/><area shape="rect" id="node5" href="../../d7/df8/log_8c.html#a3bd4b0345d9f0035edbe68f3795319de" title="print_log" alt="" coords="428,6,497,36"/></map>
</div>
</p>
<p><div class="dynheader">
Here is the caller graph for this function:</div>
<div class="dyncontent">
<div class="center"><img src="../../da/d89/inet_8c_aa65a7052b4c6746a997c4e3743f14fbe_icgraph.png" border="0" usemap="#da/d89/inet_8c_aa65a7052b4c6746a997c4e3743f14fbe_icgraph" alt=""/></div>
<map name="da/d89/inet_8c_aa65a7052b4c6746a997c4e3743f14fbe_icgraph" id="da/d89/inet_8c_aa65a7052b4c6746a997c4e3743f14fbe_icgraph">
<area shape="rect" id="node3" href="../../d5/d89/pkts_8h.html#aa27d4dfa0f7d6c8ee64399780800ae1f" title="pkt_send" alt="" coords="192,57,267,87"/><area shape="rect" id="node5" href="../../d6/d34/hook_8h.html#a7da6546e5822e282b57e5aee17e0c80c" title="put_free_nodes" alt="" coords="719,204,828,233"/><area shape="rect" id="node13" href="../../d6/d34/hook_8h.html#a14eec030eb6098fc9cc4a8609b19bd00" title="put_qspn_round" alt="" coords="315,5,429,35"/><area shape="rect" id="node16" href="../../d5/d89/pkts_8h.html#add26b86f4b7d350021c4a96e6db6ce6c" title="send_rq" alt="" coords="339,615,405,644"/><area shape="rect" id="node7" href="../../d6/d34/hook_8h.html#af541d5ab5dd6596b12342140f4094dee" title="hook_init" alt="" coords="953,204,1028,233"/><area shape="rect" id="node9" href="../../d4/d3b/netsukuku_8c.html#a110d67ecacf72375eea84dc00338030c" title="init_netsukuku" alt="" coords="1117,588,1224,617"/><area shape="rect" id="node11" href="../../d9/d88/ntkresolv_8h.html#a3c04138a5bfe5d72780bb7e82a18e627" title="main" alt="" coords="1272,849,1323,879"/><area shape="rect" id="node18" href="../../d5/d05/andna_8h.html#a47f535bfa2b7403ded9d8b4a7c19d27d" title="andna_register_hname" alt="" coords="480,1016,632,1045"/><area shape="rect" id="node30" href="../../d5/d05/andna_8h.html#a278c2e4e68b10357f59f3edbaa9bf7de" title="andna_check_counter" alt="" coords="481,483,631,512"/><area shape="rect" id="node37" href="../../d5/d05/andna_8h.html#a1ce60180d15ab89d473eb45928ee6ee5" title="andna_resolve_hash" alt="" coords="485,1207,627,1236"/><area shape="rect" id="node47" href="../../d5/d05/andna_8h.html#a9f9606b7d11bf10088542d80e6aac805" title="andna_reverse_resolve" alt="" coords="479,1128,633,1157"/><area shape="rect" id="node51" href="../../d5/d05/andna_8h.html#a44e3e539ab14f207121225a8f649acf8" title="andna_recv_rev_resolve_rq" alt="" coords="683,695,864,724"/><area shape="rect" id="node54" href="../../d5/d05/andna_8h.html#a176509d35d2405f8416d22b7defd2081" title="get_single_andna_c" alt="" coords="488,429,624,459"/><area shape="rect" id="node63" href="../../d5/d05/andna_8h.html#a518d5d1d638386131f4e1ca4b5e2edb6" title="put_single_acache" alt="" coords="708,641,839,671"/><area shape="rect" id="node66" href="../../d4/d18/andna_8c.html#a75826b3a2a955fdd50d081ac17e0abe8" title="get_andna_cache" alt="" coords="495,955,617,984"/><area shape="rect" id="node71" href="../../d5/d05/andna_8h.html#a288580e9a1dfc745225f740d4afb9f6d" title="put_andna_cache" alt="" coords="495,744,617,773"/><area shape="rect" id="node74" href="../../d4/d18/andna_8c.html#a3148136f16559910186e2e0f253a5981" title="get_counter_cache" alt="" coords="491,901,621,931"/><area shape="rect" id="node77" href="../../d5/d05/andna_8h.html#a2196e258ccd91d09ad736705e25b59ce" title="put_counter_cache" alt="" coords="491,797,621,827"/><area shape="rect" id="node80" href="../../d0/d51/daemon_8h.html#a6bfa338bfc8ec41ee95e77a666e26114" title="tcp_daemon" alt="" coords="727,849,820,879"/><area shape="rect" id="node84" href="../../d6/d34/hook_8h.html#aa99944b9d6345e33be0bf1c850380228" title="put_ext_map" alt="" coords="508,109,604,139"/><area shape="rect" id="node87" href="../../d6/d34/hook_8h.html#ab08a91850a188145dc3f039300aeca8b" title="put_int_map" alt="" coords="509,269,603,299"/><area shape="rect" id="node90" href="../../d6/d34/hook_8h.html#a63187dcc3bfeb1895aed9385c06ed714" title="put_bnode_map" alt="" coords="499,323,613,352"/><area shape="rect" id="node93" href="../../d3/dc7/hook_8c.html#acb511717802de00a8566330c97afeb96" title="put_internet_gws" alt="" coords="496,376,616,405"/><area shape="rect" id="node96" href="../../d5/d89/pkts_8h.html#a9705190f4cb9031da8070644993515d5" title="forward_pkt" alt="" coords="511,536,601,565"/><area shape="rect" id="node104" href="../../d5/d89/pkts_8h.html#ad386f9f8ac111df2a8d5a5e9912013ca" title="pkt_err" alt="" coords="525,589,587,619"/><area shape="rect" id="node115" href="../../d3/df5/radar_8h.html#a8424d1822303af54c7e25160800cf7d8" title="rnl_send_rq" alt="" coords="512,1447,600,1476"/><area shape="rect" id="node129" href="../../d3/df5/radar_8h.html#a3d46b80b3ad27f86a02c0586617f18cc" title="radar_scan" alt="" coords="513,163,599,192"/><area shape="rect" id="node131" href="../../d3/df5/radar_8h.html#a7a73bfef9b57006bbe0327107e991c74" title="radard" alt="" coords="527,216,585,245"/><area shape="rect" id="node20" href="../../d4/d18/andna_8c.html#abac5b6d2df2140ec17abb62d9ce8cbbc" title="andna_min_update_retry" alt="" coords="692,1076,855,1105"/><area shape="rect" id="node22" href="../../d5/d05/andna_8h.html#a22751676386bfd17dd30f88528ee0f12" title="andna_update_hnames" alt="" coords="913,1051,1068,1080"/><area shape="rect" id="node25" href="../../d5/d05/andna_8h.html#ac5e2e3a07b8b99edbc9501aae6e5b1ff" title="andna_maintain_hnames\l_active" alt="" coords="691,955,856,1002"/><area shape="rect" id="node27" href="../../d5/d05/andna_8h.html#ae8a0abdfc416da1b04dafe5c30fb14c3" title="andna_main" alt="" coords="945,901,1036,931"/><area shape="rect" id="node32" href="../../d5/d05/andna_8h.html#a5da3518ba270f03f8d087c3c1cb25115" title="andna_recv_reg_rq" alt="" coords="708,428,839,457"/><area shape="rect" id="node34" href="../../d5/d05/andna_8h.html#aa7b53282a673cbc82c998a3cf4e5aff2" title="andna_init" alt="" coords="951,588,1031,617"/><area shape="rect" id="node39" href="../../d5/d05/andna_8h.html#aa3b87d2348a3a7cdb6e2d95c66fdfb6f" title="andna_resolve_hname" alt="" coords="697,1233,849,1263"/><area shape="rect" id="node43" href="../../dd/dd9/andns_8h.html#a77c1322dbf52a1bacabe97028c9ce8d2" title="nk_rslv" alt="" coords="741,1180,805,1209"/><area shape="rect" id="node45" href="../../d1/dd5/andns__snsd_8h.html#a5f5ed255a4e4e2604045525ee8acb7fb" title="snsd_main_ip" alt="" coords="723,1287,824,1316"/><area shape="rect" id="node41" href="../../dd/dd9/andns_8h.html#a81431a7e5716758c3bbefd17f8e68898" title="inet_rslv" alt="" coords="956,1156,1025,1185"/><area shape="rect" id="node57" href="../../d5/d05/andna_8h.html#a8aab86a04409ff7c8baef00863464621" title="andna_recv_resolve_rq" alt="" coords="696,481,851,511"/><area shape="rect" id="node60" href="../../d5/d05/andna_8h.html#a7cb15ea6895d12e1dc8b334360de6819" title="recv_spread_single\l_acache" alt="" coords="707,358,840,405"/><area shape="rect" id="node68" href="../../d5/d05/andna_8h.html#a533e80474668ec6d63b4e5302b910a6c" title="andna_hook" alt="" coords="728,903,819,932"/><area shape="rect" id="node99" href="../../d5/d05/andna_8h.html#aaa787887419437e0bca8efae5cd88aaf" title="andna_recv_check_counter" alt="" coords="683,535,864,564"/><area shape="rect" id="node113" href="../../d5/d89/pkts_8h.html#ad72bbdba1c2025145f30bba79981c11d" title="pkt_exec" alt="" coords="736,588,811,617"/><area shape="rect" id="node117" href="../../d3/dc7/hook_8c.html#a13ba2bdeee0139a4e9cc749296099be2" title="get_free_nodes" alt="" coords="719,1340,828,1369"/><area shape="rect" id="node119" href="../../d3/dc7/hook_8c.html#a2dba643d9fbb3c9ce179b936a5190f59" title="get_qspn_round" alt="" coords="716,1393,831,1423"/><area shape="rect" id="node121" href="../../d3/dc7/hook_8c.html#a5f70bb451547d6e6fa8d4584bfcb6446" title="get_ext_map" alt="" coords="725,1447,821,1476"/><area shape="rect" id="node123" href="../../d3/dc7/hook_8c.html#a68ce15d13d0063d2670f1f75941d4d41" title="get_int_map" alt="" coords="727,1500,820,1529"/><area shape="rect" id="node125" href="../../d3/dc7/hook_8c.html#ab5fcc9e0c459e229bee016a7698e08ee" title="get_bnode_map" alt="" coords="716,1553,831,1583"/><area shape="rect" id="node127" href="../../d3/dc7/hook_8c.html#a8fe66445249fb1a1e2890250919bf67e" title="get_internet_gws" alt="" coords="713,1607,833,1636"/></map>
</div>
</p>
</div>
</div>
<a class="anchor" id="ac0a02d49e9909bae32638e61ce18be9f"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">int inet_setip </td>
<td>(</td>
<td class="paramtype"><a class="el" href="../../da/d1d/structinet__prefix.html">inet_prefix</a> *&#160;</td>
<td class="paramname"><em>ip</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">u_int *&#160;</td>
<td class="paramname"><em>data</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">int&#160;</td>
<td class="paramname"><em>family</em>&#160;</td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td>
</tr>
</table>
</div><div class="memdoc">
<p><div class="dynheader">
Here is the call graph for this function:</div>
<div class="dyncontent">
<div class="center"><img src="../../da/d89/inet_8c_ac0a02d49e9909bae32638e61ce18be9f_cgraph.png" border="0" usemap="#da/d89/inet_8c_ac0a02d49e9909bae32638e61ce18be9f_cgraph" alt=""/></div>
<map name="da/d89/inet_8c_ac0a02d49e9909bae32638e61ce18be9f_cgraph" id="da/d89/inet_8c_ac0a02d49e9909bae32638e61ce18be9f_cgraph">
<area shape="rect" id="node3" href="../../da/d89/inet_8c.html#a9c6d94fc49adc3223bb0df762343784d" title="inet_setip_raw" alt="" coords="133,59,240,88"/><area shape="rect" id="node11" href="../../da/d89/inet_8c.html#a385963363f8d2ee7012a4c919b9b7b80" title="inet_ntohl" alt="" coords="148,112,225,141"/><area shape="rect" id="node5" href="../../d7/df8/log_8c.html#a677da14e8c4326bde43622f233f1ead3" title="fatal" alt="" coords="307,59,352,88"/><area shape="rect" id="node7" href="../../d7/df8/log_8c.html#a3bd4b0345d9f0035edbe68f3795319de" title="print_log" alt="" coords="435,5,504,35"/><area shape="rect" id="node9" href="../../d7/df8/log_8c.html#a32f684e2d9d47ca24806b88e58498931" title="close_log_file" alt="" coords="419,59,520,88"/><area shape="rect" id="node13" href="../../d0/ddb/misc_8c.html#a7b5a2df1e2b36c954653fd3e786a5405" title="swap_ints" alt="" coords="289,112,369,141"/><area shape="rect" id="node15" href="../../d0/ddb/misc_8c.html#acb6548d316f7cd3f28e77c2bd4eb3e33" title="swap_array" alt="" coords="425,112,513,141"/></map>
</div>
</p>
<p><div class="dynheader">
Here is the caller graph for this function:</div>
<div class="dyncontent">
<div class="center"><img src="../../da/d89/inet_8c_ac0a02d49e9909bae32638e61ce18be9f_icgraph.png" border="0" usemap="#da/d89/inet_8c_ac0a02d49e9909bae32638e61ce18be9f_icgraph" alt=""/></div>
<map name="da/d89/inet_8c_ac0a02d49e9909bae32638e61ce18be9f_icgraph" id="da/d89/inet_8c_ac0a02d49e9909bae32638e61ce18be9f_icgraph">
<area shape="rect" id="node3" href="../../d4/d18/andna_8c.html#a6114eeecf073e71b67aed8e268a8d1b6" title="find_hash_gnode" alt="" coords="149,265,269,295"/><area shape="rect" id="node14" href="../../d5/d05/andna_8h.html#a5da3518ba270f03f8d087c3c1cb25115" title="andna_recv_reg_rq" alt="" coords="581,244,712,273"/><area shape="rect" id="node21" href="../../d5/d05/andna_8h.html#aaa787887419437e0bca8efae5cd88aaf" title="andna_recv_check_counter" alt="" coords="333,5,515,35"/><area shape="rect" id="node34" href="../../d5/d05/andna_8h.html#a8aab86a04409ff7c8baef00863464621" title="andna_recv_resolve_rq" alt="" coords="569,121,724,151"/><area shape="rect" id="node44" href="../../d5/d05/andna_8h.html#a518d5d1d638386131f4e1ca4b5e2edb6" title="put_single_acache" alt="" coords="359,59,489,88"/><area shape="rect" id="node51" href="../../d7/d3b/gmap_8h.html#ab9b8447a87c9c09e24de89e12d5f5387" title="random_ip" alt="" coords="168,801,251,831"/><area shape="rect" id="node59" href="../../d3/dc7/hook_8c.html#a28a07806c68a70c5b38edc3d945f4b48" title="verify_free_nodes_hdr" alt="" coords="135,685,284,715"/><area shape="rect" id="node63" href="../../d3/dc7/hook_8c.html#a121f2311c11a2ea89f57e07d064f33b9" title="hook_get_free_nodes" alt="" coords="573,737,720,767"/><area shape="rect" id="node67" href="../../dc/d8d/if_8h.html#a1780e54c46c637939eed303c41996194" title="get_dev_ip" alt="" coords="381,1253,467,1283"/><area shape="rect" id="node71" href="../../da/dd7/igs_8h.html#a51d86ef21953a6f2d0231b9c83701ce6" title="igw_replace_def_igws" alt="" coords="572,993,721,1023"/><area shape="rect" id="node82" href="../../d6/d4a/inet_8h.html#a506ae02de352f1e470295f64ba3bd0da" title="inet_setip_bcast" alt="" coords="151,879,268,908"/><area shape="rect" id="node87" href="../../d6/d4a/inet_8h.html#addb0c4631b9f6d90718cddc6d8f04469" title="inet_setip_anyaddr" alt="" coords="144,1045,275,1075"/><area shape="rect" id="node100" href="../../d6/d4a/inet_8h.html#a2d7b2294f3077b12e2a70e0a480588ac" title="inet_setip_loopback" alt="" coords="141,1307,277,1336"/><area shape="rect" id="node102" href="../../d6/d4a/inet_8h.html#a7b648d12a6ba304537ac987a5c55d696" title="str_to_inet" alt="" coords="168,605,251,635"/><area shape="rect" id="node109" href="../../d6/d4a/inet_8h.html#a16c8d2dac83a014ea3035178a3771340" title="sockaddr_to_inet" alt="" coords="149,1253,269,1283"/><area shape="rect" id="node118" href="../../d8/d91/krnl__route_8c.html#a3c6704dfaee952428fb117f3874cb721" title="route_get_gw" alt="" coords="160,1112,259,1141"/><area shape="rect" id="node123" href="../../d9/d7f/route_8h.html#ac2afa651103ffead347ddc17615d69ad" title="rt_del_loopback_net" alt="" coords="140,1360,279,1389"/><area shape="rect" id="node5" href="../../d5/d05/andna_8h.html#a47f535bfa2b7403ded9d8b4a7c19d27d" title="andna_register_hname" alt="" coords="348,421,500,451"/><area shape="rect" id="node18" href="../../d5/d05/andna_8h.html#a278c2e4e68b10357f59f3edbaa9bf7de" title="andna_check_counter" alt="" coords="349,317,499,347"/><area shape="rect" id="node24" href="../../d5/d05/andna_8h.html#a1ce60180d15ab89d473eb45928ee6ee5" title="andna_resolve_hash" alt="" coords="353,475,495,504"/><area shape="rect" id="node37" href="../../d5/d05/andna_8h.html#a176509d35d2405f8416d22b7defd2081" title="get_single_andna_c" alt="" coords="356,213,492,243"/><area shape="rect" id="node7" href="../../d4/d18/andna_8c.html#abac5b6d2df2140ec17abb62d9ce8cbbc" title="andna_min_update_retry" alt="" coords="565,367,728,396"/><area shape="rect" id="node9" href="../../d5/d05/andna_8h.html#a22751676386bfd17dd30f88528ee0f12" title="andna_update_hnames" alt="" coords="780,393,935,423"/><area shape="rect" id="node12" href="../../d5/d05/andna_8h.html#ac5e2e3a07b8b99edbc9501aae6e5b1ff" title="andna_maintain_hnames\l_active" alt="" coords="564,297,729,343"/><area shape="rect" id="node16" href="../../d5/d05/andna_8h.html#aa7b53282a673cbc82c998a3cf4e5aff2" title="andna_init" alt="" coords="817,121,897,151"/><area shape="rect" id="node26" href="../../d5/d05/andna_8h.html#aa3b87d2348a3a7cdb6e2d95c66fdfb6f" title="andna_resolve_hname" alt="" coords="571,471,723,500"/><area shape="rect" id="node30" href="../../dd/dd9/andns_8h.html#a77c1322dbf52a1bacabe97028c9ce8d2" title="nk_rslv" alt="" coords="615,577,679,607"/><area shape="rect" id="node32" href="../../d1/dd5/andns__snsd_8h.html#a5f5ed255a4e4e2604045525ee8acb7fb" title="snsd_main_ip" alt="" coords="596,524,697,553"/><area shape="rect" id="node28" href="../../dd/dd9/andns_8h.html#a81431a7e5716758c3bbefd17f8e68898" title="inet_rslv" alt="" coords="823,551,892,580"/><area shape="rect" id="node41" href="../../d5/d05/andna_8h.html#a7cb15ea6895d12e1dc8b334360de6819" title="recv_spread_single\l_acache" alt="" coords="580,174,713,221"/><area shape="rect" id="node53" href="../../d6/d34/hook_8h.html#ab49323f81163c48f70eacb3bd5a5eec4" title="create_gnodes" alt="" coords="371,789,477,819"/><area shape="rect" id="node55" href="../../d3/dc7/hook_8c.html#a9c2f57416bf3788157e15a1d889cca5e" title="hook_choose_new_ip" alt="" coords="784,840,931,869"/><area shape="rect" id="node57" href="../../d6/d34/hook_8h.html#af10a487801fab9a28a3cfb6759fe138f" title="netsukuku_hook" alt="" coords="984,840,1101,869"/><area shape="rect" id="node61" href="../../d3/dc7/hook_8c.html#a13ba2bdeee0139a4e9cc749296099be2" title="get_free_nodes" alt="" coords="369,685,479,715"/><area shape="rect" id="node69" href="../../da/dd7/igs_8h.html#a184ab033bb2e2c1f856df5430ba87a80" title="init_internet_gateway\l_search" alt="" coords="785,1123,929,1170"/><area shape="rect" id="node73" href="../../d3/dc7/hook_8c.html#a5e32a215ed05b1ef1f870ce105f67640" title="hook_finish" alt="" coords="813,893,901,923"/><area shape="rect" id="node76" href="../../da/dd7/igs_8h.html#ac87ed2fc7a66e73c5fef763321862295" title="igw_monitor_igws_t" alt="" coords="789,1000,925,1029"/><area shape="rect" id="node78" href="../../da/dd7/igs_8h.html#a68583c93468fa447635d641f93b040ce" title="igw_store_bblock" alt="" coords="796,1053,919,1083"/><area shape="rect" id="node80" href="../../db/de6/qspn_8c.html#aaf014079dd9e527ab38f3b21c547489b" title="qspn_remove_deads" alt="" coords="787,947,928,976"/><area shape="rect" id="node84" href="../../d3/df5/radar_8h.html#a3d46b80b3ad27f86a02c0586617f18cc" title="radar_scan" alt="" coords="604,893,689,923"/><area shape="rect" id="node90" href="../../d9/d7f/route_8h.html#a9ba09874404dffc38c8afaa32767fcef" title="rt_get_default_gw" alt="" coords="584,1151,709,1180"/><area shape="rect" id="node93" href="../../d9/d7f/route_8h.html#ad7ad0bfacbed70c9cc07e6852a76dd5f" title="rt_replace_def_gw" alt="" coords="583,1097,711,1127"/><area shape="rect" id="node96" href="../../d9/d7f/route_8h.html#a321696b0a25614c931825d30a4fe4123" title="rt_delete_def_gw" alt="" coords="364,1045,484,1075"/><area shape="rect" id="node104" href="../../d7/d74/andna__cache_8h.html#ae30431f21d44516e3c006ae361578d9c" title="load_snsd" alt="" coords="384,632,464,661"/><area shape="rect" id="node107" href="../../da/dd7/igs_8h.html#a016c3a34a9dc7add88dd0bce88440e05" title="str_to_inet_gw" alt="" coords="371,528,477,557"/><area shape="rect" id="node111" href="../../d0/d51/daemon_8h.html#a6bfa338bfc8ec41ee95e77a666e26114" title="tcp_daemon" alt="" coords="377,1360,471,1389"/><area shape="rect" id="node114" href="../../d6/d4a/inet_8h.html#a44c5821edfbfaab89efae40fe8751963" title="inet_getpeername" alt="" coords="361,1413,487,1443"/><area shape="rect" id="node116" href="../../df/d05/pkts_8c.html#a1179aed21beeb7c21f762c4db1d54b83" title="pkt_recv_udp" alt="" coords="375,1307,473,1336"/><area shape="rect" id="node120" href="../../d7/d0e/krnl__route_8h.html#a4661441ab0b3c68d4525262a39b79c87" title="route_get_exact_prefix_dst" alt="" coords="335,1200,513,1229"/></map>
</div>
</p>
</div>
</div>
<a class="anchor" id="addb0c4631b9f6d90718cddc6d8f04469"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">int inet_setip_anyaddr </td>
<td>(</td>
<td class="paramtype"><a class="el" href="../../da/d1d/structinet__prefix.html">inet_prefix</a> *&#160;</td>
<td class="paramname"><em>ip</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">int&#160;</td>
<td class="paramname"><em>family</em>&#160;</td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td>
</tr>
</table>
</div><div class="memdoc">
<p><div class="dynheader">
Here is the call graph for this function:</div>
<div class="dyncontent">
<div class="center"><img src="../../da/d89/inet_8c_addb0c4631b9f6d90718cddc6d8f04469_cgraph.png" border="0" usemap="#da/d89/inet_8c_addb0c4631b9f6d90718cddc6d8f04469_cgraph" alt=""/></div>
<map name="da/d89/inet_8c_addb0c4631b9f6d90718cddc6d8f04469_cgraph" id="da/d89/inet_8c_addb0c4631b9f6d90718cddc6d8f04469_cgraph">
<area shape="rect" id="node3" href="../../da/d89/inet_8c.html#ac0a02d49e9909bae32638e61ce18be9f" title="inet_setip" alt="" coords="185,59,263,88"/><area shape="rect" id="node7" href="../../d7/df8/log_8c.html#a677da14e8c4326bde43622f233f1ead3" title="fatal" alt="" coords="485,97,531,127"/><area shape="rect" id="node5" href="../../da/d89/inet_8c.html#a9c6d94fc49adc3223bb0df762343784d" title="inet_setip_raw" alt="" coords="312,59,419,88"/><area shape="rect" id="node13" href="../../da/d89/inet_8c.html#a385963363f8d2ee7012a4c919b9b7b80" title="inet_ntohl" alt="" coords="327,5,404,35"/><area shape="rect" id="node9" href="../../d7/df8/log_8c.html#a3bd4b0345d9f0035edbe68f3795319de" title="print_log" alt="" coords="613,84,683,113"/><area shape="rect" id="node11" href="../../d7/df8/log_8c.html#a32f684e2d9d47ca24806b88e58498931" title="close_log_file" alt="" coords="597,137,699,167"/><area shape="rect" id="node15" href="../../d0/ddb/misc_8c.html#a7b5a2df1e2b36c954653fd3e786a5405" title="swap_ints" alt="" coords="468,5,548,35"/><area shape="rect" id="node17" href="../../d0/ddb/misc_8c.html#acb6548d316f7cd3f28e77c2bd4eb3e33" title="swap_array" alt="" coords="604,5,692,35"/></map>
</div>
</p>
<p><div class="dynheader">
Here is the caller graph for this function:</div>
<div class="dyncontent">
<div class="center"><img src="../../da/d89/inet_8c_addb0c4631b9f6d90718cddc6d8f04469_icgraph.png" border="0" usemap="#da/d89/inet_8c_addb0c4631b9f6d90718cddc6d8f04469_icgraph" alt=""/></div>
<map name="da/d89/inet_8c_addb0c4631b9f6d90718cddc6d8f04469_icgraph" id="da/d89/inet_8c_addb0c4631b9f6d90718cddc6d8f04469_icgraph">
<area shape="rect" id="node3" href="../../da/dd7/igs_8h.html#a51d86ef21953a6f2d0231b9c83701ce6" title="igw_replace_def_igws" alt="" coords="363,200,512,229"/><area shape="rect" id="node61" href="../../d9/d7f/route_8h.html#a9ba09874404dffc38c8afaa32767fcef" title="rt_get_default_gw" alt="" coords="184,357,309,387"/><area shape="rect" id="node69" href="../../d9/d7f/route_8h.html#ad7ad0bfacbed70c9cc07e6852a76dd5f" title="rt_replace_def_gw" alt="" coords="373,304,501,333"/><area shape="rect" id="node72" href="../../d9/d7f/route_8h.html#a321696b0a25614c931825d30a4fe4123" title="rt_delete_def_gw" alt="" coords="187,252,307,281"/><area shape="rect" id="node5" href="../../d3/dc7/hook_8c.html#a5e32a215ed05b1ef1f870ce105f67640" title="hook_finish" alt="" coords="1469,200,1557,229"/><area shape="rect" id="node35" href="../../da/dd7/igs_8h.html#ac87ed2fc7a66e73c5fef763321862295" title="igw_monitor_igws_t" alt="" coords="1116,5,1252,35"/><area shape="rect" id="node38" href="../../da/dd7/igs_8h.html#a68583c93468fa447635d641f93b040ce" title="igw_store_bblock" alt="" coords="760,277,883,307"/><area shape="rect" id="node43" href="../../db/de6/qspn_8c.html#aaf014079dd9e527ab38f3b21c547489b" title="qspn_remove_deads" alt="" coords="568,148,709,177"/><area shape="rect" id="node7" href="../../d6/d34/hook_8h.html#af10a487801fab9a28a3cfb6759fe138f" title="netsukuku_hook" alt="" coords="1637,193,1755,223"/><area shape="rect" id="node9" href="../../d9/d88/ntkresolv_8h.html#a3c04138a5bfe5d72780bb7e82a18e627" title="main" alt="" coords="3075,104,3125,133"/><area shape="rect" id="node11" href="../../d2/d42/rehook_8h.html#ae6ae2d4b03e5a8cc1891cbf553ebb913" title="rehook" alt="" coords="1803,207,1864,236"/><area shape="rect" id="node13" href="../../df/dba/rehook_8c.html#aeb32663f186f840edf41bb43d1f82459" title="new_rehook_thread" alt="" coords="1913,207,2047,236"/><area shape="rect" id="node15" href="../../d2/d42/rehook_8h.html#acd9ab3b97734c31a06ae3dcf475a1b39" title="new_rehook" alt="" coords="2097,207,2188,236"/><area shape="rect" id="node17" href="../../d6/d62/tracer_8c.html#a8bab813b90267e0e25592821248d7158" title="tracer_check_node_collision" alt="" coords="2237,207,2424,236"/><area shape="rect" id="node19" href="../../da/db5/tracer_8h.html#a12c03f2eaa97e2c644dcdd892e0fa758" title="tracer_store_pkt" alt="" coords="2473,259,2588,288"/><area shape="rect" id="node21" href="../../d8/da0/qspn_8h.html#ab70abece99b6ae77b078ec100c35912a" title="qspn_close" alt="" coords="2649,205,2737,235"/><area shape="rect" id="node28" href="../../d8/da0/qspn_8h.html#a6df687dad6a64c0807fbfc105cf244c5" title="qspn_open" alt="" coords="2651,312,2736,341"/><area shape="rect" id="node31" href="../../da/db5/tracer_8h.html#ab53c5821a9d4215b3d5ba16fd95e8297" title="tracer_pkt_recv" alt="" coords="2637,259,2749,288"/><area shape="rect" id="node23" href="../../d8/da0/qspn_8h.html#a6c5c062e24ec079201aea53899af3e28" title="qspn_init" alt="" coords="2797,259,2872,288"/><area shape="rect" id="node25" href="../../d4/d3b/netsukuku_8c.html#a110d67ecacf72375eea84dc00338030c" title="init_netsukuku" alt="" coords="2920,259,3027,288"/><area shape="rect" id="node40" href="../../d6/d62/tracer_8c.html#a3a5faa1eb3192e2c783c87912f8c6251" title="tracer_store_bblock" alt="" coords="931,289,1067,319"/><area shape="rect" id="node45" href="../../d8/da0/qspn_8h.html#ab2f4bfac6bcea3379068bf4aab92e381" title="qspn_new_round" alt="" coords="761,148,881,177"/><area shape="rect" id="node47" href="../../d8/da0/qspn_8h.html#a0c2ef8efd5611e3ed71086a267af7915" title="qspn_send" alt="" coords="956,96,1041,125"/><area shape="rect" id="node49" href="../../d7/d02/radar_8c.html#ab10b73e523085803cf8a5863ed9994f9" title="radar_qspn_send_t" alt="" coords="1119,96,1249,125"/><area shape="rect" id="node51" href="../../d3/df5/radar_8h.html#a3d46b80b3ad27f86a02c0586617f18cc" title="radar_scan" alt="" coords="1303,96,1388,125"/><area shape="rect" id="node53" href="../../d3/dc7/hook_8c.html#a7503e6bf75bee5edba1dd37e8878911a" title="hook_first_radar_scan" alt="" coords="1439,96,1588,125"/><area shape="rect" id="node57" href="../../d3/df5/radar_8h.html#ac9d1b53d63e675b260906e91850b588c" title="radar_daemon" alt="" coords="1644,53,1748,83"/><area shape="rect" id="node63" href="../../da/dd7/igs_8h.html#a184ab033bb2e2c1f856df5430ba87a80" title="init_internet_gateway\l_search" alt="" coords="567,349,711,395"/><area shape="rect" id="node66" href="../../da/dd7/igs_8h.html#af0c6fb918f055c28c21d5a17fe02db09" title="igw_check_inet_conn_t" alt="" coords="359,357,516,387"/></map>
</div>
</p>
</div>
</div>
<a class="anchor" id="a506ae02de352f1e470295f64ba3bd0da"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">int inet_setip_bcast </td>
<td>(</td>
<td class="paramtype"><a class="el" href="../../da/d1d/structinet__prefix.html">inet_prefix</a> *&#160;</td>
<td class="paramname"><em>ip</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">int&#160;</td>
<td class="paramname"><em>family</em>&#160;</td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td>
</tr>
</table>
</div><div class="memdoc">
<p><div class="dynheader">
Here is the call graph for this function:</div>
<div class="dyncontent">
<div class="center"><img src="../../da/d89/inet_8c_a506ae02de352f1e470295f64ba3bd0da_cgraph.png" border="0" usemap="#da/d89/inet_8c_a506ae02de352f1e470295f64ba3bd0da_cgraph" alt=""/></div>
<map name="da/d89/inet_8c_a506ae02de352f1e470295f64ba3bd0da_cgraph" id="da/d89/inet_8c_a506ae02de352f1e470295f64ba3bd0da_cgraph">
<area shape="rect" id="node3" href="../../da/d89/inet_8c.html#ac0a02d49e9909bae32638e61ce18be9f" title="inet_setip" alt="" coords="172,59,249,88"/><area shape="rect" id="node7" href="../../d7/df8/log_8c.html#a677da14e8c4326bde43622f233f1ead3" title="fatal" alt="" coords="472,97,517,127"/><area shape="rect" id="node5" href="../../da/d89/inet_8c.html#a9c6d94fc49adc3223bb0df762343784d" title="inet_setip_raw" alt="" coords="299,59,405,88"/><area shape="rect" id="node13" href="../../da/d89/inet_8c.html#a385963363f8d2ee7012a4c919b9b7b80" title="inet_ntohl" alt="" coords="313,5,391,35"/><area shape="rect" id="node9" href="../../d7/df8/log_8c.html#a3bd4b0345d9f0035edbe68f3795319de" title="print_log" alt="" coords="600,84,669,113"/><area shape="rect" id="node11" href="../../d7/df8/log_8c.html#a32f684e2d9d47ca24806b88e58498931" title="close_log_file" alt="" coords="584,137,685,167"/><area shape="rect" id="node15" href="../../d0/ddb/misc_8c.html#a7b5a2df1e2b36c954653fd3e786a5405" title="swap_ints" alt="" coords="455,5,535,35"/><area shape="rect" id="node17" href="../../d0/ddb/misc_8c.html#acb6548d316f7cd3f28e77c2bd4eb3e33" title="swap_array" alt="" coords="591,5,679,35"/></map>
</div>
</p>
<p><div class="dynheader">
Here is the caller graph for this function:</div>
<div class="dyncontent">
<div class="center"><img src="../../da/d89/inet_8c_a506ae02de352f1e470295f64ba3bd0da_icgraph.png" border="0" usemap="#da/d89/inet_8c_a506ae02de352f1e470295f64ba3bd0da_icgraph" alt=""/></div>
<map name="da/d89/inet_8c_a506ae02de352f1e470295f64ba3bd0da_icgraph" id="da/d89/inet_8c_a506ae02de352f1e470295f64ba3bd0da_icgraph">
<area shape="rect" id="node3" href="../../d3/df5/radar_8h.html#a3d46b80b3ad27f86a02c0586617f18cc" title="radar_scan" alt="" coords="172,117,257,147"/><area shape="rect" id="node5" href="../../d3/dc7/hook_8c.html#a7503e6bf75bee5edba1dd37e8878911a" title="hook_first_radar_scan" alt="" coords="308,64,457,93"/><area shape="rect" id="node35" href="../../d3/dc7/hook_8c.html#a5e32a215ed05b1ef1f870ce105f67640" title="hook_finish" alt="" coords="339,117,427,147"/><area shape="rect" id="node38" href="../../d3/df5/radar_8h.html#ac9d1b53d63e675b260906e91850b588c" title="radar_daemon" alt="" coords="513,199,617,228"/><area shape="rect" id="node7" href="../../d6/d34/hook_8h.html#af10a487801fab9a28a3cfb6759fe138f" title="netsukuku_hook" alt="" coords="507,64,624,93"/><area shape="rect" id="node9" href="../../d9/d88/ntkresolv_8h.html#a3c04138a5bfe5d72780bb7e82a18e627" title="main" alt="" coords="1944,96,1995,125"/><area shape="rect" id="node11" href="../../d2/d42/rehook_8h.html#ae6ae2d4b03e5a8cc1891cbf553ebb913" title="rehook" alt="" coords="672,64,733,93"/><area shape="rect" id="node13" href="../../df/dba/rehook_8c.html#aeb32663f186f840edf41bb43d1f82459" title="new_rehook_thread" alt="" coords="783,64,916,93"/><area shape="rect" id="node15" href="../../d2/d42/rehook_8h.html#acd9ab3b97734c31a06ae3dcf475a1b39" title="new_rehook" alt="" coords="967,64,1057,93"/><area shape="rect" id="node17" href="../../d6/d62/tracer_8c.html#a8bab813b90267e0e25592821248d7158" title="tracer_check_node_collision" alt="" coords="1107,57,1293,87"/><area shape="rect" id="node19" href="../../da/db5/tracer_8h.html#a12c03f2eaa97e2c644dcdd892e0fa758" title="tracer_store_pkt" alt="" coords="1343,96,1457,125"/><area shape="rect" id="node21" href="../../d8/da0/qspn_8h.html#ab70abece99b6ae77b078ec100c35912a" title="qspn_close" alt="" coords="1519,43,1607,72"/><area shape="rect" id="node28" href="../../d8/da0/qspn_8h.html#a6df687dad6a64c0807fbfc105cf244c5" title="qspn_open" alt="" coords="1520,96,1605,125"/><area shape="rect" id="node31" href="../../da/db5/tracer_8h.html#ab53c5821a9d4215b3d5ba16fd95e8297" title="tracer_pkt_recv" alt="" coords="1507,149,1619,179"/><area shape="rect" id="node23" href="../../d8/da0/qspn_8h.html#a6c5c062e24ec079201aea53899af3e28" title="qspn_init" alt="" coords="1667,96,1741,125"/><area shape="rect" id="node25" href="../../d4/d3b/netsukuku_8c.html#a110d67ecacf72375eea84dc00338030c" title="init_netsukuku" alt="" coords="1789,96,1896,125"/></map>
</div>
</p>
</div>
</div>
<a class="anchor" id="a127c86b270c3bb41caa671ac207fd4c5"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">int inet_setip_localaddr </td>
<td>(</td>
<td class="paramtype"><a class="el" href="../../da/d1d/structinet__prefix.html">inet_prefix</a> *&#160;</td>
<td class="paramname"><em>ip</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">int&#160;</td>
<td class="paramname"><em>family</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">int&#160;</td>
<td class="paramname"><em>class</em>&#160;</td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td>
</tr>
</table>
</div><div class="memdoc">
<p><div class="dynheader">
Here is the call graph for this function:</div>
<div class="dyncontent">
<div class="center"><img src="../../da/d89/inet_8c_a127c86b270c3bb41caa671ac207fd4c5_cgraph.png" border="0" usemap="#da/d89/inet_8c_a127c86b270c3bb41caa671ac207fd4c5_cgraph" alt=""/></div>
<map name="da/d89/inet_8c_a127c86b270c3bb41caa671ac207fd4c5_cgraph" id="da/d89/inet_8c_a127c86b270c3bb41caa671ac207fd4c5_cgraph">
<area shape="rect" id="node3" href="../../d7/df8/log_8c.html#a677da14e8c4326bde43622f233f1ead3" title="fatal" alt="" coords="193,32,239,61"/><area shape="rect" id="node5" href="../../d7/df8/log_8c.html#a3bd4b0345d9f0035edbe68f3795319de" title="print_log" alt="" coords="304,5,373,35"/><area shape="rect" id="node7" href="../../d7/df8/log_8c.html#a32f684e2d9d47ca24806b88e58498931" title="close_log_file" alt="" coords="288,59,389,88"/></map>
</div>
</p>
<p><div class="dynheader">
Here is the caller graph for this function:</div>
<div class="dyncontent">
<div class="center"><img src="../../da/d89/inet_8c_a127c86b270c3bb41caa671ac207fd4c5_icgraph.png" border="0" usemap="#da/d89/inet_8c_a127c86b270c3bb41caa671ac207fd4c5_icgraph" alt=""/></div>
<map name="da/d89/inet_8c_a127c86b270c3bb41caa671ac207fd4c5_icgraph" id="da/d89/inet_8c_a127c86b270c3bb41caa671ac207fd4c5_icgraph">
<area shape="rect" id="node3" href="../../d6/d34/hook_8h.html#ab49323f81163c48f70eacb3bd5a5eec4" title="create_gnodes" alt="" coords="212,108,319,137"/><area shape="rect" id="node43" href="../../d3/dc7/hook_8c.html#a9c2f57416bf3788157e15a1d889cca5e" title="hook_choose_new_ip" alt="" coords="192,161,339,191"/><area shape="rect" id="node5" href="../../d3/dc7/hook_8c.html#acce6e668cf071bc363f3237daebc95d0" title="create_new_qgroup" alt="" coords="388,56,521,85"/><area shape="rect" id="node40" href="../../d3/dc7/hook_8c.html#a00d0f0c666be6f5b1d58632b4b5d222c" title="hook_get_ext_map" alt="" coords="389,109,520,139"/><area shape="rect" id="node7" href="../../d3/dc7/hook_8c.html#a7503e6bf75bee5edba1dd37e8878911a" title="hook_first_radar_scan" alt="" coords="572,5,721,35"/><area shape="rect" id="node37" href="../../d3/dc7/hook_8c.html#a121f2311c11a2ea89f57e07d064f33b9" title="hook_get_free_nodes" alt="" coords="573,59,720,88"/><area shape="rect" id="node9" href="../../d6/d34/hook_8h.html#af10a487801fab9a28a3cfb6759fe138f" title="netsukuku_hook" alt="" coords="771,85,888,115"/><area shape="rect" id="node11" href="../../d9/d88/ntkresolv_8h.html#a3c04138a5bfe5d72780bb7e82a18e627" title="main" alt="" coords="2208,72,2259,101"/><area shape="rect" id="node13" href="../../d2/d42/rehook_8h.html#ae6ae2d4b03e5a8cc1891cbf553ebb913" title="rehook" alt="" coords="936,111,997,140"/><area shape="rect" id="node15" href="../../df/dba/rehook_8c.html#aeb32663f186f840edf41bb43d1f82459" title="new_rehook_thread" alt="" coords="1047,112,1180,141"/><area shape="rect" id="node17" href="../../d2/d42/rehook_8h.html#acd9ab3b97734c31a06ae3dcf475a1b39" title="new_rehook" alt="" coords="1231,112,1321,141"/><area shape="rect" id="node19" href="../../d6/d62/tracer_8c.html#a8bab813b90267e0e25592821248d7158" title="tracer_check_node_collision" alt="" coords="1371,112,1557,141"/><area shape="rect" id="node21" href="../../da/db5/tracer_8h.html#a12c03f2eaa97e2c644dcdd892e0fa758" title="tracer_store_pkt" alt="" coords="1607,164,1721,193"/><area shape="rect" id="node23" href="../../d8/da0/qspn_8h.html#ab70abece99b6ae77b078ec100c35912a" title="qspn_close" alt="" coords="1783,111,1871,140"/><area shape="rect" id="node30" href="../../d8/da0/qspn_8h.html#a6df687dad6a64c0807fbfc105cf244c5" title="qspn_open" alt="" coords="1784,164,1869,193"/><area shape="rect" id="node33" href="../../da/db5/tracer_8h.html#ab53c5821a9d4215b3d5ba16fd95e8297" title="tracer_pkt_recv" alt="" coords="1771,217,1883,247"/><area shape="rect" id="node25" href="../../d8/da0/qspn_8h.html#a6c5c062e24ec079201aea53899af3e28" title="qspn_init" alt="" coords="1931,151,2005,180"/><area shape="rect" id="node27" href="../../d4/d3b/netsukuku_8c.html#a110d67ecacf72375eea84dc00338030c" title="init_netsukuku" alt="" coords="2053,124,2160,153"/></map>
</div>
</p>
</div>
</div>
<a class="anchor" id="a2d7b2294f3077b12e2a70e0a480588ac"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">int inet_setip_loopback </td>
<td>(</td>
<td class="paramtype"><a class="el" href="../../da/d1d/structinet__prefix.html">inet_prefix</a> *&#160;</td>
<td class="paramname"><em>ip</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">int&#160;</td>
<td class="paramname"><em>family</em>&#160;</td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td>
</tr>
</table>
</div><div class="memdoc">
<p><div class="dynheader">
Here is the call graph for this function:</div>
<div class="dyncontent">
<div class="center"><img src="../../da/d89/inet_8c_a2d7b2294f3077b12e2a70e0a480588ac_cgraph.png" border="0" usemap="#da/d89/inet_8c_a2d7b2294f3077b12e2a70e0a480588ac_cgraph" alt=""/></div>
<map name="da/d89/inet_8c_a2d7b2294f3077b12e2a70e0a480588ac_cgraph" id="da/d89/inet_8c_a2d7b2294f3077b12e2a70e0a480588ac_cgraph">
<area shape="rect" id="node3" href="../../da/d89/inet_8c.html#ac0a02d49e9909bae32638e61ce18be9f" title="inet_setip" alt="" coords="193,65,271,95"/><area shape="rect" id="node7" href="../../d7/df8/log_8c.html#a677da14e8c4326bde43622f233f1ead3" title="fatal" alt="" coords="493,39,539,68"/><area shape="rect" id="node19" href="../../da/d89/inet_8c.html#a75c2848f706809db4a3a8999d46118dc" title="inet_htonl" alt="" coords="193,144,271,173"/><area shape="rect" id="node5" href="../../da/d89/inet_8c.html#a9c6d94fc49adc3223bb0df762343784d" title="inet_setip_raw" alt="" coords="320,52,427,81"/><area shape="rect" id="node13" href="../../da/d89/inet_8c.html#a385963363f8d2ee7012a4c919b9b7b80" title="inet_ntohl" alt="" coords="335,105,412,135"/><area shape="rect" id="node9" href="../../d7/df8/log_8c.html#a3bd4b0345d9f0035edbe68f3795319de" title="print_log" alt="" coords="621,59,691,88"/><area shape="rect" id="node11" href="../../d7/df8/log_8c.html#a32f684e2d9d47ca24806b88e58498931" title="close_log_file" alt="" coords="605,5,707,35"/><area shape="rect" id="node15" href="../../d0/ddb/misc_8c.html#a7b5a2df1e2b36c954653fd3e786a5405" title="swap_ints" alt="" coords="476,131,556,160"/><area shape="rect" id="node17" href="../../d0/ddb/misc_8c.html#acb6548d316f7cd3f28e77c2bd4eb3e33" title="swap_array" alt="" coords="612,131,700,160"/></map>
</div>
</p>
</div>
</div>
<a class="anchor" id="a9c6d94fc49adc3223bb0df762343784d"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">int inet_setip_raw </td>
<td>(</td>
<td class="paramtype"><a class="el" href="../../da/d1d/structinet__prefix.html">inet_prefix</a> *&#160;</td>
<td class="paramname"><em>ip</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">u_int *&#160;</td>
<td class="paramname"><em>data</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">int&#160;</td>
<td class="paramname"><em>family</em>&#160;</td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td>
</tr>
</table>
</div><div class="memdoc">
<p><div class="dynheader">
Here is the call graph for this function:</div>
<div class="dyncontent">
<div class="center"><img src="../../da/d89/inet_8c_a9c6d94fc49adc3223bb0df762343784d_cgraph.png" border="0" usemap="#da/d89/inet_8c_a9c6d94fc49adc3223bb0df762343784d_cgraph" alt=""/></div>
<map name="da/d89/inet_8c_a9c6d94fc49adc3223bb0df762343784d_cgraph" id="da/d89/inet_8c_a9c6d94fc49adc3223bb0df762343784d_cgraph">
<area shape="rect" id="node3" href="../../d7/df8/log_8c.html#a677da14e8c4326bde43622f233f1ead3" title="fatal" alt="" coords="161,32,207,61"/><area shape="rect" id="node5" href="../../d7/df8/log_8c.html#a3bd4b0345d9f0035edbe68f3795319de" title="print_log" alt="" coords="272,5,341,35"/><area shape="rect" id="node7" href="../../d7/df8/log_8c.html#a32f684e2d9d47ca24806b88e58498931" title="close_log_file" alt="" coords="256,59,357,88"/></map>
</div>
</p>
<p><div class="dynheader">
Here is the caller graph for this function:</div>
<div class="dyncontent">
<div class="center"><img src="../../da/d89/inet_8c_a9c6d94fc49adc3223bb0df762343784d_icgraph.png" border="0" usemap="#da/d89/inet_8c_a9c6d94fc49adc3223bb0df762343784d_icgraph" alt=""/></div>
<map name="da/d89/inet_8c_a9c6d94fc49adc3223bb0df762343784d_icgraph" id="da/d89/inet_8c_a9c6d94fc49adc3223bb0df762343784d_icgraph">
<area shape="rect" id="node3" href="../../d4/d18/andna_8c.html#a1bbfc7546eab467a039d19e74e51afaf" title="is_hgnode_excluded" alt="" coords="168,372,307,401"/><area shape="rect" id="node29" href="../../dd/dd9/andns_8h.html#a77c1322dbf52a1bacabe97028c9ce8d2" title="nk_rslv" alt="" coords="1057,17,1121,47"/><area shape="rect" id="node45" href="../../dd/dd9/andns_8h.html#ad2d760371a7d8f72ee021dcf12997c2d" title="andns_gethostbyname" alt="" coords="161,495,313,524"/><area shape="rect" id="node53" href="../../d3/dc7/hook_8c.html#ad4b44c41d2528f0f4e70c24d5b4c5daf" title="hook_reset" alt="" coords="1047,1021,1132,1051"/><area shape="rect" id="node63" href="../../d1/d6f/igs_8c.html#a94fb2e3622439b35372a6d3972a6f5e3" title="igw_ping_igw" alt="" coords="188,1203,287,1232"/><area shape="rect" id="node68" href="../../d6/d4a/inet_8h.html#ac0a02d49e9909bae32638e61ce18be9f" title="inet_setip" alt="" coords="409,739,487,768"/><area shape="rect" id="node5" href="../../d4/d18/andna_8c.html#a99ce07a28c9e01a71d0be08f5f9d294b" title="is_hgnodeip_excluded" alt="" coords="373,372,523,401"/><area shape="rect" id="node7" href="../../d4/d18/andna_8c.html#a38841ce4a17cc49307989b692098b777" title="find_hash_gnode_recurse" alt="" coords="363,319,533,348"/><area shape="rect" id="node9" href="../../d4/d18/andna_8c.html#a6114eeecf073e71b67aed8e268a8d1b6" title="find_hash_gnode" alt="" coords="597,317,717,347"/><area shape="rect" id="node11" href="../../d5/d05/andna_8h.html#a47f535bfa2b7403ded9d8b4a7c19d27d" title="andna_register_hname" alt="" coords="796,197,948,227"/><area shape="rect" id="node13" href="../../d5/d05/andna_8h.html#a5da3518ba270f03f8d087c3c1cb25115" title="andna_recv_reg_rq" alt="" coords="1024,355,1155,384"/><area shape="rect" id="node21" href="../../d5/d05/andna_8h.html#a278c2e4e68b10357f59f3edbaa9bf7de" title="andna_check_counter" alt="" coords="797,355,947,384"/><area shape="rect" id="node24" href="../../d5/d05/andna_8h.html#aaa787887419437e0bca8efae5cd88aaf" title="andna_recv_check_counter" alt="" coords="781,512,963,541"/><area shape="rect" id="node27" href="../../d5/d05/andna_8h.html#a1ce60180d15ab89d473eb45928ee6ee5" title="andna_resolve_hash" alt="" coords="801,43,943,72"/><area shape="rect" id="node35" href="../../d5/d05/andna_8h.html#a8aab86a04409ff7c8baef00863464621" title="andna_recv_resolve_rq" alt="" coords="1012,199,1167,228"/><area shape="rect" id="node38" href="../../d5/d05/andna_8h.html#a176509d35d2405f8416d22b7defd2081" title="get_single_andna_c" alt="" coords="804,251,940,280"/><area shape="rect" id="node42" href="../../d5/d05/andna_8h.html#a518d5d1d638386131f4e1ca4b5e2edb6" title="put_single_acache" alt="" coords="807,459,937,488"/><area shape="rect" id="node15" href="../../d5/d05/andna_8h.html#aa7b53282a673cbc82c998a3cf4e5aff2" title="andna_init" alt="" coords="1235,459,1315,488"/><area shape="rect" id="node17" href="../../d4/d3b/netsukuku_8c.html#a110d67ecacf72375eea84dc00338030c" title="init_netsukuku" alt="" coords="1381,773,1488,803"/><area shape="rect" id="node19" href="../../d9/d88/ntkresolv_8h.html#a3c04138a5bfe5d72780bb7e82a18e627" title="main" alt="" coords="1536,1024,1587,1053"/><area shape="rect" id="node31" href="../../dd/dd9/andns_8h.html#ad55d591cf7a444daa6b9cea7f8ae29bc" title="andns_rslv" alt="" coords="1232,17,1317,47"/><area shape="rect" id="node33" href="../../db/d6b/dns__wrapper_8c.html#ae858f92cfdc42ee9f2ba357a4021b59e" title="dns_exec_pkt" alt="" coords="1384,17,1485,47"/><area shape="rect" id="node47" href="../../d1/d6f/igs_8c.html#a29026505ec5e0465ebe99a7077ff6d49" title="internet_hosts_to_ip" alt="" coords="379,477,517,507"/><area shape="rect" id="node49" href="../../da/dd7/igs_8h.html#a184ab033bb2e2c1f856df5430ba87a80" title="init_internet_gateway\l_search" alt="" coords="1017,683,1161,730"/><area shape="rect" id="node55" href="../../d6/d34/hook_8h.html#af541d5ab5dd6596b12342140f4094dee" title="hook_init" alt="" coords="1237,912,1312,941"/><area shape="rect" id="node58" href="../../d6/d34/hook_8h.html#af10a487801fab9a28a3cfb6759fe138f" title="netsukuku_hook" alt="" coords="1216,1051,1333,1080"/><area shape="rect" id="node61" href="../../d2/d42/rehook_8h.html#ae6ae2d4b03e5a8cc1891cbf553ebb913" title="rehook" alt="" coords="1404,1076,1465,1105"/><area shape="rect" id="node65" href="../../da/dd7/igs_8h.html#ac87ed2fc7a66e73c5fef763321862295" title="igw_monitor_igws_t" alt="" coords="1021,1217,1157,1247"/><area shape="rect" id="node75" href="../../d7/d3b/gmap_8h.html#ab9b8447a87c9c09e24de89e12d5f5387" title="random_ip" alt="" coords="616,1124,699,1153"/><area shape="rect" id="node82" href="../../d3/dc7/hook_8c.html#a28a07806c68a70c5b38edc3d945f4b48" title="verify_free_nodes_hdr" alt="" coords="583,1177,732,1207"/><area shape="rect" id="node86" href="../../d3/dc7/hook_8c.html#a121f2311c11a2ea89f57e07d064f33b9" title="hook_get_free_nodes" alt="" coords="1016,1164,1163,1193"/><area shape="rect" id="node90" href="../../dc/d8d/if_8h.html#a1780e54c46c637939eed303c41996194" title="get_dev_ip" alt="" coords="829,639,915,668"/><area shape="rect" id="node93" href="../../da/dd7/igs_8h.html#a51d86ef21953a6f2d0231b9c83701ce6" title="igw_replace_def_igws" alt="" coords="797,915,947,944"/><area shape="rect" id="node103" href="../../d6/d4a/inet_8h.html#a506ae02de352f1e470295f64ba3bd0da" title="inet_setip_bcast" alt="" coords="599,1020,716,1049"/><area shape="rect" id="node108" href="../../d6/d4a/inet_8h.html#addb0c4631b9f6d90718cddc6d8f04469" title="inet_setip_anyaddr" alt="" coords="592,703,723,732"/><area shape="rect" id="node117" href="../../d6/d4a/inet_8h.html#a2d7b2294f3077b12e2a70e0a480588ac" title="inet_setip_loopback" alt="" coords="589,807,725,836"/><area shape="rect" id="node119" href="../../d6/d4a/inet_8h.html#a7b648d12a6ba304537ac987a5c55d696" title="str_to_inet" alt="" coords="616,860,699,889"/><area shape="rect" id="node121" href="../../d6/d4a/inet_8h.html#a16c8d2dac83a014ea3035178a3771340" title="sockaddr_to_inet" alt="" coords="597,599,717,628"/><area shape="rect" id="node124" href="../../d8/d91/krnl__route_8c.html#a3c6704dfaee952428fb117f3874cb721" title="route_get_gw" alt="" coords="608,913,707,943"/><area shape="rect" id="node126" href="../../d9/d7f/route_8h.html#ac2afa651103ffead347ddc17615d69ad" title="rt_del_loopback_net" alt="" coords="588,967,727,996"/><area shape="rect" id="node77" href="../../d6/d34/hook_8h.html#ab49323f81163c48f70eacb3bd5a5eec4" title="create_gnodes" alt="" coords="819,1073,925,1103"/><area shape="rect" id="node79" href="../../d3/dc7/hook_8c.html#a9c2f57416bf3788157e15a1d889cca5e" title="hook_choose_new_ip" alt="" coords="1016,1087,1163,1116"/><area shape="rect" id="node84" href="../../d3/dc7/hook_8c.html#a13ba2bdeee0139a4e9cc749296099be2" title="get_free_nodes" alt="" coords="817,1177,927,1207"/><area shape="rect" id="node95" href="../../d3/dc7/hook_8c.html#a5e32a215ed05b1ef1f870ce105f67640" title="hook_finish" alt="" coords="1045,968,1133,997"/><area shape="rect" id="node99" href="../../da/dd7/igs_8h.html#a68583c93468fa447635d641f93b040ce" title="igw_store_bblock" alt="" coords="1028,861,1151,891"/><area shape="rect" id="node101" href="../../db/de6/qspn_8c.html#aaf014079dd9e527ab38f3b21c547489b" title="qspn_remove_deads" alt="" coords="1019,915,1160,944"/><area shape="rect" id="node105" href="../../d3/df5/radar_8h.html#a3d46b80b3ad27f86a02c0586617f18cc" title="radar_scan" alt="" coords="829,968,915,997"/><area shape="rect" id="node111" href="../../d9/d7f/route_8h.html#a9ba09874404dffc38c8afaa32767fcef" title="rt_get_default_gw" alt="" coords="809,692,935,721"/><area shape="rect" id="node114" href="../../d9/d7f/route_8h.html#ad7ad0bfacbed70c9cc07e6852a76dd5f" title="rt_replace_def_gw" alt="" coords="808,745,936,775"/></map>
</div>
</p>
</div>
</div>
<a class="anchor" id="a8eac5edae4e220edc0f4a974dd5749d3"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">int inet_to_sockaddr </td>
<td>(</td>
<td class="paramtype"><a class="el" href="../../da/d1d/structinet__prefix.html">inet_prefix</a> *&#160;</td>
<td class="paramname"><em>ip</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">u_short&#160;</td>
<td class="paramname"><em>port</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">struct sockaddr *&#160;</td>
<td class="paramname"><em>dst</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype"><a class="el" href="../../d7/d61/libip4tc_8c.html#aae83a93236e01902b58ec3f197a17f7c">socklen_t</a> *&#160;</td>
<td class="paramname"><em>dstlen</em>&#160;</td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td>
</tr>
</table>
</div><div class="memdoc">
<p><div class="dynheader">
Here is the call graph for this function:</div>
<div class="dyncontent">
<div class="center"><img src="../../da/d89/inet_8c_a8eac5edae4e220edc0f4a974dd5749d3_cgraph.png" border="0" usemap="#da/d89/inet_8c_a8eac5edae4e220edc0f4a974dd5749d3_cgraph" alt=""/></div>
<map name="da/d89/inet_8c_a8eac5edae4e220edc0f4a974dd5749d3_cgraph" id="da/d89/inet_8c_a8eac5edae4e220edc0f4a974dd5749d3_cgraph">
<area shape="rect" id="node3" href="../../da/d89/inet_8c.html#a75c2848f706809db4a3a8999d46118dc" title="inet_htonl" alt="" coords="177,5,255,35"/><area shape="rect" id="node9" href="../../d7/df8/log_8c.html#a677da14e8c4326bde43622f233f1ead3" title="fatal" alt="" coords="193,59,239,88"/><area shape="rect" id="node5" href="../../d0/ddb/misc_8c.html#a7b5a2df1e2b36c954653fd3e786a5405" title="swap_ints" alt="" coords="315,5,395,35"/><area shape="rect" id="node7" href="../../d0/ddb/misc_8c.html#acb6548d316f7cd3f28e77c2bd4eb3e33" title="swap_array" alt="" coords="455,5,543,35"/><area shape="rect" id="node11" href="../../d7/df8/log_8c.html#a3bd4b0345d9f0035edbe68f3795319de" title="print_log" alt="" coords="320,59,389,88"/><area shape="rect" id="node13" href="../../d7/df8/log_8c.html#a32f684e2d9d47ca24806b88e58498931" title="close_log_file" alt="" coords="304,112,405,141"/></map>
</div>
</p>
<p><div class="dynheader">
Here is the caller graph for this function:</div>
<div class="dyncontent">
<div class="center"><img src="../../da/d89/inet_8c_a8eac5edae4e220edc0f4a974dd5749d3_icgraph.png" border="0" usemap="#da/d89/inet_8c_a8eac5edae4e220edc0f4a974dd5749d3_icgraph" alt=""/></div>
<map name="da/d89/inet_8c_a8eac5edae4e220edc0f4a974dd5749d3_icgraph" id="da/d89/inet_8c_a8eac5edae4e220edc0f4a974dd5749d3_icgraph">
<area shape="rect" id="node3" href="../../dc/d8d/if_8h.html#a29300a7fc292e542e82b441736978c3d" title="set_dev_ip" alt="" coords="193,163,279,192"/><area shape="rect" id="node31" href="../../d6/d4a/inet_8h.html#ad2c73cc3fb6cc8a9fcb3997be118b71c" title="new_tcp_conn" alt="" coords="183,707,289,736"/><area shape="rect" id="node115" href="../../d6/d4a/inet_8h.html#a3c05d384e453db0f645d1b1eef3f753b" title="new_udp_conn" alt="" coords="349,812,459,841"/><area shape="rect" id="node118" href="../../d6/d4a/inet_8h.html#a0f1dbd0722384c9eddd65f669229345a" title="new_bcast_conn" alt="" coords="176,760,296,789"/><area shape="rect" id="node121" href="../../d5/d89/pkts_8h.html#aa27d4dfa0f7d6c8ee64399780800ae1f" title="pkt_send" alt="" coords="367,1101,441,1131"/><area shape="rect" id="node5" href="../../d3/dc7/hook_8c.html#a2ea386ad9474cd89fe393552276feef2" title="hook_set_all_ips" alt="" coords="513,109,631,139"/><area shape="rect" id="node24" href="../../dc/d8d/if_8h.html#a80c11a2ffa82194213b455980e54d2bd" title="set_all_dev_ip" alt="" coords="352,163,456,192"/><area shape="rect" id="node7" href="../../d3/dc7/hook_8c.html#acce6e668cf071bc363f3237daebc95d0" title="create_new_qgroup" alt="" coords="692,59,825,88"/><area shape="rect" id="node16" href="../../d3/dc7/hook_8c.html#ad4b44c41d2528f0f4e70c24d5b4c5daf" title="hook_reset" alt="" coords="933,165,1019,195"/><area shape="rect" id="node21" href="../../d3/dc7/hook_8c.html#a9c2f57416bf3788157e15a1d889cca5e" title="hook_choose_new_ip" alt="" coords="685,5,832,35"/><area shape="rect" id="node9" href="../../d3/dc7/hook_8c.html#a7503e6bf75bee5edba1dd37e8878911a" title="hook_first_radar_scan" alt="" coords="901,112,1051,141"/><area shape="rect" id="node13" href="../../d3/dc7/hook_8c.html#a121f2311c11a2ea89f57e07d064f33b9" title="hook_get_free_nodes" alt="" coords="903,59,1049,88"/><area shape="rect" id="node11" href="../../d6/d34/hook_8h.html#af10a487801fab9a28a3cfb6759fe138f" title="netsukuku_hook" alt="" coords="1135,85,1252,115"/><area shape="rect" id="node18" href="../../d6/d34/hook_8h.html#af541d5ab5dd6596b12342140f4094dee" title="hook_init" alt="" coords="1156,1049,1231,1079"/><area shape="rect" id="node27" href="../../d7/d0e/iptunnel_8h.html#ac1530909b70d5c7d0d743a455231ab4e" title="set_tunnel_ip" alt="" coords="523,163,621,192"/><area shape="rect" id="node29" href="../../d7/d0e/iptunnel_8h.html#ade446676cc0926692889f6f6efc3a7ba" title="add_tunnel_if" alt="" coords="709,163,808,192"/><area shape="rect" id="node33" href="../../d5/d89/pkts_8h.html#ac024e276423e4ad5476ae1730d71cf76" title="pkt_tcp_connect" alt="" coords="345,707,463,736"/><area shape="rect" id="node35" href="../../d5/d89/pkts_8h.html#add26b86f4b7d350021c4a96e6db6ce6c" title="send_rq" alt="" coords="539,787,605,816"/><area shape="rect" id="node108" href="../../d3/df5/radar_8h.html#ac87ec2c357e722cc77948e2f4a133b03" title="rnl_get_sk" alt="" coords="531,527,613,556"/><area shape="rect" id="node37" href="../../d5/d05/andna_8h.html#a47f535bfa2b7403ded9d8b4a7c19d27d" title="andna_register_hname" alt="" coords="683,528,835,557"/><area shape="rect" id="node46" href="../../d5/d05/andna_8h.html#a278c2e4e68b10357f59f3edbaa9bf7de" title="andna_check_counter" alt="" coords="684,1000,833,1029"/><area shape="rect" id="node50" href="../../d5/d05/andna_8h.html#a1ce60180d15ab89d473eb45928ee6ee5" title="andna_resolve_hash" alt="" coords="688,1208,829,1237"/><area shape="rect" id="node56" href="../../d5/d05/andna_8h.html#a9f9606b7d11bf10088542d80e6aac805" title="andna_reverse_resolve" alt="" coords="681,1365,836,1395"/><area shape="rect" id="node59" href="../../d5/d05/andna_8h.html#a44e3e539ab14f207121225a8f649acf8" title="andna_recv_rev_resolve_rq" alt="" coords="885,647,1067,676"/><area shape="rect" id="node61" href="../../d5/d05/andna_8h.html#a176509d35d2405f8416d22b7defd2081" title="get_single_andna_c" alt="" coords="691,840,827,869"/><area shape="rect" id="node64" href="../../d5/d05/andna_8h.html#a518d5d1d638386131f4e1ca4b5e2edb6" title="put_single_acache" alt="" coords="911,753,1041,783"/><area shape="rect" id="node66" href="../../d4/d18/andna_8c.html#a75826b3a2a955fdd50d081ac17e0abe8" title="get_andna_cache" alt="" coords="915,351,1037,380"/><area shape="rect" id="node68" href="../../d5/d05/andna_8h.html#a288580e9a1dfc745225f740d4afb9f6d" title="put_andna_cache" alt="" coords="697,1261,820,1291"/><area shape="rect" id="node70" href="../../d4/d18/andna_8c.html#a3148136f16559910186e2e0f253a5981" title="get_counter_cache" alt="" coords="911,416,1041,445"/><area shape="rect" id="node72" href="../../d5/d05/andna_8h.html#a2196e258ccd91d09ad736705e25b59ce" title="put_counter_cache" alt="" coords="693,424,824,453"/><area shape="rect" id="node74" href="../../d0/d51/daemon_8h.html#a6bfa338bfc8ec41ee95e77a666e26114" title="tcp_daemon" alt="" coords="929,700,1023,729"/><area shape="rect" id="node76" href="../../d6/d34/hook_8h.html#aa99944b9d6345e33be0bf1c850380228" title="put_ext_map" alt="" coords="928,1049,1024,1079"/><area shape="rect" id="node79" href="../../d6/d34/hook_8h.html#ab08a91850a188145dc3f039300aeca8b" title="put_int_map" alt="" coords="929,1103,1023,1132"/><area shape="rect" id="node82" href="../../d6/d34/hook_8h.html#a63187dcc3bfeb1895aed9385c06ed714" title="put_bnode_map" alt="" coords="701,1155,816,1184"/><area shape="rect" id="node85" href="../../d3/dc7/hook_8c.html#acb511717802de00a8566330c97afeb96" title="put_internet_gws" alt="" coords="699,893,819,923"/><area shape="rect" id="node88" href="../../d5/d89/pkts_8h.html#a9705190f4cb9031da8070644993515d5" title="forward_pkt" alt="" coords="713,787,804,816"/><area shape="rect" id="node92" href="../../d5/d89/pkts_8h.html#ad386f9f8ac111df2a8d5a5e9912013ca" title="pkt_err" alt="" coords="728,733,789,763"/><area shape="rect" id="node101" href="../../d3/df5/radar_8h.html#a8424d1822303af54c7e25160800cf7d8" title="rnl_send_rq" alt="" coords="932,292,1020,321"/><area shape="rect" id="node103" href="../../d3/df5/radar_8h.html#a3d46b80b3ad27f86a02c0586617f18cc" title="radar_scan" alt="" coords="716,216,801,245"/><area shape="rect" id="node106" href="../../d3/df5/radar_8h.html#a7a73bfef9b57006bbe0327107e991c74" title="radard" alt="" coords="729,947,788,976"/><area shape="rect" id="node39" href="../../d4/d18/andna_8c.html#abac5b6d2df2140ec17abb62d9ce8cbbc" title="andna_min_update_retry" alt="" coords="895,473,1057,503"/><area shape="rect" id="node41" href="../../d5/d05/andna_8h.html#a22751676386bfd17dd30f88528ee0f12" title="andna_update_hnames" alt="" coords="1116,500,1271,529"/><area shape="rect" id="node44" href="../../d5/d05/andna_8h.html#ac5e2e3a07b8b99edbc9501aae6e5b1ff" title="andna_maintain_hnames\l_active" alt="" coords="893,577,1059,623"/><area shape="rect" id="node48" href="../../d5/d05/andna_8h.html#a5da3518ba270f03f8d087c3c1cb25115" title="andna_recv_reg_rq" alt="" coords="911,824,1041,853"/><area shape="rect" id="node52" href="../../d5/d05/andna_8h.html#aa3b87d2348a3a7cdb6e2d95c66fdfb6f" title="andna_resolve_hname" alt="" coords="900,1208,1052,1237"/><area shape="rect" id="node54" href="../../dd/dd9/andns_8h.html#a77c1322dbf52a1bacabe97028c9ce8d2" title="nk_rslv" alt="" coords="944,1313,1008,1343"/><area shape="rect" id="node98" href="../../d6/d34/hook_8h.html#a7da6546e5822e282b57e5aee17e0c80c" title="put_free_nodes" alt="" coords="921,996,1031,1025"/><area shape="rect" id="node110" href="../../d3/df5/radar_8h.html#a23199e508fb5df7dca7410b1744531c0" title="rnl_fill_rq" alt="" coords="721,320,796,349"/><area shape="rect" id="node124" href="../../d6/d34/hook_8h.html#a14eec030eb6098fc9cc4a8609b19bd00" title="put_qspn_round" alt="" coords="515,1391,629,1420"/></map>
</div>
</p>
</div>
</div>
<a class="anchor" id="a7ee487ce5e94550114761abaee2bc334"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">const char* inet_to_str </td>
<td>(</td>
<td class="paramtype"><a class="el" href="../../da/d1d/structinet__prefix.html">inet_prefix</a>&#160;</td>
<td class="paramname"><em>ip</em></td><td>)</td>
<td></td>
</tr>
</table>
</div><div class="memdoc">
<p><div class="dynheader">
Here is the call graph for this function:</div>
<div class="dyncontent">
<div class="center"><img src="../../da/d89/inet_8c_a7ee487ce5e94550114761abaee2bc334_cgraph.png" border="0" usemap="#da/d89/inet_8c_a7ee487ce5e94550114761abaee2bc334_cgraph" alt=""/></div>
<map name="da/d89/inet_8c_a7ee487ce5e94550114761abaee2bc334_cgraph" id="da/d89/inet_8c_a7ee487ce5e94550114761abaee2bc334_cgraph">
<area shape="rect" id="node3" href="../../da/d89/inet_8c.html#a9d2fb5508608cf4b8f5347d2edbb276b" title="ipraw_to_str" alt="" coords="136,5,229,35"/><area shape="rect" id="node5" href="../../da/d89/inet_8c.html#a75c2848f706809db4a3a8999d46118dc" title="inet_htonl" alt="" coords="279,5,356,35"/><area shape="rect" id="node7" href="../../d0/ddb/misc_8c.html#a7b5a2df1e2b36c954653fd3e786a5405" title="swap_ints" alt="" coords="407,5,487,35"/><area shape="rect" id="node9" href="../../d0/ddb/misc_8c.html#acb6548d316f7cd3f28e77c2bd4eb3e33" title="swap_array" alt="" coords="537,5,625,35"/></map>
</div>
</p>
</div>
</div>
<a class="anchor" id="a68fa8e8776282525daffa752fbdc6628"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">int inet_validate_ip </td>
<td>(</td>
<td class="paramtype"><a class="el" href="../../da/d1d/structinet__prefix.html">inet_prefix</a>&#160;</td>
<td class="paramname"><em>ip</em></td><td>)</td>
<td></td>
</tr>
</table>
</div><div class="memdoc">
<p><div class="dynheader">
Here is the call graph for this function:</div>
<div class="dyncontent">
<div class="center"><img src="../../da/d89/inet_8c_a68fa8e8776282525daffa752fbdc6628_cgraph.png" border="0" usemap="#da/d89/inet_8c_a68fa8e8776282525daffa752fbdc6628_cgraph" alt=""/></div>
<map name="da/d89/inet_8c_a68fa8e8776282525daffa752fbdc6628_cgraph" id="da/d89/inet_8c_a68fa8e8776282525daffa752fbdc6628_cgraph">
<area shape="rect" id="node3" href="../../da/d89/inet_8c.html#a5d8b854858733f65e213b89bf984ad72" title="ipv6_addr_type" alt="" coords="167,5,276,35"/><area shape="rect" id="node5" href="../../d3/d8b/buffer_8c.html#aef3a47dd35a06c4fbbc29dac8dc5451f" title="is_bufzero" alt="" coords="180,59,263,88"/></map>
</div>
</p>
<p><div class="dynheader">
Here is the caller graph for this function:</div>
<div class="dyncontent">
<div class="center"><img src="../../da/d89/inet_8c_a68fa8e8776282525daffa752fbdc6628_icgraph.png" border="0" usemap="#da/d89/inet_8c_a68fa8e8776282525daffa752fbdc6628_icgraph" alt=""/></div>
<map name="da/d89/inet_8c_a68fa8e8776282525daffa752fbdc6628_icgraph" id="da/d89/inet_8c_a68fa8e8776282525daffa752fbdc6628_icgraph">
<area shape="rect" id="node3" href="../../d7/d3b/gmap_8h.html#ab9b8447a87c9c09e24de89e12d5f5387" title="random_ip" alt="" coords="165,109,248,139"/><area shape="rect" id="node45" href="../../d3/dc7/hook_8c.html#a9c2f57416bf3788157e15a1d889cca5e" title="hook_choose_new_ip" alt="" coords="296,161,443,191"/><area shape="rect" id="node5" href="../../d6/d34/hook_8h.html#ab49323f81163c48f70eacb3bd5a5eec4" title="create_gnodes" alt="" coords="316,108,423,137"/><area shape="rect" id="node7" href="../../d3/dc7/hook_8c.html#acce6e668cf071bc363f3237daebc95d0" title="create_new_qgroup" alt="" coords="492,56,625,85"/><area shape="rect" id="node42" href="../../d3/dc7/hook_8c.html#a00d0f0c666be6f5b1d58632b4b5d222c" title="hook_get_ext_map" alt="" coords="493,109,624,139"/><area shape="rect" id="node9" href="../../d3/dc7/hook_8c.html#a7503e6bf75bee5edba1dd37e8878911a" title="hook_first_radar_scan" alt="" coords="676,5,825,35"/><area shape="rect" id="node39" href="../../d3/dc7/hook_8c.html#a121f2311c11a2ea89f57e07d064f33b9" title="hook_get_free_nodes" alt="" coords="677,59,824,88"/><area shape="rect" id="node11" href="../../d6/d34/hook_8h.html#af10a487801fab9a28a3cfb6759fe138f" title="netsukuku_hook" alt="" coords="875,85,992,115"/><area shape="rect" id="node13" href="../../d9/d88/ntkresolv_8h.html#a3c04138a5bfe5d72780bb7e82a18e627" title="main" alt="" coords="2312,72,2363,101"/><area shape="rect" id="node15" href="../../d2/d42/rehook_8h.html#ae6ae2d4b03e5a8cc1891cbf553ebb913" title="rehook" alt="" coords="1040,111,1101,140"/><area shape="rect" id="node17" href="../../df/dba/rehook_8c.html#aeb32663f186f840edf41bb43d1f82459" title="new_rehook_thread" alt="" coords="1151,112,1284,141"/><area shape="rect" id="node19" href="../../d2/d42/rehook_8h.html#acd9ab3b97734c31a06ae3dcf475a1b39" title="new_rehook" alt="" coords="1335,112,1425,141"/><area shape="rect" id="node21" href="../../d6/d62/tracer_8c.html#a8bab813b90267e0e25592821248d7158" title="tracer_check_node_collision" alt="" coords="1475,112,1661,141"/><area shape="rect" id="node23" href="../../da/db5/tracer_8h.html#a12c03f2eaa97e2c644dcdd892e0fa758" title="tracer_store_pkt" alt="" coords="1711,164,1825,193"/><area shape="rect" id="node25" href="../../d8/da0/qspn_8h.html#ab70abece99b6ae77b078ec100c35912a" title="qspn_close" alt="" coords="1887,111,1975,140"/><area shape="rect" id="node32" href="../../d8/da0/qspn_8h.html#a6df687dad6a64c0807fbfc105cf244c5" title="qspn_open" alt="" coords="1888,164,1973,193"/><area shape="rect" id="node35" href="../../da/db5/tracer_8h.html#ab53c5821a9d4215b3d5ba16fd95e8297" title="tracer_pkt_recv" alt="" coords="1875,217,1987,247"/><area shape="rect" id="node27" href="../../d8/da0/qspn_8h.html#a6c5c062e24ec079201aea53899af3e28" title="qspn_init" alt="" coords="2035,151,2109,180"/><area shape="rect" id="node29" href="../../d4/d3b/netsukuku_8c.html#a110d67ecacf72375eea84dc00338030c" title="init_netsukuku" alt="" coords="2157,124,2264,153"/></map>
</div>
</p>
</div>
</div>
<a class="anchor" id="a9d2fb5508608cf4b8f5347d2edbb276b"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">const char* ipraw_to_str </td>
<td>(</td>
<td class="paramtype">u_int&#160;</td>
<td class="paramname"><em>ip</em>[4], </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">int&#160;</td>
<td class="paramname"><em>family</em>&#160;</td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td>
</tr>
</table>
</div><div class="memdoc">
<p><div class="dynheader">
Here is the call graph for this function:</div>
<div class="dyncontent">
<div class="center"><img src="../../da/d89/inet_8c_a9d2fb5508608cf4b8f5347d2edbb276b_cgraph.png" border="0" usemap="#da/d89/inet_8c_a9d2fb5508608cf4b8f5347d2edbb276b_cgraph" alt=""/></div>
<map name="da/d89/inet_8c_a9d2fb5508608cf4b8f5347d2edbb276b_cgraph" id="da/d89/inet_8c_a9d2fb5508608cf4b8f5347d2edbb276b_cgraph">
<area shape="rect" id="node3" href="../../da/d89/inet_8c.html#a75c2848f706809db4a3a8999d46118dc" title="inet_htonl" alt="" coords="148,5,225,35"/><area shape="rect" id="node5" href="../../d0/ddb/misc_8c.html#a7b5a2df1e2b36c954653fd3e786a5405" title="swap_ints" alt="" coords="276,5,356,35"/><area shape="rect" id="node7" href="../../d0/ddb/misc_8c.html#acb6548d316f7cd3f28e77c2bd4eb3e33" title="swap_array" alt="" coords="407,5,495,35"/></map>
</div>
</p>
<p><div class="dynheader">
Here is the caller graph for this function:</div>
<div class="dyncontent">
<div class="center"><img src="../../da/d89/inet_8c_a9d2fb5508608cf4b8f5347d2edbb276b_icgraph.png" border="0" usemap="#da/d89/inet_8c_a9d2fb5508608cf4b8f5347d2edbb276b_icgraph" alt=""/></div>
<map name="da/d89/inet_8c_a9d2fb5508608cf4b8f5347d2edbb276b_icgraph" id="da/d89/inet_8c_a9d2fb5508608cf4b8f5347d2edbb276b_icgraph">
<area shape="rect" id="node3" href="../../da/dd7/igs_8h.html#ac87ed2fc7a66e73c5fef763321862295" title="igw_monitor_igws_t" alt="" coords="524,125,660,154"/><area shape="rect" id="node7" href="../../d6/d4a/inet_8h.html#a7ee487ce5e94550114761abaee2bc334" title="inet_to_str" alt="" coords="147,1174,229,1204"/><area shape="rect" id="node5" href="../../d9/d88/ntkresolv_8h.html#a3c04138a5bfe5d72780bb7e82a18e627" title="main" alt="" coords="1125,249,1176,278"/><area shape="rect" id="node9" href="../../d4/d18/andna_8c.html#ad824e987f9deb115009c2b6378ccbc8c" title="random_gid_level_0" alt="" coords="300,664,436,693"/><area shape="rect" id="node11" href="../../d4/d18/andna_8c.html#a38841ce4a17cc49307989b692098b777" title="find_hash_gnode_recurse" alt="" coords="507,638,677,668"/><area shape="rect" id="node14" href="../../d5/d05/andna_8h.html#a47f535bfa2b7403ded9d8b4a7c19d27d" title="andna_register_hname" alt="" coords="857,422,1009,452"/><area shape="rect" id="node16" href="../../d5/d05/andna_8h.html#a5da3518ba270f03f8d087c3c1cb25115" title="andna_recv_reg_rq" alt="" coords="1085,568,1216,597"/><area shape="rect" id="node18" href="../../d5/d05/andna_8h.html#a278c2e4e68b10357f59f3edbaa9bf7de" title="andna_check_counter" alt="" coords="859,568,1008,597"/><area shape="rect" id="node21" href="../../d5/d05/andna_8h.html#aaa787887419437e0bca8efae5cd88aaf" title="andna_recv_check_counter" alt="" coords="277,1581,459,1610"/><area shape="rect" id="node23" href="../../d5/d05/andna_8h.html#a1ce60180d15ab89d473eb45928ee6ee5" title="andna_resolve_hash" alt="" coords="863,742,1004,772"/><area shape="rect" id="node25" href="../../d5/d05/andna_8h.html#a8aab86a04409ff7c8baef00863464621" title="andna_recv_resolve_rq" alt="" coords="1073,1086,1228,1116"/><area shape="rect" id="node27" href="../../d5/d05/andna_8h.html#a9f9606b7d11bf10088542d80e6aac805" title="andna_reverse_resolve" alt="" coords="856,808,1011,837"/><area shape="rect" id="node29" href="../../d5/d05/andna_8h.html#a44e3e539ab14f207121225a8f649acf8" title="andna_recv_rev_resolve_rq" alt="" coords="843,884,1024,913"/><area shape="rect" id="node31" href="../../d5/d05/andna_8h.html#a176509d35d2405f8416d22b7defd2081" title="get_single_andna_c" alt="" coords="865,644,1001,673"/><area shape="rect" id="node35" href="../../d5/d05/andna_8h.html#a518d5d1d638386131f4e1ca4b5e2edb6" title="put_single_acache" alt="" coords="868,984,999,1013"/><area shape="rect" id="node37" href="../../d4/d18/andna_8c.html#a75826b3a2a955fdd50d081ac17e0abe8" title="get_andna_cache" alt="" coords="872,1061,995,1090"/><area shape="rect" id="node39" href="../../d5/d05/andna_8h.html#a288580e9a1dfc745225f740d4afb9f6d" title="put_andna_cache" alt="" coords="872,1116,995,1145"/><area shape="rect" id="node41" href="../../d4/d18/andna_8c.html#a3148136f16559910186e2e0f253a5981" title="get_counter_cache" alt="" coords="868,1172,999,1201"/><area shape="rect" id="node43" href="../../d5/d05/andna_8h.html#a2196e258ccd91d09ad736705e25b59ce" title="put_counter_cache" alt="" coords="868,1230,999,1260"/><area shape="rect" id="node45" href="../../dc/d21/daemon_8c.html#afc47801db3abdd5d408c48044643018d" title="udp_exec_pkt" alt="" coords="541,1737,643,1766"/><area shape="rect" id="node47" href="../../d0/d51/daemon_8h.html#a6bfa338bfc8ec41ee95e77a666e26114" title="tcp_daemon" alt="" coords="887,306,980,336"/><area shape="rect" id="node50" href="../../d7/d3b/gmap_8h.html#aacfee10d52d3ce3e729b3cf6dca919a2" title="rnode_to_ipstr" alt="" coords="316,1736,420,1765"/><area shape="rect" id="node52" href="../../d3/dc7/hook_8c.html#a1af7ac472929cbedf3964d95f76a6cd4" title="hook_fill_rq" alt="" coords="324,1893,412,1922"/><area shape="rect" id="node54" href="../../d3/dc7/hook_8c.html#a13ba2bdeee0139a4e9cc749296099be2" title="get_free_nodes" alt="" coords="537,1868,647,1897"/><area shape="rect" id="node56" href="../../d3/dc7/hook_8c.html#a2dba643d9fbb3c9ce179b936a5190f59" title="get_qspn_round" alt="" coords="535,2038,649,2068"/><area shape="rect" id="node59" href="../../d6/d34/hook_8h.html#a7da6546e5822e282b57e5aee17e0c80c" title="put_free_nodes" alt="" coords="313,1946,423,1976"/><area shape="rect" id="node62" href="../../d6/d34/hook_8h.html#a14eec030eb6098fc9cc4a8609b19bd00" title="put_qspn_round" alt="" coords="311,2000,425,2029"/><area shape="rect" id="node64" href="../../d6/d34/hook_8h.html#aa99944b9d6345e33be0bf1c850380228" title="put_ext_map" alt="" coords="885,1294,981,1324"/><area shape="rect" id="node66" href="../../d6/d34/hook_8h.html#ab08a91850a188145dc3f039300aeca8b" title="put_int_map" alt="" coords="887,1369,980,1398"/><area shape="rect" id="node68" href="../../d6/d34/hook_8h.html#a63187dcc3bfeb1895aed9385c06ed714" title="put_bnode_map" alt="" coords="876,1424,991,1453"/><area shape="rect" id="node70" href="../../d3/dc7/hook_8c.html#acb511717802de00a8566330c97afeb96" title="put_internet_gws" alt="" coords="873,1477,993,1506"/><area shape="rect" id="node72" href="../../d3/dc7/hook_8c.html#a2ea386ad9474cd89fe393552276feef2" title="hook_set_all_ips" alt="" coords="309,2154,427,2184"/><area shape="rect" id="node74" href="../../d3/dc7/hook_8c.html#acce6e668cf071bc363f3237daebc95d0" title="create_new_qgroup" alt="" coords="525,2116,659,2145"/><area shape="rect" id="node76" href="../../d3/dc7/hook_8c.html#a9c2f57416bf3788157e15a1d889cca5e" title="hook_choose_new_ip" alt="" coords="519,2194,665,2224"/><area shape="rect" id="node80" href="../../d1/d6f/igs_8c.html#a29026505ec5e0465ebe99a7077ff6d49" title="internet_hosts_to_ip" alt="" coords="299,2258,437,2288"/><area shape="rect" id="node82" href="../../da/dd7/igs_8h.html#a184ab033bb2e2c1f856df5430ba87a80" title="init_internet_gateway\l_search" alt="" coords="520,2303,664,2350"/><area shape="rect" id="node85" href="../../da/dd7/igs_8h.html#af0c6fb918f055c28c21d5a17fe02db09" title="igw_check_inet_conn_t" alt="" coords="289,2312,447,2341"/><area shape="rect" id="node88" href="../../d1/d6f/igs_8c.html#a94fb2e3622439b35372a6d3972a6f5e3" title="igw_ping_igw" alt="" coords="319,98,417,128"/><area shape="rect" id="node91" href="../../da/dd7/igs_8h.html#a51d86ef21953a6f2d0231b9c83701ce6" title="igw_replace_def_igws" alt="" coords="293,205,443,234"/><area shape="rect" id="node94" href="../../da/dd7/igs_8h.html#a68583c93468fa447635d641f93b040ce" title="igw_store_bblock" alt="" coords="531,230,653,260"/><area shape="rect" id="node96" href="../../da/dd7/igs_8h.html#ae0ee5831e7c8e3cc9828be7d4b8204ec" title="igw_build_bentry" alt="" coords="309,45,427,74"/><area shape="rect" id="node99" href="../../d6/d4a/inet_8h.html#ad2c73cc3fb6cc8a9fcb3997be118b71c" title="new_tcp_conn" alt="" coords="315,869,421,898"/><area shape="rect" id="node101" href="../../d5/d89/pkts_8h.html#ac024e276423e4ad5476ae1730d71cf76" title="pkt_tcp_connect" alt="" coords="533,912,651,941"/><area shape="rect" id="node103" href="../../d5/d89/pkts_8h.html#add26b86f4b7d350021c4a96e6db6ce6c" title="send_rq" alt="" coords="727,1018,793,1048"/><area shape="rect" id="node121" href="../../d6/d4a/inet_8h.html#a3c05d384e453db0f645d1b1eef3f753b" title="new_udp_conn" alt="" coords="537,965,647,994"/><area shape="rect" id="node124" href="../../d6/d4a/inet_8h.html#a0f1dbd0722384c9eddd65f669229345a" title="new_bcast_conn" alt="" coords="532,1018,652,1048"/><area shape="rect" id="node127" href="../../d7/d0e/iptunnel_8h.html#ac1530909b70d5c7d0d743a455231ab4e" title="set_tunnel_ip" alt="" coords="319,152,417,181"/><area shape="rect" id="node131" href="../../d5/d89/pkts_8h.html#ad72bbdba1c2025145f30bba79981c11d" title="pkt_exec" alt="" coords="331,1789,405,1818"/><area shape="rect" id="node134" href="../../d5/d89/pkts_8h.html#a9bcb8ed5a94ff428d1f9f5f8b0e83d63" title="pkt_q_wait_recv" alt="" coords="533,1072,651,1101"/></map>
</div>
</p>
</div>
</div>
<a class="anchor" id="a5d8b854858733f65e213b89bf984ad72"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">int ipv6_addr_type </td>
<td>(</td>
<td class="paramtype"><a class="el" href="../../da/d1d/structinet__prefix.html">inet_prefix</a>&#160;</td>
<td class="paramname"><em>addr</em></td><td>)</td>
<td></td>
</tr>
</table>
</div><div class="memdoc">
<p><div class="dynheader">
Here is the caller graph for this function:</div>
<div class="dyncontent">
<div class="center"><img src="../../da/d89/inet_8c_a5d8b854858733f65e213b89bf984ad72_icgraph.png" border="0" usemap="#da/d89/inet_8c_a5d8b854858733f65e213b89bf984ad72_icgraph" alt=""/></div>
<map name="da/d89/inet_8c_a5d8b854858733f65e213b89bf984ad72_icgraph" id="da/d89/inet_8c_a5d8b854858733f65e213b89bf984ad72_icgraph">
<area shape="rect" id="node3" href="../../d6/d4a/inet_8h.html#a68fa8e8776282525daffa752fbdc6628" title="inet_validate_ip" alt="" coords="165,136,277,165"/><area shape="rect" id="node5" href="../../d7/d3b/gmap_8h.html#ab9b8447a87c9c09e24de89e12d5f5387" title="random_ip" alt="" coords="325,109,408,139"/><area shape="rect" id="node47" href="../../d3/dc7/hook_8c.html#a9c2f57416bf3788157e15a1d889cca5e" title="hook_choose_new_ip" alt="" coords="456,161,603,191"/><area shape="rect" id="node7" href="../../d6/d34/hook_8h.html#ab49323f81163c48f70eacb3bd5a5eec4" title="create_gnodes" alt="" coords="476,108,583,137"/><area shape="rect" id="node9" href="../../d3/dc7/hook_8c.html#acce6e668cf071bc363f3237daebc95d0" title="create_new_qgroup" alt="" coords="652,56,785,85"/><area shape="rect" id="node44" href="../../d3/dc7/hook_8c.html#a00d0f0c666be6f5b1d58632b4b5d222c" title="hook_get_ext_map" alt="" coords="653,109,784,139"/><area shape="rect" id="node11" href="../../d3/dc7/hook_8c.html#a7503e6bf75bee5edba1dd37e8878911a" title="hook_first_radar_scan" alt="" coords="836,5,985,35"/><area shape="rect" id="node41" href="../../d3/dc7/hook_8c.html#a121f2311c11a2ea89f57e07d064f33b9" title="hook_get_free_nodes" alt="" coords="837,59,984,88"/><area shape="rect" id="node13" href="../../d6/d34/hook_8h.html#af10a487801fab9a28a3cfb6759fe138f" title="netsukuku_hook" alt="" coords="1035,85,1152,115"/><area shape="rect" id="node15" href="../../d9/d88/ntkresolv_8h.html#a3c04138a5bfe5d72780bb7e82a18e627" title="main" alt="" coords="2472,72,2523,101"/><area shape="rect" id="node17" href="../../d2/d42/rehook_8h.html#ae6ae2d4b03e5a8cc1891cbf553ebb913" title="rehook" alt="" coords="1200,111,1261,140"/><area shape="rect" id="node19" href="../../df/dba/rehook_8c.html#aeb32663f186f840edf41bb43d1f82459" title="new_rehook_thread" alt="" coords="1311,112,1444,141"/><area shape="rect" id="node21" href="../../d2/d42/rehook_8h.html#acd9ab3b97734c31a06ae3dcf475a1b39" title="new_rehook" alt="" coords="1495,112,1585,141"/><area shape="rect" id="node23" href="../../d6/d62/tracer_8c.html#a8bab813b90267e0e25592821248d7158" title="tracer_check_node_collision" alt="" coords="1635,112,1821,141"/><area shape="rect" id="node25" href="../../da/db5/tracer_8h.html#a12c03f2eaa97e2c644dcdd892e0fa758" title="tracer_store_pkt" alt="" coords="1871,164,1985,193"/><area shape="rect" id="node27" href="../../d8/da0/qspn_8h.html#ab70abece99b6ae77b078ec100c35912a" title="qspn_close" alt="" coords="2047,111,2135,140"/><area shape="rect" id="node34" href="../../d8/da0/qspn_8h.html#a6df687dad6a64c0807fbfc105cf244c5" title="qspn_open" alt="" coords="2048,164,2133,193"/><area shape="rect" id="node37" href="../../da/db5/tracer_8h.html#ab53c5821a9d4215b3d5ba16fd95e8297" title="tracer_pkt_recv" alt="" coords="2035,217,2147,247"/><area shape="rect" id="node29" href="../../d8/da0/qspn_8h.html#a6c5c062e24ec079201aea53899af3e28" title="qspn_init" alt="" coords="2195,151,2269,180"/><area shape="rect" id="node31" href="../../d4/d3b/netsukuku_8c.html#a110d67ecacf72375eea84dc00338030c" title="init_netsukuku" alt="" coords="2317,124,2424,153"/></map>
</div>
</p>
</div>
</div>
<a class="anchor" id="ace49c54414750a5e03afb619007af827"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">int join_ipv6_multicast </td>
<td>(</td>
<td class="paramtype">int&#160;</td>
<td class="paramname"><em>socket</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">int&#160;</td>
<td class="paramname"><em>idx</em>&#160;</td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td>
</tr>
</table>
</div><div class="memdoc">
<p><div class="dynheader">
Here is the call graph for this function:</div>
<div class="dyncontent">
<div class="center"><img src="../../da/d89/inet_8c_ace49c54414750a5e03afb619007af827_cgraph.png" border="0" usemap="#da/d89/inet_8c_ace49c54414750a5e03afb619007af827_cgraph" alt=""/></div>
<map name="da/d89/inet_8c_ace49c54414750a5e03afb619007af827_cgraph" id="da/d89/inet_8c_ace49c54414750a5e03afb619007af827_cgraph">
<area shape="rect" id="node3" href="../../d7/df8/log_8c.html#ac33c8a42a58a6379397850b60be22028" title="error" alt="" coords="187,5,235,35"/><area shape="rect" id="node5" href="../../d7/df8/log_8c.html#a3bd4b0345d9f0035edbe68f3795319de" title="print_log" alt="" coords="284,5,353,35"/></map>
</div>
</p>
<p><div class="dynheader">
Here is the caller graph for this function:</div>
<div class="dyncontent">
<div class="center"><img src="../../da/d89/inet_8c_ace49c54414750a5e03afb619007af827_icgraph.png" border="0" usemap="#da/d89/inet_8c_ace49c54414750a5e03afb619007af827_icgraph" alt=""/></div>
<map name="da/d89/inet_8c_ace49c54414750a5e03afb619007af827_icgraph" id="da/d89/inet_8c_ace49c54414750a5e03afb619007af827_icgraph">
<area shape="rect" id="node3" href="../../d6/d4a/inet_8h.html#a2aa626239ab1ad25661dfed01b5f2f89" title="set_broadcast_sk" alt="" coords="187,688,312,717"/><area shape="rect" id="node5" href="../../d6/d4a/inet_8h.html#a0f1dbd0722384c9eddd65f669229345a" title="new_bcast_conn" alt="" coords="360,688,480,717"/><area shape="rect" id="node7" href="../../d5/d89/pkts_8h.html#add26b86f4b7d350021c4a96e6db6ce6c" title="send_rq" alt="" coords="529,688,596,717"/><area shape="rect" id="node9" href="../../d5/d05/andna_8h.html#a47f535bfa2b7403ded9d8b4a7c19d27d" title="andna_register_hname" alt="" coords="648,61,800,91"/><area shape="rect" id="node22" href="../../d5/d05/andna_8h.html#a278c2e4e68b10357f59f3edbaa9bf7de" title="andna_check_counter" alt="" coords="649,580,799,609"/><area shape="rect" id="node28" href="../../d5/d05/andna_8h.html#a1ce60180d15ab89d473eb45928ee6ee5" title="andna_resolve_hash" alt="" coords="653,1085,795,1115"/><area shape="rect" id="node38" href="../../d5/d05/andna_8h.html#a9f9606b7d11bf10088542d80e6aac805" title="andna_reverse_resolve" alt="" coords="647,1008,801,1037"/><area shape="rect" id="node42" href="../../d5/d05/andna_8h.html#a44e3e539ab14f207121225a8f649acf8" title="andna_recv_rev_resolve_rq" alt="" coords="851,260,1032,289"/><area shape="rect" id="node45" href="../../d5/d05/andna_8h.html#a176509d35d2405f8416d22b7defd2081" title="get_single_andna_c" alt="" coords="656,633,792,663"/><area shape="rect" id="node54" href="../../d5/d05/andna_8h.html#a518d5d1d638386131f4e1ca4b5e2edb6" title="put_single_acache" alt="" coords="876,367,1007,396"/><area shape="rect" id="node57" href="../../d4/d18/andna_8c.html#a75826b3a2a955fdd50d081ac17e0abe8" title="get_andna_cache" alt="" coords="663,156,785,185"/><area shape="rect" id="node62" href="../../d5/d05/andna_8h.html#a288580e9a1dfc745225f740d4afb9f6d" title="put_andna_cache" alt="" coords="663,688,785,717"/><area shape="rect" id="node65" href="../../d4/d18/andna_8c.html#a3148136f16559910186e2e0f253a5981" title="get_counter_cache" alt="" coords="659,209,789,239"/><area shape="rect" id="node68" href="../../d5/d05/andna_8h.html#a2196e258ccd91d09ad736705e25b59ce" title="put_counter_cache" alt="" coords="659,741,789,771"/><area shape="rect" id="node71" href="../../d0/d51/daemon_8h.html#a6bfa338bfc8ec41ee95e77a666e26114" title="tcp_daemon" alt="" coords="895,207,988,236"/><area shape="rect" id="node75" href="../../d6/d34/hook_8h.html#aa99944b9d6345e33be0bf1c850380228" title="put_ext_map" alt="" coords="676,901,772,931"/><area shape="rect" id="node79" href="../../d6/d34/hook_8h.html#ab08a91850a188145dc3f039300aeca8b" title="put_int_map" alt="" coords="677,955,771,984"/><area shape="rect" id="node82" href="../../d6/d34/hook_8h.html#a63187dcc3bfeb1895aed9385c06ed714" title="put_bnode_map" alt="" coords="667,795,781,824"/><area shape="rect" id="node85" href="../../d3/dc7/hook_8c.html#acb511717802de00a8566330c97afeb96" title="put_internet_gws" alt="" coords="664,848,784,877"/><area shape="rect" id="node88" href="../../d5/d89/pkts_8h.html#a9705190f4cb9031da8070644993515d5" title="forward_pkt" alt="" coords="679,527,769,556"/><area shape="rect" id="node96" href="../../d5/d89/pkts_8h.html#ad386f9f8ac111df2a8d5a5e9912013ca" title="pkt_err" alt="" coords="693,420,755,449"/><area shape="rect" id="node109" href="../../d3/df5/radar_8h.html#a8424d1822303af54c7e25160800cf7d8" title="rnl_send_rq" alt="" coords="680,1297,768,1327"/><area shape="rect" id="node125" href="../../d3/df5/radar_8h.html#a3d46b80b3ad27f86a02c0586617f18cc" title="radar_scan" alt="" coords="681,1351,767,1380"/><area shape="rect" id="node127" href="../../d3/df5/radar_8h.html#a7a73bfef9b57006bbe0327107e991c74" title="radard" alt="" coords="695,1404,753,1433"/><area shape="rect" id="node11" href="../../d4/d18/andna_8c.html#abac5b6d2df2140ec17abb62d9ce8cbbc" title="andna_min_update_retry" alt="" coords="860,31,1023,60"/><area shape="rect" id="node13" href="../../d5/d05/andna_8h.html#a22751676386bfd17dd30f88528ee0f12" title="andna_update_hnames" alt="" coords="1081,5,1236,35"/><area shape="rect" id="node16" href="../../d5/d05/andna_8h.html#ac5e2e3a07b8b99edbc9501aae6e5b1ff" title="andna_maintain_hnames\l_active" alt="" coords="859,83,1024,130"/><area shape="rect" id="node18" href="../../d5/d05/andna_8h.html#ae8a0abdfc416da1b04dafe5c30fb14c3" title="andna_main" alt="" coords="1113,153,1204,183"/><area shape="rect" id="node20" href="../../d9/d88/ntkresolv_8h.html#a3c04138a5bfe5d72780bb7e82a18e627" title="main" alt="" coords="1285,180,1336,209"/><area shape="rect" id="node24" href="../../d5/d05/andna_8h.html#a5da3518ba270f03f8d087c3c1cb25115" title="andna_recv_reg_rq" alt="" coords="876,580,1007,609"/><area shape="rect" id="node26" href="../../d5/d05/andna_8h.html#aa7b53282a673cbc82c998a3cf4e5aff2" title="andna_init" alt="" coords="1119,553,1199,583"/><area shape="rect" id="node30" href="../../d5/d05/andna_8h.html#aa3b87d2348a3a7cdb6e2d95c66fdfb6f" title="andna_resolve_hname" alt="" coords="865,1111,1017,1140"/><area shape="rect" id="node34" href="../../dd/dd9/andns_8h.html#a77c1322dbf52a1bacabe97028c9ce8d2" title="nk_rslv" alt="" coords="909,1057,973,1087"/><area shape="rect" id="node36" href="../../d1/dd5/andns__snsd_8h.html#a5f5ed255a4e4e2604045525ee8acb7fb" title="snsd_main_ip" alt="" coords="891,1164,992,1193"/><area shape="rect" id="node32" href="../../dd/dd9/andns_8h.html#a81431a7e5716758c3bbefd17f8e68898" title="inet_rslv" alt="" coords="1124,1057,1193,1087"/><area shape="rect" id="node48" href="../../d5/d05/andna_8h.html#a8aab86a04409ff7c8baef00863464621" title="andna_recv_resolve_rq" alt="" coords="864,527,1019,556"/><area shape="rect" id="node51" href="../../d5/d05/andna_8h.html#a7cb15ea6895d12e1dc8b334360de6819" title="recv_spread_single\l_acache" alt="" coords="875,633,1008,679"/><area shape="rect" id="node59" href="../../d5/d05/andna_8h.html#a533e80474668ec6d63b4e5302b910a6c" title="andna_hook" alt="" coords="896,153,987,183"/><area shape="rect" id="node77" href="../../d6/d34/hook_8h.html#af541d5ab5dd6596b12342140f4094dee" title="hook_init" alt="" coords="1121,853,1196,883"/><area shape="rect" id="node91" href="../../d5/d05/andna_8h.html#aaa787887419437e0bca8efae5cd88aaf" title="andna_recv_check_counter" alt="" coords="851,473,1032,503"/><area shape="rect" id="node104" href="../../d6/d34/hook_8h.html#a7da6546e5822e282b57e5aee17e0c80c" title="put_free_nodes" alt="" coords="887,420,996,449"/><area shape="rect" id="node107" href="../../d5/d89/pkts_8h.html#ad72bbdba1c2025145f30bba79981c11d" title="pkt_exec" alt="" coords="904,313,979,343"/><area shape="rect" id="node111" href="../../d3/dc7/hook_8c.html#a13ba2bdeee0139a4e9cc749296099be2" title="get_free_nodes" alt="" coords="887,1537,996,1567"/><area shape="rect" id="node113" href="../../d3/dc7/hook_8c.html#a2dba643d9fbb3c9ce179b936a5190f59" title="get_qspn_round" alt="" coords="884,1217,999,1247"/><area shape="rect" id="node115" href="../../d3/dc7/hook_8c.html#a5f70bb451547d6e6fa8d4584bfcb6446" title="get_ext_map" alt="" coords="893,1271,989,1300"/><area shape="rect" id="node117" href="../../d3/dc7/hook_8c.html#a68ce15d13d0063d2670f1f75941d4d41" title="get_int_map" alt="" coords="895,1324,988,1353"/><area shape="rect" id="node119" href="../../d3/dc7/hook_8c.html#ab5fcc9e0c459e229bee016a7698e08ee" title="get_bnode_map" alt="" coords="884,1377,999,1407"/><area shape="rect" id="node121" href="../../d3/dc7/hook_8c.html#a8fe66445249fb1a1e2890250919bf67e" title="get_internet_gws" alt="" coords="881,1431,1001,1460"/><area shape="rect" id="node123" href="../../da/db5/tracer_8h.html#add8a05e0cb98370b058e9a4906bcc463" title="flood_pkt_send" alt="" coords="887,1484,996,1513"/></map>
</div>
</p>
</div>
</div>
<a class="anchor" id="a0f1dbd0722384c9eddd65f669229345a"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">int new_bcast_conn </td>
<td>(</td>
<td class="paramtype"><a class="el" href="../../da/d1d/structinet__prefix.html">inet_prefix</a> *&#160;</td>
<td class="paramname"><em>host</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">short&#160;</td>
<td class="paramname"><em>port</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">int&#160;</td>
<td class="paramname"><em>dev_idx</em>&#160;</td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td>
</tr>
</table>
</div><div class="memdoc">
<p><div class="dynheader">
Here is the call graph for this function:</div>
<div class="dyncontent">
<div class="center"><img src="../../da/d89/inet_8c_a0f1dbd0722384c9eddd65f669229345a_cgraph.png" border="0" usemap="#da/d89/inet_8c_a0f1dbd0722384c9eddd65f669229345a_cgraph" alt=""/></div>
<map name="da/d89/inet_8c_a0f1dbd0722384c9eddd65f669229345a_cgraph" id="da/d89/inet_8c_a0f1dbd0722384c9eddd65f669229345a_cgraph">
<area shape="rect" id="node3" href="../../da/d89/inet_8c.html#a8e51a98ebf31af2e65b949335a06d47a" title="new_dgram_socket" alt="" coords="177,160,311,189"/><area shape="rect" id="node5" href="../../d7/df8/log_8c.html#ac33c8a42a58a6379397850b60be22028" title="error" alt="" coords="589,187,637,216"/><area shape="rect" id="node9" href="../../da/d89/inet_8c.html#a2aa626239ab1ad25661dfed01b5f2f89" title="set_broadcast_sk" alt="" coords="181,264,307,293"/><area shape="rect" id="node26" href="../../da/d89/inet_8c.html#a8eac5edae4e220edc0f4a974dd5749d3" title="inet_to_sockaddr" alt="" coords="184,371,304,400"/><area shape="rect" id="node36" href="../../da/d89/inet_8c.html#ab5a263b2a13ea5c2eb67c8b05bd56564" title="set_bindtodevice_sk" alt="" coords="173,5,315,35"/><area shape="rect" id="node39" href="../../d1/d71/ll__map_8c.html#aced8907c33267205072637b09f56c869" title="ll_index_to_name" alt="" coords="183,515,305,544"/><area shape="rect" id="node43" href="../../da/d89/inet_8c.html#a7ee487ce5e94550114761abaee2bc334" title="inet_to_str" alt="" coords="203,436,285,465"/><area shape="rect" id="node7" href="../../d7/df8/log_8c.html#a3bd4b0345d9f0035edbe68f3795319de" title="print_log" alt="" coords="719,233,788,263"/><area shape="rect" id="node12" href="../../da/d89/inet_8c.html#ace49c54414750a5e03afb619007af827" title="join_ipv6_multicast" alt="" coords="372,264,505,293"/><area shape="rect" id="node15" href="../../da/d89/inet_8c.html#a1cd6901da908a11c445765c7aa42e495" title="set_multicast_loop_sk" alt="" coords="363,317,515,347"/><area shape="rect" id="node18" href="../../da/d89/inet_8c.html#a22541324b0b1e8b9b874c5c089296c20" title="set_multicast_if" alt="" coords="381,160,496,189"/><area shape="rect" id="node21" href="../../d7/df8/log_8c.html#a677da14e8c4326bde43622f233f1ead3" title="fatal" alt="" coords="416,371,461,400"/><area shape="rect" id="node24" href="../../d7/df8/log_8c.html#a32f684e2d9d47ca24806b88e58498931" title="close_log_file" alt="" coords="563,371,664,400"/><area shape="rect" id="node28" href="../../da/d89/inet_8c.html#a75c2848f706809db4a3a8999d46118dc" title="inet_htonl" alt="" coords="575,449,652,479"/><area shape="rect" id="node30" href="../../d0/ddb/misc_8c.html#a7b5a2df1e2b36c954653fd3e786a5405" title="swap_ints" alt="" coords="713,449,793,479"/><area shape="rect" id="node32" href="../../d0/ddb/misc_8c.html#acb6548d316f7cd3f28e77c2bd4eb3e33" title="swap_array" alt="" coords="844,449,932,479"/><area shape="rect" id="node41" href="../../d1/d71/ll__map_8c.html#ad3726eb503a42ed32a53f65a9aa0c252" title="ll_idx_n2a" alt="" coords="399,528,479,557"/><area shape="rect" id="node45" href="../../da/d89/inet_8c.html#a9d2fb5508608cf4b8f5347d2edbb276b" title="ipraw_to_str" alt="" coords="392,475,485,504"/></map>
</div>
</p>
<p><div class="dynheader">
Here is the caller graph for this function:</div>
<div class="dyncontent">
<div class="center"><img src="../../da/d89/inet_8c_a0f1dbd0722384c9eddd65f669229345a_icgraph.png" border="0" usemap="#da/d89/inet_8c_a0f1dbd0722384c9eddd65f669229345a_icgraph" alt=""/></div>
<map name="da/d89/inet_8c_a0f1dbd0722384c9eddd65f669229345a_icgraph" id="da/d89/inet_8c_a0f1dbd0722384c9eddd65f669229345a_icgraph">
<area shape="rect" id="node3" href="../../d5/d89/pkts_8h.html#add26b86f4b7d350021c4a96e6db6ce6c" title="send_rq" alt="" coords="175,715,241,744"/><area shape="rect" id="node5" href="../../d5/d05/andna_8h.html#a47f535bfa2b7403ded9d8b4a7c19d27d" title="andna_register_hname" alt="" coords="293,88,445,117"/><area shape="rect" id="node18" href="../../d5/d05/andna_8h.html#a278c2e4e68b10357f59f3edbaa9bf7de" title="andna_check_counter" alt="" coords="295,408,444,437"/><area shape="rect" id="node24" href="../../d5/d05/andna_8h.html#a1ce60180d15ab89d473eb45928ee6ee5" title="andna_resolve_hash" alt="" coords="299,1111,440,1140"/><area shape="rect" id="node34" href="../../d5/d05/andna_8h.html#a9f9606b7d11bf10088542d80e6aac805" title="andna_reverse_resolve" alt="" coords="292,1035,447,1064"/><area shape="rect" id="node38" href="../../d5/d05/andna_8h.html#a44e3e539ab14f207121225a8f649acf8" title="andna_recv_rev_resolve_rq" alt="" coords="496,285,677,315"/><area shape="rect" id="node41" href="../../d5/d05/andna_8h.html#a176509d35d2405f8416d22b7defd2081" title="get_single_andna_c" alt="" coords="301,461,437,491"/><area shape="rect" id="node50" href="../../d5/d05/andna_8h.html#a518d5d1d638386131f4e1ca4b5e2edb6" title="put_single_acache" alt="" coords="521,675,652,704"/><area shape="rect" id="node53" href="../../d4/d18/andna_8c.html#a75826b3a2a955fdd50d081ac17e0abe8" title="get_andna_cache" alt="" coords="308,244,431,273"/><area shape="rect" id="node58" href="../../d5/d05/andna_8h.html#a288580e9a1dfc745225f740d4afb9f6d" title="put_andna_cache" alt="" coords="308,715,431,744"/><area shape="rect" id="node61" href="../../d4/d18/andna_8c.html#a3148136f16559910186e2e0f253a5981" title="get_counter_cache" alt="" coords="304,189,435,219"/><area shape="rect" id="node64" href="../../d5/d05/andna_8h.html#a2196e258ccd91d09ad736705e25b59ce" title="put_counter_cache" alt="" coords="304,768,435,797"/><area shape="rect" id="node67" href="../../d0/d51/daemon_8h.html#a6bfa338bfc8ec41ee95e77a666e26114" title="tcp_daemon" alt="" coords="540,232,633,261"/><area shape="rect" id="node71" href="../../d6/d34/hook_8h.html#aa99944b9d6345e33be0bf1c850380228" title="put_ext_map" alt="" coords="321,875,417,904"/><area shape="rect" id="node75" href="../../d6/d34/hook_8h.html#ab08a91850a188145dc3f039300aeca8b" title="put_int_map" alt="" coords="323,928,416,957"/><area shape="rect" id="node78" href="../../d6/d34/hook_8h.html#a63187dcc3bfeb1895aed9385c06ed714" title="put_bnode_map" alt="" coords="312,981,427,1011"/><area shape="rect" id="node81" href="../../d3/dc7/hook_8c.html#acb511717802de00a8566330c97afeb96" title="put_internet_gws" alt="" coords="309,821,429,851"/><area shape="rect" id="node84" href="../../d5/d89/pkts_8h.html#a9705190f4cb9031da8070644993515d5" title="forward_pkt" alt="" coords="324,568,415,597"/><area shape="rect" id="node92" href="../../d5/d89/pkts_8h.html#ad386f9f8ac111df2a8d5a5e9912013ca" title="pkt_err" alt="" coords="339,515,400,544"/><area shape="rect" id="node105" href="../../d3/df5/radar_8h.html#a8424d1822303af54c7e25160800cf7d8" title="rnl_send_rq" alt="" coords="325,1376,413,1405"/><area shape="rect" id="node121" href="../../d3/df5/radar_8h.html#a3d46b80b3ad27f86a02c0586617f18cc" title="radar_scan" alt="" coords="327,1536,412,1565"/><area shape="rect" id="node127" href="../../d3/df5/radar_8h.html#a7a73bfef9b57006bbe0327107e991c74" title="radard" alt="" coords="340,1589,399,1619"/><area shape="rect" id="node7" href="../../d4/d18/andna_8c.html#abac5b6d2df2140ec17abb62d9ce8cbbc" title="andna_min_update_retry" alt="" coords="505,5,668,35"/><area shape="rect" id="node9" href="../../d5/d05/andna_8h.html#a22751676386bfd17dd30f88528ee0f12" title="andna_update_hnames" alt="" coords="727,32,881,61"/><area shape="rect" id="node12" href="../../d5/d05/andna_8h.html#ac5e2e3a07b8b99edbc9501aae6e5b1ff" title="andna_maintain_hnames\l_active" alt="" coords="504,109,669,155"/><area shape="rect" id="node14" href="../../d5/d05/andna_8h.html#ae8a0abdfc416da1b04dafe5c30fb14c3" title="andna_main" alt="" coords="759,179,849,208"/><area shape="rect" id="node16" href="../../d9/d88/ntkresolv_8h.html#a3c04138a5bfe5d72780bb7e82a18e627" title="main" alt="" coords="931,205,981,235"/><area shape="rect" id="node20" href="../../d5/d05/andna_8h.html#a5da3518ba270f03f8d087c3c1cb25115" title="andna_recv_reg_rq" alt="" coords="521,408,652,437"/><area shape="rect" id="node22" href="../../d5/d05/andna_8h.html#aa7b53282a673cbc82c998a3cf4e5aff2" title="andna_init" alt="" coords="764,541,844,571"/><area shape="rect" id="node26" href="../../d5/d05/andna_8h.html#aa3b87d2348a3a7cdb6e2d95c66fdfb6f" title="andna_resolve_hname" alt="" coords="511,1136,663,1165"/><area shape="rect" id="node30" href="../../dd/dd9/andns_8h.html#a77c1322dbf52a1bacabe97028c9ce8d2" title="nk_rslv" alt="" coords="555,1083,619,1112"/><area shape="rect" id="node32" href="../../d1/dd5/andns__snsd_8h.html#a5f5ed255a4e4e2604045525ee8acb7fb" title="snsd_main_ip" alt="" coords="536,1189,637,1219"/><area shape="rect" id="node28" href="../../dd/dd9/andns_8h.html#a81431a7e5716758c3bbefd17f8e68898" title="inet_rslv" alt="" coords="769,1083,839,1112"/><area shape="rect" id="node44" href="../../d5/d05/andna_8h.html#a8aab86a04409ff7c8baef00863464621" title="andna_recv_resolve_rq" alt="" coords="509,515,664,544"/><area shape="rect" id="node47" href="../../d5/d05/andna_8h.html#a7cb15ea6895d12e1dc8b334360de6819" title="recv_spread_single\l_acache" alt="" coords="520,338,653,385"/><area shape="rect" id="node55" href="../../d5/d05/andna_8h.html#a533e80474668ec6d63b4e5302b910a6c" title="andna_hook" alt="" coords="541,179,632,208"/><area shape="rect" id="node73" href="../../d6/d34/hook_8h.html#af541d5ab5dd6596b12342140f4094dee" title="hook_init" alt="" coords="767,879,841,908"/><area shape="rect" id="node87" href="../../d5/d05/andna_8h.html#aaa787887419437e0bca8efae5cd88aaf" title="andna_recv_check_counter" alt="" coords="496,568,677,597"/><area shape="rect" id="node100" href="../../d6/d34/hook_8h.html#a7da6546e5822e282b57e5aee17e0c80c" title="put_free_nodes" alt="" coords="532,621,641,651"/><area shape="rect" id="node103" href="../../d5/d89/pkts_8h.html#ad72bbdba1c2025145f30bba79981c11d" title="pkt_exec" alt="" coords="549,461,624,491"/><area shape="rect" id="node107" href="../../d3/dc7/hook_8c.html#a13ba2bdeee0139a4e9cc749296099be2" title="get_free_nodes" alt="" coords="532,1509,641,1539"/><area shape="rect" id="node109" href="../../d3/dc7/hook_8c.html#a2dba643d9fbb3c9ce179b936a5190f59" title="get_qspn_round" alt="" coords="529,1563,644,1592"/><area shape="rect" id="node111" href="../../d3/dc7/hook_8c.html#a5f70bb451547d6e6fa8d4584bfcb6446" title="get_ext_map" alt="" coords="539,1243,635,1272"/><area shape="rect" id="node113" href="../../d3/dc7/hook_8c.html#a68ce15d13d0063d2670f1f75941d4d41" title="get_int_map" alt="" coords="540,1296,633,1325"/><area shape="rect" id="node115" href="../../d3/dc7/hook_8c.html#ab5fcc9e0c459e229bee016a7698e08ee" title="get_bnode_map" alt="" coords="529,1349,644,1379"/><area shape="rect" id="node117" href="../../d3/dc7/hook_8c.html#a8fe66445249fb1a1e2890250919bf67e" title="get_internet_gws" alt="" coords="527,1403,647,1432"/><area shape="rect" id="node119" href="../../da/db5/tracer_8h.html#add8a05e0cb98370b058e9a4906bcc463" title="flood_pkt_send" alt="" coords="532,1456,641,1485"/><area shape="rect" id="node123" href="../../d3/dc7/hook_8c.html#a7503e6bf75bee5edba1dd37e8878911a" title="hook_first_radar_scan" alt="" coords="512,1616,661,1645"/><area shape="rect" id="node125" href="../../d3/dc7/hook_8c.html#a5e32a215ed05b1ef1f870ce105f67640" title="hook_finish" alt="" coords="543,1669,631,1699"/></map>
</div>
</p>
</div>
</div>
<a class="anchor" id="a8e51a98ebf31af2e65b949335a06d47a"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">int new_dgram_socket </td>
<td>(</td>
<td class="paramtype">int&#160;</td>
<td class="paramname"><em>sock_type</em></td><td>)</td>
<td></td>
</tr>
</table>
</div><div class="memdoc">
<p><div class="dynheader">
Here is the call graph for this function:</div>
<div class="dyncontent">
<div class="center"><img src="../../da/d89/inet_8c_a8e51a98ebf31af2e65b949335a06d47a_cgraph.png" border="0" usemap="#da/d89/inet_8c_a8e51a98ebf31af2e65b949335a06d47a_cgraph" alt=""/></div>
<map name="da/d89/inet_8c_a8e51a98ebf31af2e65b949335a06d47a_cgraph" id="da/d89/inet_8c_a8e51a98ebf31af2e65b949335a06d47a_cgraph">
<area shape="rect" id="node3" href="../../d7/df8/log_8c.html#ac33c8a42a58a6379397850b60be22028" title="error" alt="" coords="189,5,237,35"/><area shape="rect" id="node5" href="../../d7/df8/log_8c.html#a3bd4b0345d9f0035edbe68f3795319de" title="print_log" alt="" coords="287,5,356,35"/></map>
</div>
</p>
<p><div class="dynheader">
Here is the caller graph for this function:</div>
<div class="dyncontent">
<div class="center"><img src="../../da/d89/inet_8c_a8e51a98ebf31af2e65b949335a06d47a_icgraph.png" border="0" usemap="#da/d89/inet_8c_a8e51a98ebf31af2e65b949335a06d47a_icgraph" alt=""/></div>
<map name="da/d89/inet_8c_a8e51a98ebf31af2e65b949335a06d47a_icgraph" id="da/d89/inet_8c_a8e51a98ebf31af2e65b949335a06d47a_icgraph">
<area shape="rect" id="node3" href="../../d6/d4a/inet_8h.html#a3c05d384e453db0f645d1b1eef3f753b" title="new_udp_conn" alt="" coords="195,661,304,691"/><area shape="rect" id="node127" href="../../d6/d4a/inet_8h.html#a0f1dbd0722384c9eddd65f669229345a" title="new_bcast_conn" alt="" coords="189,715,309,744"/><area shape="rect" id="node5" href="../../d5/d89/pkts_8h.html#add26b86f4b7d350021c4a96e6db6ce6c" title="send_rq" alt="" coords="359,688,425,717"/><area shape="rect" id="node7" href="../../d5/d05/andna_8h.html#a47f535bfa2b7403ded9d8b4a7c19d27d" title="andna_register_hname" alt="" coords="477,61,629,91"/><area shape="rect" id="node20" href="../../d5/d05/andna_8h.html#a278c2e4e68b10357f59f3edbaa9bf7de" title="andna_check_counter" alt="" coords="479,580,628,609"/><area shape="rect" id="node26" href="../../d5/d05/andna_8h.html#a1ce60180d15ab89d473eb45928ee6ee5" title="andna_resolve_hash" alt="" coords="483,1085,624,1115"/><area shape="rect" id="node36" href="../../d5/d05/andna_8h.html#a9f9606b7d11bf10088542d80e6aac805" title="andna_reverse_resolve" alt="" coords="476,1008,631,1037"/><area shape="rect" id="node40" href="../../d5/d05/andna_8h.html#a44e3e539ab14f207121225a8f649acf8" title="andna_recv_rev_resolve_rq" alt="" coords="680,260,861,289"/><area shape="rect" id="node43" href="../../d5/d05/andna_8h.html#a176509d35d2405f8416d22b7defd2081" title="get_single_andna_c" alt="" coords="485,633,621,663"/><area shape="rect" id="node52" href="../../d5/d05/andna_8h.html#a518d5d1d638386131f4e1ca4b5e2edb6" title="put_single_acache" alt="" coords="705,367,836,396"/><area shape="rect" id="node55" href="../../d4/d18/andna_8c.html#a75826b3a2a955fdd50d081ac17e0abe8" title="get_andna_cache" alt="" coords="492,156,615,185"/><area shape="rect" id="node60" href="../../d5/d05/andna_8h.html#a288580e9a1dfc745225f740d4afb9f6d" title="put_andna_cache" alt="" coords="492,688,615,717"/><area shape="rect" id="node63" href="../../d4/d18/andna_8c.html#a3148136f16559910186e2e0f253a5981" title="get_counter_cache" alt="" coords="488,209,619,239"/><area shape="rect" id="node66" href="../../d5/d05/andna_8h.html#a2196e258ccd91d09ad736705e25b59ce" title="put_counter_cache" alt="" coords="488,741,619,771"/><area shape="rect" id="node69" href="../../d0/d51/daemon_8h.html#a6bfa338bfc8ec41ee95e77a666e26114" title="tcp_daemon" alt="" coords="724,207,817,236"/><area shape="rect" id="node73" href="../../d6/d34/hook_8h.html#aa99944b9d6345e33be0bf1c850380228" title="put_ext_map" alt="" coords="505,901,601,931"/><area shape="rect" id="node77" href="../../d6/d34/hook_8h.html#ab08a91850a188145dc3f039300aeca8b" title="put_int_map" alt="" coords="507,955,600,984"/><area shape="rect" id="node80" href="../../d6/d34/hook_8h.html#a63187dcc3bfeb1895aed9385c06ed714" title="put_bnode_map" alt="" coords="496,795,611,824"/><area shape="rect" id="node83" href="../../d3/dc7/hook_8c.html#acb511717802de00a8566330c97afeb96" title="put_internet_gws" alt="" coords="493,848,613,877"/><area shape="rect" id="node86" href="../../d5/d89/pkts_8h.html#a9705190f4cb9031da8070644993515d5" title="forward_pkt" alt="" coords="508,527,599,556"/><area shape="rect" id="node94" href="../../d5/d89/pkts_8h.html#ad386f9f8ac111df2a8d5a5e9912013ca" title="pkt_err" alt="" coords="523,420,584,449"/><area shape="rect" id="node107" href="../../d3/df5/radar_8h.html#a8424d1822303af54c7e25160800cf7d8" title="rnl_send_rq" alt="" coords="509,1297,597,1327"/><area shape="rect" id="node123" href="../../d3/df5/radar_8h.html#a3d46b80b3ad27f86a02c0586617f18cc" title="radar_scan" alt="" coords="511,1351,596,1380"/><area shape="rect" id="node125" href="../../d3/df5/radar_8h.html#a7a73bfef9b57006bbe0327107e991c74" title="radard" alt="" coords="524,1404,583,1433"/><area shape="rect" id="node9" href="../../d4/d18/andna_8c.html#abac5b6d2df2140ec17abb62d9ce8cbbc" title="andna_min_update_retry" alt="" coords="689,31,852,60"/><area shape="rect" id="node11" href="../../d5/d05/andna_8h.html#a22751676386bfd17dd30f88528ee0f12" title="andna_update_hnames" alt="" coords="911,5,1065,35"/><area shape="rect" id="node14" href="../../d5/d05/andna_8h.html#ac5e2e3a07b8b99edbc9501aae6e5b1ff" title="andna_maintain_hnames\l_active" alt="" coords="688,83,853,130"/><area shape="rect" id="node16" href="../../d5/d05/andna_8h.html#ae8a0abdfc416da1b04dafe5c30fb14c3" title="andna_main" alt="" coords="943,153,1033,183"/><area shape="rect" id="node18" href="../../d9/d88/ntkresolv_8h.html#a3c04138a5bfe5d72780bb7e82a18e627" title="main" alt="" coords="1115,180,1165,209"/><area shape="rect" id="node22" href="../../d5/d05/andna_8h.html#a5da3518ba270f03f8d087c3c1cb25115" title="andna_recv_reg_rq" alt="" coords="705,580,836,609"/><area shape="rect" id="node24" href="../../d5/d05/andna_8h.html#aa7b53282a673cbc82c998a3cf4e5aff2" title="andna_init" alt="" coords="948,553,1028,583"/><area shape="rect" id="node28" href="../../d5/d05/andna_8h.html#aa3b87d2348a3a7cdb6e2d95c66fdfb6f" title="andna_resolve_hname" alt="" coords="695,1111,847,1140"/><area shape="rect" id="node32" href="../../dd/dd9/andns_8h.html#a77c1322dbf52a1bacabe97028c9ce8d2" title="nk_rslv" alt="" coords="739,1057,803,1087"/><area shape="rect" id="node34" href="../../d1/dd5/andns__snsd_8h.html#a5f5ed255a4e4e2604045525ee8acb7fb" title="snsd_main_ip" alt="" coords="720,1164,821,1193"/><area shape="rect" id="node30" href="../../dd/dd9/andns_8h.html#a81431a7e5716758c3bbefd17f8e68898" title="inet_rslv" alt="" coords="953,1057,1023,1087"/><area shape="rect" id="node46" href="../../d5/d05/andna_8h.html#a8aab86a04409ff7c8baef00863464621" title="andna_recv_resolve_rq" alt="" coords="693,527,848,556"/><area shape="rect" id="node49" href="../../d5/d05/andna_8h.html#a7cb15ea6895d12e1dc8b334360de6819" title="recv_spread_single\l_acache" alt="" coords="704,633,837,679"/><area shape="rect" id="node57" href="../../d5/d05/andna_8h.html#a533e80474668ec6d63b4e5302b910a6c" title="andna_hook" alt="" coords="725,153,816,183"/><area shape="rect" id="node75" href="../../d6/d34/hook_8h.html#af541d5ab5dd6596b12342140f4094dee" title="hook_init" alt="" coords="951,853,1025,883"/><area shape="rect" id="node89" href="../../d5/d05/andna_8h.html#aaa787887419437e0bca8efae5cd88aaf" title="andna_recv_check_counter" alt="" coords="680,473,861,503"/><area shape="rect" id="node102" href="../../d6/d34/hook_8h.html#a7da6546e5822e282b57e5aee17e0c80c" title="put_free_nodes" alt="" coords="716,420,825,449"/><area shape="rect" id="node105" href="../../d5/d89/pkts_8h.html#ad72bbdba1c2025145f30bba79981c11d" title="pkt_exec" alt="" coords="733,313,808,343"/><area shape="rect" id="node109" href="../../d3/dc7/hook_8c.html#a13ba2bdeee0139a4e9cc749296099be2" title="get_free_nodes" alt="" coords="716,1537,825,1567"/><area shape="rect" id="node111" href="../../d3/dc7/hook_8c.html#a2dba643d9fbb3c9ce179b936a5190f59" title="get_qspn_round" alt="" coords="713,1217,828,1247"/><area shape="rect" id="node113" href="../../d3/dc7/hook_8c.html#a5f70bb451547d6e6fa8d4584bfcb6446" title="get_ext_map" alt="" coords="723,1271,819,1300"/><area shape="rect" id="node115" href="../../d3/dc7/hook_8c.html#a68ce15d13d0063d2670f1f75941d4d41" title="get_int_map" alt="" coords="724,1324,817,1353"/><area shape="rect" id="node117" href="../../d3/dc7/hook_8c.html#ab5fcc9e0c459e229bee016a7698e08ee" title="get_bnode_map" alt="" coords="713,1377,828,1407"/><area shape="rect" id="node119" href="../../d3/dc7/hook_8c.html#a8fe66445249fb1a1e2890250919bf67e" title="get_internet_gws" alt="" coords="711,1431,831,1460"/><area shape="rect" id="node121" href="../../da/db5/tracer_8h.html#add8a05e0cb98370b058e9a4906bcc463" title="flood_pkt_send" alt="" coords="716,1484,825,1513"/></map>
</div>
</p>
</div>
</div>
<a class="anchor" id="a49b750fe581d1da5e169adf3c7a14af1"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">int new_socket </td>
<td>(</td>
<td class="paramtype">int&#160;</td>
<td class="paramname"><em>sock_type</em></td><td>)</td>
<td></td>
</tr>
</table>
</div><div class="memdoc">
<p><div class="dynheader">
Here is the call graph for this function:</div>
<div class="dyncontent">
<div class="center"><img src="../../da/d89/inet_8c_a49b750fe581d1da5e169adf3c7a14af1_cgraph.png" border="0" usemap="#da/d89/inet_8c_a49b750fe581d1da5e169adf3c7a14af1_cgraph" alt=""/></div>
<map name="da/d89/inet_8c_a49b750fe581d1da5e169adf3c7a14af1_cgraph" id="da/d89/inet_8c_a49b750fe581d1da5e169adf3c7a14af1_cgraph">
<area shape="rect" id="node3" href="../../d7/df8/log_8c.html#ac33c8a42a58a6379397850b60be22028" title="error" alt="" coords="147,5,195,35"/><area shape="rect" id="node5" href="../../d7/df8/log_8c.html#a3bd4b0345d9f0035edbe68f3795319de" title="print_log" alt="" coords="244,5,313,35"/></map>
</div>
</p>
<p><div class="dynheader">
Here is the caller graph for this function:</div>
<div class="dyncontent">
<div class="center"><img src="../../da/d89/inet_8c_a49b750fe581d1da5e169adf3c7a14af1_icgraph.png" border="0" usemap="#da/d89/inet_8c_a49b750fe581d1da5e169adf3c7a14af1_icgraph" alt=""/></div>
<map name="da/d89/inet_8c_a49b750fe581d1da5e169adf3c7a14af1_icgraph" id="da/d89/inet_8c_a49b750fe581d1da5e169adf3c7a14af1_icgraph">
<area shape="rect" id="node3" href="../../dc/d8d/if_8h.html#a8ae45d4359817648686b7b13713508a4" title="set_flags" alt="" coords="163,208,237,237"/><area shape="rect" id="node46" href="../../dc/d8d/if_8h.html#a29300a7fc292e542e82b441736978c3d" title="set_dev_ip" alt="" coords="157,261,243,291"/><area shape="rect" id="node53" href="../../dc/d8d/if_8h.html#a1780e54c46c637939eed303c41996194" title="get_dev_ip" alt="" coords="157,317,243,347"/><area shape="rect" id="node58" href="../../d6/d4a/inet_8h.html#ad2c73cc3fb6cc8a9fcb3997be118b71c" title="new_tcp_conn" alt="" coords="147,608,253,637"/><area shape="rect" id="node5" href="../../dc/d8d/if_8h.html#a062746ee276b608fcd9360c59364d537" title="set_dev_up" alt="" coords="331,208,419,237"/><area shape="rect" id="node42" href="../../dc/d8d/if_8h.html#abea5b6f5cd28944310eae2ab32026a4a" title="set_dev_down" alt="" coords="321,101,428,131"/><area shape="rect" id="node7" href="../../d3/dc7/hook_8c.html#a2ea386ad9474cd89fe393552276feef2" title="hook_set_all_ips" alt="" coords="497,155,615,184"/><area shape="rect" id="node33" href="../../dc/d8d/if_8h.html#a43dc9cc0a5b3d92198afd68b330694ec" title="if_init_all" alt="" coords="520,212,592,241"/><area shape="rect" id="node36" href="../../d7/d0e/iptunnel_8h.html#ac1530909b70d5c7d0d743a455231ab4e" title="set_tunnel_ip" alt="" coords="507,101,605,131"/><area shape="rect" id="node9" href="../../d3/dc7/hook_8c.html#acce6e668cf071bc363f3237daebc95d0" title="create_new_qgroup" alt="" coords="676,111,809,140"/><area shape="rect" id="node22" href="../../d3/dc7/hook_8c.html#ad4b44c41d2528f0f4e70c24d5b4c5daf" title="hook_reset" alt="" coords="700,164,785,193"/><area shape="rect" id="node30" href="../../d3/dc7/hook_8c.html#a9c2f57416bf3788157e15a1d889cca5e" title="hook_choose_new_ip" alt="" coords="887,59,1033,88"/><area shape="rect" id="node11" href="../../d3/dc7/hook_8c.html#a7503e6bf75bee5edba1dd37e8878911a" title="hook_first_radar_scan" alt="" coords="885,216,1035,245"/><area shape="rect" id="node19" href="../../d3/dc7/hook_8c.html#a121f2311c11a2ea89f57e07d064f33b9" title="hook_get_free_nodes" alt="" coords="887,112,1033,141"/><area shape="rect" id="node13" href="../../d6/d34/hook_8h.html#af10a487801fab9a28a3cfb6759fe138f" title="netsukuku_hook" alt="" coords="1099,164,1216,193"/><area shape="rect" id="node15" href="../../d9/d88/ntkresolv_8h.html#a3c04138a5bfe5d72780bb7e82a18e627" title="main" alt="" coords="1269,320,1320,349"/><area shape="rect" id="node17" href="../../d2/d42/rehook_8h.html#ae6ae2d4b03e5a8cc1891cbf553ebb913" title="rehook" alt="" coords="1264,164,1325,193"/><area shape="rect" id="node24" href="../../d6/d34/hook_8h.html#af541d5ab5dd6596b12342140f4094dee" title="hook_init" alt="" coords="923,399,997,428"/><area shape="rect" id="node26" href="../../d4/d3b/netsukuku_8c.html#a110d67ecacf72375eea84dc00338030c" title="init_netsukuku" alt="" coords="1104,320,1211,349"/><area shape="rect" id="node38" href="../../d7/d0e/iptunnel_8h.html#ade446676cc0926692889f6f6efc3a7ba" title="add_tunnel_if" alt="" coords="693,5,792,35"/><area shape="rect" id="node40" href="../../da/dd7/igs_8h.html#a51d86ef21953a6f2d0231b9c83701ce6" title="igw_replace_def_igws" alt="" coords="885,5,1035,35"/><area shape="rect" id="node49" href="../../dc/d8d/if_8h.html#a80c11a2ffa82194213b455980e54d2bd" title="set_all_dev_ip" alt="" coords="323,155,427,184"/><area shape="rect" id="node55" href="../../da/dd7/igs_8h.html#a184ab033bb2e2c1f856df5430ba87a80" title="init_internet_gateway\l_search" alt="" coords="303,311,447,358"/><area shape="rect" id="node60" href="../../d5/d89/pkts_8h.html#ac024e276423e4ad5476ae1730d71cf76" title="pkt_tcp_connect" alt="" coords="316,849,433,879"/><area shape="rect" id="node62" href="../../d5/d89/pkts_8h.html#add26b86f4b7d350021c4a96e6db6ce6c" title="send_rq" alt="" coords="523,849,589,879"/><area shape="rect" id="node118" href="../../d3/df5/radar_8h.html#ac87ec2c357e722cc77948e2f4a133b03" title="rnl_get_sk" alt="" coords="515,1137,597,1167"/><area shape="rect" id="node64" href="../../d5/d05/andna_8h.html#a47f535bfa2b7403ded9d8b4a7c19d27d" title="andna_register_hname" alt="" coords="667,1060,819,1089"/><area shape="rect" id="node68" href="../../d5/d05/andna_8h.html#a278c2e4e68b10357f59f3edbaa9bf7de" title="andna_check_counter" alt="" coords="668,743,817,772"/><area shape="rect" id="node70" href="../../d5/d05/andna_8h.html#a1ce60180d15ab89d473eb45928ee6ee5" title="andna_resolve_hash" alt="" coords="672,796,813,825"/><area shape="rect" id="node72" href="../../d5/d05/andna_8h.html#a9f9606b7d11bf10088542d80e6aac805" title="andna_reverse_resolve" alt="" coords="665,849,820,879"/><area shape="rect" id="node74" href="../../d5/d05/andna_8h.html#a44e3e539ab14f207121225a8f649acf8" title="andna_recv_rev_resolve_rq" alt="" coords="869,928,1051,957"/><area shape="rect" id="node76" href="../../d5/d05/andna_8h.html#a176509d35d2405f8416d22b7defd2081" title="get_single_andna_c" alt="" coords="675,956,811,985"/><area shape="rect" id="node78" href="../../d5/d05/andna_8h.html#a518d5d1d638386131f4e1ca4b5e2edb6" title="put_single_acache" alt="" coords="895,689,1025,719"/><area shape="rect" id="node80" href="../../d4/d18/andna_8c.html#a75826b3a2a955fdd50d081ac17e0abe8" title="get_andna_cache" alt="" coords="899,1352,1021,1381"/><area shape="rect" id="node82" href="../../d5/d05/andna_8h.html#a288580e9a1dfc745225f740d4afb9f6d" title="put_andna_cache" alt="" coords="681,1113,804,1143"/><area shape="rect" id="node84" href="../../d4/d18/andna_8c.html#a3148136f16559910186e2e0f253a5981" title="get_counter_cache" alt="" coords="895,1417,1025,1447"/><area shape="rect" id="node86" href="../../d5/d05/andna_8h.html#a2196e258ccd91d09ad736705e25b59ce" title="put_counter_cache" alt="" coords="677,1217,808,1247"/><area shape="rect" id="node88" href="../../d0/d51/daemon_8h.html#a6bfa338bfc8ec41ee95e77a666e26114" title="tcp_daemon" alt="" coords="913,1087,1007,1116"/><area shape="rect" id="node91" href="../../d6/d34/hook_8h.html#aa99944b9d6345e33be0bf1c850380228" title="put_ext_map" alt="" coords="695,532,791,561"/><area shape="rect" id="node94" href="../../d6/d34/hook_8h.html#ab08a91850a188145dc3f039300aeca8b" title="put_int_map" alt="" coords="696,372,789,401"/><area shape="rect" id="node97" href="../../d6/d34/hook_8h.html#a63187dcc3bfeb1895aed9385c06ed714" title="put_bnode_map" alt="" coords="685,425,800,455"/><area shape="rect" id="node100" href="../../d3/dc7/hook_8c.html#acb511717802de00a8566330c97afeb96" title="put_internet_gws" alt="" coords="683,479,803,508"/><area shape="rect" id="node103" href="../../d5/d89/pkts_8h.html#a9705190f4cb9031da8070644993515d5" title="forward_pkt" alt="" coords="697,689,788,719"/><area shape="rect" id="node106" href="../../d5/d89/pkts_8h.html#ad386f9f8ac111df2a8d5a5e9912013ca" title="pkt_err" alt="" coords="712,903,773,932"/><area shape="rect" id="node111" href="../../d3/df5/radar_8h.html#a8424d1822303af54c7e25160800cf7d8" title="rnl_send_rq" alt="" coords="916,1293,1004,1323"/><area shape="rect" id="node113" href="../../d3/df5/radar_8h.html#a3d46b80b3ad27f86a02c0586617f18cc" title="radar_scan" alt="" coords="700,268,785,297"/><area shape="rect" id="node116" href="../../d3/df5/radar_8h.html#a7a73bfef9b57006bbe0327107e991c74" title="radard" alt="" coords="713,636,772,665"/><area shape="rect" id="node66" href="../../d4/d18/andna_8c.html#abac5b6d2df2140ec17abb62d9ce8cbbc" title="andna_min_update_retry" alt="" coords="879,1033,1041,1063"/><area shape="rect" id="node120" href="../../d3/df5/radar_8h.html#a23199e508fb5df7dca7410b1744531c0" title="rnl_fill_rq" alt="" coords="705,1372,780,1401"/></map>
</div>
</p>
</div>
</div>
<a class="anchor" id="ad2c73cc3fb6cc8a9fcb3997be118b71c"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">int new_tcp_conn </td>
<td>(</td>
<td class="paramtype"><a class="el" href="../../da/d1d/structinet__prefix.html">inet_prefix</a> *&#160;</td>
<td class="paramname"><em>host</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">short&#160;</td>
<td class="paramname"><em>port</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">char *&#160;</td>
<td class="paramname"><em>dev</em>&#160;</td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td>
</tr>
</table>
</div><div class="memdoc">
<p><div class="dynheader">
Here is the call graph for this function:</div>
<div class="dyncontent">
<div class="center"><img src="../../da/d89/inet_8c_ad2c73cc3fb6cc8a9fcb3997be118b71c_cgraph.png" border="0" usemap="#da/d89/inet_8c_ad2c73cc3fb6cc8a9fcb3997be118b71c_cgraph" alt=""/></div>
<map name="da/d89/inet_8c_ad2c73cc3fb6cc8a9fcb3997be118b71c_cgraph" id="da/d89/inet_8c_ad2c73cc3fb6cc8a9fcb3997be118b71c_cgraph">
<area shape="rect" id="node3" href="../../da/d89/inet_8c.html#a7ee487ce5e94550114761abaee2bc334" title="inet_to_str" alt="" coords="189,5,272,35"/><area shape="rect" id="node13" href="../../da/d89/inet_8c.html#a8eac5edae4e220edc0f4a974dd5749d3" title="inet_to_sockaddr" alt="" coords="171,59,291,88"/><area shape="rect" id="node22" href="../../d7/df8/log_8c.html#ac33c8a42a58a6379397850b60be22028" title="error" alt="" coords="372,163,420,192"/><area shape="rect" id="node25" href="../../da/d89/inet_8c.html#a49b750fe581d1da5e169adf3c7a14af1" title="new_socket" alt="" coords="185,163,276,192"/><area shape="rect" id="node28" href="../../da/d89/inet_8c.html#ab5a263b2a13ea5c2eb67c8b05bd56564" title="set_bindtodevice_sk" alt="" coords="160,216,301,245"/><area shape="rect" id="node5" href="../../da/d89/inet_8c.html#a9d2fb5508608cf4b8f5347d2edbb276b" title="ipraw_to_str" alt="" coords="349,5,443,35"/><area shape="rect" id="node7" href="../../da/d89/inet_8c.html#a75c2848f706809db4a3a8999d46118dc" title="inet_htonl" alt="" coords="503,31,580,60"/><area shape="rect" id="node9" href="../../d0/ddb/misc_8c.html#a7b5a2df1e2b36c954653fd3e786a5405" title="swap_ints" alt="" coords="641,31,721,60"/><area shape="rect" id="node11" href="../../d0/ddb/misc_8c.html#acb6548d316f7cd3f28e77c2bd4eb3e33" title="swap_array" alt="" coords="772,31,860,60"/><area shape="rect" id="node16" href="../../d7/df8/log_8c.html#a677da14e8c4326bde43622f233f1ead3" title="fatal" alt="" coords="373,109,419,139"/><area shape="rect" id="node18" href="../../d7/df8/log_8c.html#a3bd4b0345d9f0035edbe68f3795319de" title="print_log" alt="" coords="507,163,576,192"/><area shape="rect" id="node20" href="../../d7/df8/log_8c.html#a32f684e2d9d47ca24806b88e58498931" title="close_log_file" alt="" coords="491,109,592,139"/></map>
</div>
</p>
<p><div class="dynheader">
Here is the caller graph for this function:</div>
<div class="dyncontent">
<div class="center"><img src="../../da/d89/inet_8c_ad2c73cc3fb6cc8a9fcb3997be118b71c_icgraph.png" border="0" usemap="#da/d89/inet_8c_ad2c73cc3fb6cc8a9fcb3997be118b71c_icgraph" alt=""/></div>
<map name="da/d89/inet_8c_ad2c73cc3fb6cc8a9fcb3997be118b71c_icgraph" id="da/d89/inet_8c_ad2c73cc3fb6cc8a9fcb3997be118b71c_icgraph">
<area shape="rect" id="node3" href="../../d5/d89/pkts_8h.html#ac024e276423e4ad5476ae1730d71cf76" title="pkt_tcp_connect" alt="" coords="161,507,279,536"/><area shape="rect" id="node5" href="../../d5/d89/pkts_8h.html#add26b86f4b7d350021c4a96e6db6ce6c" title="send_rq" alt="" coords="463,784,529,813"/><area shape="rect" id="node125" href="../../d3/df5/radar_8h.html#ac87ec2c357e722cc77948e2f4a133b03" title="rnl_get_sk" alt="" coords="328,431,411,460"/><area shape="rect" id="node7" href="../../d5/d05/andna_8h.html#a47f535bfa2b7403ded9d8b4a7c19d27d" title="andna_register_hname" alt="" coords="584,440,736,469"/><area shape="rect" id="node20" href="../../d5/d05/andna_8h.html#a278c2e4e68b10357f59f3edbaa9bf7de" title="andna_check_counter" alt="" coords="585,1179,735,1208"/><area shape="rect" id="node26" href="../../d5/d05/andna_8h.html#a1ce60180d15ab89d473eb45928ee6ee5" title="andna_resolve_hash" alt="" coords="589,1379,731,1408"/><area shape="rect" id="node36" href="../../d5/d05/andna_8h.html#a9f9606b7d11bf10088542d80e6aac805" title="andna_reverse_resolve" alt="" coords="583,1459,737,1488"/><area shape="rect" id="node40" href="../../d5/d05/andna_8h.html#a44e3e539ab14f207121225a8f649acf8" title="andna_recv_rev_resolve_rq" alt="" coords="787,912,968,941"/><area shape="rect" id="node43" href="../../d5/d05/andna_8h.html#a176509d35d2405f8416d22b7defd2081" title="get_single_andna_c" alt="" coords="592,1125,728,1155"/><area shape="rect" id="node52" href="../../d5/d05/andna_8h.html#a518d5d1d638386131f4e1ca4b5e2edb6" title="put_single_acache" alt="" coords="812,1019,943,1048"/><area shape="rect" id="node55" href="../../d4/d18/andna_8c.html#a75826b3a2a955fdd50d081ac17e0abe8" title="get_andna_cache" alt="" coords="599,383,721,412"/><area shape="rect" id="node60" href="../../d5/d05/andna_8h.html#a288580e9a1dfc745225f740d4afb9f6d" title="put_andna_cache" alt="" coords="599,864,721,893"/><area shape="rect" id="node63" href="../../d4/d18/andna_8c.html#a3148136f16559910186e2e0f253a5981" title="get_counter_cache" alt="" coords="595,329,725,359"/><area shape="rect" id="node66" href="../../d5/d05/andna_8h.html#a2196e258ccd91d09ad736705e25b59ce" title="put_counter_cache" alt="" coords="595,1265,725,1295"/><area shape="rect" id="node69" href="../../d0/d51/daemon_8h.html#a6bfa338bfc8ec41ee95e77a666e26114" title="tcp_daemon" alt="" coords="831,552,924,581"/><area shape="rect" id="node73" href="../../d6/d34/hook_8h.html#aa99944b9d6345e33be0bf1c850380228" title="put_ext_map" alt="" coords="612,811,708,840"/><area shape="rect" id="node77" href="../../d6/d34/hook_8h.html#ab08a91850a188145dc3f039300aeca8b" title="put_int_map" alt="" coords="613,757,707,787"/><area shape="rect" id="node80" href="../../d6/d34/hook_8h.html#a63187dcc3bfeb1895aed9385c06ed714" title="put_bnode_map" alt="" coords="603,597,717,627"/><area shape="rect" id="node83" href="../../d3/dc7/hook_8c.html#acb511717802de00a8566330c97afeb96" title="put_internet_gws" alt="" coords="600,651,720,680"/><area shape="rect" id="node86" href="../../d5/d89/pkts_8h.html#a9705190f4cb9031da8070644993515d5" title="forward_pkt" alt="" coords="615,1072,705,1101"/><area shape="rect" id="node94" href="../../d5/d89/pkts_8h.html#ad386f9f8ac111df2a8d5a5e9912013ca" title="pkt_err" alt="" coords="629,968,691,997"/><area shape="rect" id="node107" href="../../d3/df5/radar_8h.html#a8424d1822303af54c7e25160800cf7d8" title="rnl_send_rq" alt="" coords="616,192,704,221"/><area shape="rect" id="node121" href="../../d3/df5/radar_8h.html#a3d46b80b3ad27f86a02c0586617f18cc" title="radar_scan" alt="" coords="617,704,703,733"/><area shape="rect" id="node123" href="../../d3/df5/radar_8h.html#a7a73bfef9b57006bbe0327107e991c74" title="radard" alt="" coords="631,493,689,523"/><area shape="rect" id="node9" href="../../d4/d18/andna_8c.html#abac5b6d2df2140ec17abb62d9ce8cbbc" title="andna_min_update_retry" alt="" coords="796,499,959,528"/><area shape="rect" id="node11" href="../../d5/d05/andna_8h.html#a22751676386bfd17dd30f88528ee0f12" title="andna_update_hnames" alt="" coords="1017,484,1172,513"/><area shape="rect" id="node14" href="../../d5/d05/andna_8h.html#ac5e2e3a07b8b99edbc9501aae6e5b1ff" title="andna_maintain_hnames\l_active" alt="" coords="795,378,960,425"/><area shape="rect" id="node16" href="../../d5/d05/andna_8h.html#ae8a0abdfc416da1b04dafe5c30fb14c3" title="andna_main" alt="" coords="1049,401,1140,431"/><area shape="rect" id="node18" href="../../d9/d88/ntkresolv_8h.html#a3c04138a5bfe5d72780bb7e82a18e627" title="main" alt="" coords="1221,469,1272,499"/><area shape="rect" id="node22" href="../../d5/d05/andna_8h.html#a5da3518ba270f03f8d087c3c1cb25115" title="andna_recv_reg_rq" alt="" coords="812,1179,943,1208"/><area shape="rect" id="node24" href="../../d5/d05/andna_8h.html#aa7b53282a673cbc82c998a3cf4e5aff2" title="andna_init" alt="" coords="1055,1099,1135,1128"/><area shape="rect" id="node28" href="../../d5/d05/andna_8h.html#aa3b87d2348a3a7cdb6e2d95c66fdfb6f" title="andna_resolve_hname" alt="" coords="801,1405,953,1435"/><area shape="rect" id="node32" href="../../dd/dd9/andns_8h.html#a77c1322dbf52a1bacabe97028c9ce8d2" title="nk_rslv" alt="" coords="845,1459,909,1488"/><area shape="rect" id="node34" href="../../d1/dd5/andns__snsd_8h.html#a5f5ed255a4e4e2604045525ee8acb7fb" title="snsd_main_ip" alt="" coords="827,1352,928,1381"/><area shape="rect" id="node30" href="../../dd/dd9/andns_8h.html#a81431a7e5716758c3bbefd17f8e68898" title="inet_rslv" alt="" coords="1060,1457,1129,1487"/><area shape="rect" id="node46" href="../../d5/d05/andna_8h.html#a8aab86a04409ff7c8baef00863464621" title="andna_recv_resolve_rq" alt="" coords="800,1125,955,1155"/><area shape="rect" id="node49" href="../../d5/d05/andna_8h.html#a7cb15ea6895d12e1dc8b334360de6819" title="recv_spread_single\l_acache" alt="" coords="811,1231,944,1278"/><area shape="rect" id="node57" href="../../d5/d05/andna_8h.html#a533e80474668ec6d63b4e5302b910a6c" title="andna_hook" alt="" coords="832,325,923,355"/><area shape="rect" id="node75" href="../../d6/d34/hook_8h.html#af541d5ab5dd6596b12342140f4094dee" title="hook_init" alt="" coords="1057,705,1132,735"/><area shape="rect" id="node89" href="../../d5/d05/andna_8h.html#aaa787887419437e0bca8efae5cd88aaf" title="andna_recv_check_counter" alt="" coords="787,1072,968,1101"/><area shape="rect" id="node102" href="../../d6/d34/hook_8h.html#a7da6546e5822e282b57e5aee17e0c80c" title="put_free_nodes" alt="" coords="823,859,932,888"/><area shape="rect" id="node105" href="../../d5/d89/pkts_8h.html#ad72bbdba1c2025145f30bba79981c11d" title="pkt_exec" alt="" coords="840,965,915,995"/><area shape="rect" id="node109" href="../../d3/dc7/hook_8c.html#a13ba2bdeee0139a4e9cc749296099be2" title="get_free_nodes" alt="" coords="823,219,932,248"/><area shape="rect" id="node111" href="../../d3/dc7/hook_8c.html#a2dba643d9fbb3c9ce179b936a5190f59" title="get_qspn_round" alt="" coords="820,272,935,301"/><area shape="rect" id="node113" href="../../d3/dc7/hook_8c.html#a5f70bb451547d6e6fa8d4584bfcb6446" title="get_ext_map" alt="" coords="829,5,925,35"/><area shape="rect" id="node115" href="../../d3/dc7/hook_8c.html#a68ce15d13d0063d2670f1f75941d4d41" title="get_int_map" alt="" coords="831,59,924,88"/><area shape="rect" id="node117" href="../../d3/dc7/hook_8c.html#ab5fcc9e0c459e229bee016a7698e08ee" title="get_bnode_map" alt="" coords="820,112,935,141"/><area shape="rect" id="node119" href="../../d3/dc7/hook_8c.html#a8fe66445249fb1a1e2890250919bf67e" title="get_internet_gws" alt="" coords="817,165,937,195"/><area shape="rect" id="node127" href="../../d3/df5/radar_8h.html#a23199e508fb5df7dca7410b1744531c0" title="rnl_fill_rq" alt="" coords="459,356,533,385"/></map>
</div>
</p>
</div>
</div>
<a class="anchor" id="a3c05d384e453db0f645d1b1eef3f753b"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">int new_udp_conn </td>
<td>(</td>
<td class="paramtype"><a class="el" href="../../da/d1d/structinet__prefix.html">inet_prefix</a> *&#160;</td>
<td class="paramname"><em>host</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">short&#160;</td>
<td class="paramname"><em>port</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">char *&#160;</td>
<td class="paramname"><em>dev</em>&#160;</td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td>
</tr>
</table>
</div><div class="memdoc">
<p><div class="dynheader">
Here is the call graph for this function:</div>
<div class="dyncontent">
<div class="center"><img src="../../da/d89/inet_8c_a3c05d384e453db0f645d1b1eef3f753b_cgraph.png" border="0" usemap="#da/d89/inet_8c_a3c05d384e453db0f645d1b1eef3f753b_cgraph" alt=""/></div>
<map name="da/d89/inet_8c_a3c05d384e453db0f645d1b1eef3f753b_cgraph" id="da/d89/inet_8c_a3c05d384e453db0f645d1b1eef3f753b_cgraph">
<area shape="rect" id="node3" href="../../da/d89/inet_8c.html#a7ee487ce5e94550114761abaee2bc334" title="inet_to_str" alt="" coords="192,5,275,35"/><area shape="rect" id="node13" href="../../da/d89/inet_8c.html#a8eac5edae4e220edc0f4a974dd5749d3" title="inet_to_sockaddr" alt="" coords="173,59,293,88"/><area shape="rect" id="node22" href="../../d7/df8/log_8c.html#ac33c8a42a58a6379397850b60be22028" title="error" alt="" coords="375,163,423,192"/><area shape="rect" id="node25" href="../../da/d89/inet_8c.html#a8e51a98ebf31af2e65b949335a06d47a" title="new_dgram_socket" alt="" coords="167,163,300,192"/><area shape="rect" id="node28" href="../../da/d89/inet_8c.html#ab5a263b2a13ea5c2eb67c8b05bd56564" title="set_bindtodevice_sk" alt="" coords="163,216,304,245"/><area shape="rect" id="node5" href="../../da/d89/inet_8c.html#a9d2fb5508608cf4b8f5347d2edbb276b" title="ipraw_to_str" alt="" coords="352,5,445,35"/><area shape="rect" id="node7" href="../../da/d89/inet_8c.html#a75c2848f706809db4a3a8999d46118dc" title="inet_htonl" alt="" coords="505,31,583,60"/><area shape="rect" id="node9" href="../../d0/ddb/misc_8c.html#a7b5a2df1e2b36c954653fd3e786a5405" title="swap_ints" alt="" coords="644,31,724,60"/><area shape="rect" id="node11" href="../../d0/ddb/misc_8c.html#acb6548d316f7cd3f28e77c2bd4eb3e33" title="swap_array" alt="" coords="775,31,863,60"/><area shape="rect" id="node16" href="../../d7/df8/log_8c.html#a677da14e8c4326bde43622f233f1ead3" title="fatal" alt="" coords="376,109,421,139"/><area shape="rect" id="node18" href="../../d7/df8/log_8c.html#a3bd4b0345d9f0035edbe68f3795319de" title="print_log" alt="" coords="509,163,579,192"/><area shape="rect" id="node20" href="../../d7/df8/log_8c.html#a32f684e2d9d47ca24806b88e58498931" title="close_log_file" alt="" coords="493,109,595,139"/></map>
</div>
</p>
<p><div class="dynheader">
Here is the caller graph for this function:</div>
<div class="dyncontent">
<div class="center"><img src="../../da/d89/inet_8c_a3c05d384e453db0f645d1b1eef3f753b_icgraph.png" border="0" usemap="#da/d89/inet_8c_a3c05d384e453db0f645d1b1eef3f753b_icgraph" alt=""/></div>
<map name="da/d89/inet_8c_a3c05d384e453db0f645d1b1eef3f753b_icgraph" id="da/d89/inet_8c_a3c05d384e453db0f645d1b1eef3f753b_icgraph">
<area shape="rect" id="node3" href="../../d5/d89/pkts_8h.html#add26b86f4b7d350021c4a96e6db6ce6c" title="send_rq" alt="" coords="164,715,231,744"/><area shape="rect" id="node5" href="../../d5/d05/andna_8h.html#a47f535bfa2b7403ded9d8b4a7c19d27d" title="andna_register_hname" alt="" coords="283,88,435,117"/><area shape="rect" id="node18" href="../../d5/d05/andna_8h.html#a278c2e4e68b10357f59f3edbaa9bf7de" title="andna_check_counter" alt="" coords="284,408,433,437"/><area shape="rect" id="node24" href="../../d5/d05/andna_8h.html#a1ce60180d15ab89d473eb45928ee6ee5" title="andna_resolve_hash" alt="" coords="288,1111,429,1140"/><area shape="rect" id="node34" href="../../d5/d05/andna_8h.html#a9f9606b7d11bf10088542d80e6aac805" title="andna_reverse_resolve" alt="" coords="281,1035,436,1064"/><area shape="rect" id="node38" href="../../d5/d05/andna_8h.html#a44e3e539ab14f207121225a8f649acf8" title="andna_recv_rev_resolve_rq" alt="" coords="485,285,667,315"/><area shape="rect" id="node41" href="../../d5/d05/andna_8h.html#a176509d35d2405f8416d22b7defd2081" title="get_single_andna_c" alt="" coords="291,461,427,491"/><area shape="rect" id="node50" href="../../d5/d05/andna_8h.html#a518d5d1d638386131f4e1ca4b5e2edb6" title="put_single_acache" alt="" coords="511,675,641,704"/><area shape="rect" id="node53" href="../../d4/d18/andna_8c.html#a75826b3a2a955fdd50d081ac17e0abe8" title="get_andna_cache" alt="" coords="297,244,420,273"/><area shape="rect" id="node58" href="../../d5/d05/andna_8h.html#a288580e9a1dfc745225f740d4afb9f6d" title="put_andna_cache" alt="" coords="297,715,420,744"/><area shape="rect" id="node61" href="../../d4/d18/andna_8c.html#a3148136f16559910186e2e0f253a5981" title="get_counter_cache" alt="" coords="293,189,424,219"/><area shape="rect" id="node64" href="../../d5/d05/andna_8h.html#a2196e258ccd91d09ad736705e25b59ce" title="put_counter_cache" alt="" coords="293,768,424,797"/><area shape="rect" id="node67" href="../../d0/d51/daemon_8h.html#a6bfa338bfc8ec41ee95e77a666e26114" title="tcp_daemon" alt="" coords="529,232,623,261"/><area shape="rect" id="node71" href="../../d6/d34/hook_8h.html#aa99944b9d6345e33be0bf1c850380228" title="put_ext_map" alt="" coords="311,875,407,904"/><area shape="rect" id="node75" href="../../d6/d34/hook_8h.html#ab08a91850a188145dc3f039300aeca8b" title="put_int_map" alt="" coords="312,928,405,957"/><area shape="rect" id="node78" href="../../d6/d34/hook_8h.html#a63187dcc3bfeb1895aed9385c06ed714" title="put_bnode_map" alt="" coords="301,981,416,1011"/><area shape="rect" id="node81" href="../../d3/dc7/hook_8c.html#acb511717802de00a8566330c97afeb96" title="put_internet_gws" alt="" coords="299,821,419,851"/><area shape="rect" id="node84" href="../../d5/d89/pkts_8h.html#a9705190f4cb9031da8070644993515d5" title="forward_pkt" alt="" coords="313,568,404,597"/><area shape="rect" id="node92" href="../../d5/d89/pkts_8h.html#ad386f9f8ac111df2a8d5a5e9912013ca" title="pkt_err" alt="" coords="328,515,389,544"/><area shape="rect" id="node105" href="../../d3/df5/radar_8h.html#a8424d1822303af54c7e25160800cf7d8" title="rnl_send_rq" alt="" coords="315,1376,403,1405"/><area shape="rect" id="node121" href="../../d3/df5/radar_8h.html#a3d46b80b3ad27f86a02c0586617f18cc" title="radar_scan" alt="" coords="316,1536,401,1565"/><area shape="rect" id="node127" href="../../d3/df5/radar_8h.html#a7a73bfef9b57006bbe0327107e991c74" title="radard" alt="" coords="329,1589,388,1619"/><area shape="rect" id="node7" href="../../d4/d18/andna_8c.html#abac5b6d2df2140ec17abb62d9ce8cbbc" title="andna_min_update_retry" alt="" coords="495,5,657,35"/><area shape="rect" id="node9" href="../../d5/d05/andna_8h.html#a22751676386bfd17dd30f88528ee0f12" title="andna_update_hnames" alt="" coords="716,32,871,61"/><area shape="rect" id="node12" href="../../d5/d05/andna_8h.html#ac5e2e3a07b8b99edbc9501aae6e5b1ff" title="andna_maintain_hnames\l_active" alt="" coords="493,109,659,155"/><area shape="rect" id="node14" href="../../d5/d05/andna_8h.html#ae8a0abdfc416da1b04dafe5c30fb14c3" title="andna_main" alt="" coords="748,179,839,208"/><area shape="rect" id="node16" href="../../d9/d88/ntkresolv_8h.html#a3c04138a5bfe5d72780bb7e82a18e627" title="main" alt="" coords="920,205,971,235"/><area shape="rect" id="node20" href="../../d5/d05/andna_8h.html#a5da3518ba270f03f8d087c3c1cb25115" title="andna_recv_reg_rq" alt="" coords="511,408,641,437"/><area shape="rect" id="node22" href="../../d5/d05/andna_8h.html#aa7b53282a673cbc82c998a3cf4e5aff2" title="andna_init" alt="" coords="753,541,833,571"/><area shape="rect" id="node26" href="../../d5/d05/andna_8h.html#aa3b87d2348a3a7cdb6e2d95c66fdfb6f" title="andna_resolve_hname" alt="" coords="500,1136,652,1165"/><area shape="rect" id="node30" href="../../dd/dd9/andns_8h.html#a77c1322dbf52a1bacabe97028c9ce8d2" title="nk_rslv" alt="" coords="544,1083,608,1112"/><area shape="rect" id="node32" href="../../d1/dd5/andns__snsd_8h.html#a5f5ed255a4e4e2604045525ee8acb7fb" title="snsd_main_ip" alt="" coords="525,1189,627,1219"/><area shape="rect" id="node28" href="../../dd/dd9/andns_8h.html#a81431a7e5716758c3bbefd17f8e68898" title="inet_rslv" alt="" coords="759,1083,828,1112"/><area shape="rect" id="node44" href="../../d5/d05/andna_8h.html#a8aab86a04409ff7c8baef00863464621" title="andna_recv_resolve_rq" alt="" coords="499,515,653,544"/><area shape="rect" id="node47" href="../../d5/d05/andna_8h.html#a7cb15ea6895d12e1dc8b334360de6819" title="recv_spread_single\l_acache" alt="" coords="509,338,643,385"/><area shape="rect" id="node55" href="../../d5/d05/andna_8h.html#a533e80474668ec6d63b4e5302b910a6c" title="andna_hook" alt="" coords="531,179,621,208"/><area shape="rect" id="node73" href="../../d6/d34/hook_8h.html#af541d5ab5dd6596b12342140f4094dee" title="hook_init" alt="" coords="756,879,831,908"/><area shape="rect" id="node87" href="../../d5/d05/andna_8h.html#aaa787887419437e0bca8efae5cd88aaf" title="andna_recv_check_counter" alt="" coords="485,568,667,597"/><area shape="rect" id="node100" href="../../d6/d34/hook_8h.html#a7da6546e5822e282b57e5aee17e0c80c" title="put_free_nodes" alt="" coords="521,621,631,651"/><area shape="rect" id="node103" href="../../d5/d89/pkts_8h.html#ad72bbdba1c2025145f30bba79981c11d" title="pkt_exec" alt="" coords="539,461,613,491"/><area shape="rect" id="node107" href="../../d3/dc7/hook_8c.html#a13ba2bdeee0139a4e9cc749296099be2" title="get_free_nodes" alt="" coords="521,1509,631,1539"/><area shape="rect" id="node109" href="../../d3/dc7/hook_8c.html#a2dba643d9fbb3c9ce179b936a5190f59" title="get_qspn_round" alt="" coords="519,1563,633,1592"/><area shape="rect" id="node111" href="../../d3/dc7/hook_8c.html#a5f70bb451547d6e6fa8d4584bfcb6446" title="get_ext_map" alt="" coords="528,1243,624,1272"/><area shape="rect" id="node113" href="../../d3/dc7/hook_8c.html#a68ce15d13d0063d2670f1f75941d4d41" title="get_int_map" alt="" coords="529,1296,623,1325"/><area shape="rect" id="node115" href="../../d3/dc7/hook_8c.html#ab5fcc9e0c459e229bee016a7698e08ee" title="get_bnode_map" alt="" coords="519,1349,633,1379"/><area shape="rect" id="node117" href="../../d3/dc7/hook_8c.html#a8fe66445249fb1a1e2890250919bf67e" title="get_internet_gws" alt="" coords="516,1403,636,1432"/><area shape="rect" id="node119" href="../../da/db5/tracer_8h.html#add8a05e0cb98370b058e9a4906bcc463" title="flood_pkt_send" alt="" coords="521,1456,631,1485"/><area shape="rect" id="node123" href="../../d3/dc7/hook_8c.html#a7503e6bf75bee5edba1dd37e8878911a" title="hook_first_radar_scan" alt="" coords="501,1616,651,1645"/><area shape="rect" id="node125" href="../../d3/dc7/hook_8c.html#a5e32a215ed05b1ef1f870ce105f67640" title="hook_finish" alt="" coords="532,1669,620,1699"/></map>
</div>
</p>
</div>
</div>
<a class="anchor" id="a4ef2e36725d0f18182509c8de38d8a64"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">void pack_inet_prefix </td>
<td>(</td>
<td class="paramtype"><a class="el" href="../../da/d1d/structinet__prefix.html">inet_prefix</a> *&#160;</td>
<td class="paramname"><em>ip</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">char *&#160;</td>
<td class="paramname"><em>pack</em>&#160;</td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td>
</tr>
</table>
</div><div class="memdoc">
<p><div class="dynheader">
Here is the call graph for this function:</div>
<div class="dyncontent">
<div class="center"><img src="../../da/d89/inet_8c_a4ef2e36725d0f18182509c8de38d8a64_cgraph.png" border="0" usemap="#da/d89/inet_8c_a4ef2e36725d0f18182509c8de38d8a64_cgraph" alt=""/></div>
<map name="da/d89/inet_8c_a4ef2e36725d0f18182509c8de38d8a64_cgraph" id="da/d89/inet_8c_a4ef2e36725d0f18182509c8de38d8a64_cgraph">
<area shape="rect" id="node3" href="../../da/d89/inet_8c.html#a75c2848f706809db4a3a8999d46118dc" title="inet_htonl" alt="" coords="205,5,283,35"/><area shape="rect" id="node9" href="../../d9/dfc/endianness_8c.html#aed4f03aa2dac4cdc67d1e9cdf66bb850" title="ints_host_to_network" alt="" coords="171,59,317,88"/><area shape="rect" id="node5" href="../../d0/ddb/misc_8c.html#a7b5a2df1e2b36c954653fd3e786a5405" title="swap_ints" alt="" coords="385,5,465,35"/><area shape="rect" id="node7" href="../../d0/ddb/misc_8c.html#acb6548d316f7cd3f28e77c2bd4eb3e33" title="swap_array" alt="" coords="535,32,623,61"/><area shape="rect" id="node12" href="../../d0/ddb/misc_8c.html#a98da58b707cfc9acf75f8105a3508b89" title="swap_shorts" alt="" coords="377,59,473,88"/><area shape="rect" id="node15" href="../../d9/dfc/endianness_8c.html#a1a256f4a240590c9338842ccf89cef71" title="ints_array_htonl" alt="" coords="368,112,483,141"/><area shape="rect" id="node17" href="../../d9/dfc/endianness_8c.html#adba3e27303d1342689cbb377921aee3f" title="ints_array_htons" alt="" coords="367,165,484,195"/></map>
</div>
</p>
<p><div class="dynheader">
Here is the caller graph for this function:</div>
<div class="dyncontent">
<div class="center"><img src="../../da/d89/inet_8c_a4ef2e36725d0f18182509c8de38d8a64_icgraph.png" border="0" usemap="#da/d89/inet_8c_a4ef2e36725d0f18182509c8de38d8a64_icgraph" alt=""/></div>
<map name="da/d89/inet_8c_a4ef2e36725d0f18182509c8de38d8a64_icgraph" id="da/d89/inet_8c_a4ef2e36725d0f18182509c8de38d8a64_icgraph">
<area shape="rect" id="node3" href="../../d7/d3b/gmap_8h.html#a70ce90c9c90ffba9965aca7863badae2" title="pack_quadro_group" alt="" coords="172,84,305,113"/><area shape="rect" id="node5" href="../../d7/d3b/gmap_8h.html#ad3b5a9f9d1ee7be33ede21a83479450c" title="pack_extmap" alt="" coords="356,84,455,113"/><area shape="rect" id="node7" href="../../d7/d3b/gmap_8h.html#a4fe1c9b16dc69e8bc0b59126fcc76e4b" title="save_extmap" alt="" coords="505,57,604,87"/><area shape="rect" id="node18" href="../../d6/d34/hook_8h.html#aa99944b9d6345e33be0bf1c850380228" title="put_ext_map" alt="" coords="663,109,759,139"/><area shape="rect" id="node9" href="../../d4/d3b/netsukuku_8c.html#aa8275f5b6804020ee48f40462a95d389" title="ntk_save_maps" alt="" coords="653,56,768,85"/><area shape="rect" id="node11" href="../../d4/d3b/netsukuku_8c.html#a235b6034c5756ff428377a300e9be15d" title="destroy_netsukuku" alt="" coords="817,56,948,85"/><area shape="rect" id="node13" href="../../d4/d3b/netsukuku_8c.html#a785106d5f7144641d79c5f5e9ddc2135" title="sigterm_handler" alt="" coords="997,5,1112,35"/><area shape="rect" id="node15" href="../../d9/d88/ntkresolv_8h.html#a3c04138a5bfe5d72780bb7e82a18e627" title="main" alt="" coords="1160,57,1211,87"/><area shape="rect" id="node20" href="../../d6/d34/hook_8h.html#af541d5ab5dd6596b12342140f4094dee" title="hook_init" alt="" coords="845,109,920,139"/><area shape="rect" id="node22" href="../../d4/d3b/netsukuku_8c.html#a110d67ecacf72375eea84dc00338030c" title="init_netsukuku" alt="" coords="1001,109,1108,139"/></map>
</div>
</p>
</div>
</div>
<a class="anchor" id="ab5a263b2a13ea5c2eb67c8b05bd56564"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">int set_bindtodevice_sk </td>
<td>(</td>
<td class="paramtype">int&#160;</td>
<td class="paramname"><em>socket</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">char *&#160;</td>
<td class="paramname"><em>dev</em>&#160;</td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td>
</tr>
</table>
</div><div class="memdoc">
<p><div class="dynheader">
Here is the call graph for this function:</div>
<div class="dyncontent">
<div class="center"><img src="../../da/d89/inet_8c_ab5a263b2a13ea5c2eb67c8b05bd56564_cgraph.png" border="0" usemap="#da/d89/inet_8c_ab5a263b2a13ea5c2eb67c8b05bd56564_cgraph" alt=""/></div>
<map name="da/d89/inet_8c_ab5a263b2a13ea5c2eb67c8b05bd56564_cgraph" id="da/d89/inet_8c_ab5a263b2a13ea5c2eb67c8b05bd56564_cgraph">
<area shape="rect" id="node3" href="../../d7/df8/log_8c.html#ac33c8a42a58a6379397850b60be22028" title="error" alt="" coords="195,5,243,35"/><area shape="rect" id="node5" href="../../d7/df8/log_8c.html#a3bd4b0345d9f0035edbe68f3795319de" title="print_log" alt="" coords="292,5,361,35"/></map>
</div>
</p>
<p><div class="dynheader">
Here is the caller graph for this function:</div>
<div class="dyncontent">
<div class="center"><img src="../../da/d89/inet_8c_ab5a263b2a13ea5c2eb67c8b05bd56564_icgraph.png" border="0" usemap="#da/d89/inet_8c_ab5a263b2a13ea5c2eb67c8b05bd56564_icgraph" alt=""/></div>
<map name="da/d89/inet_8c_ab5a263b2a13ea5c2eb67c8b05bd56564_icgraph" id="da/d89/inet_8c_ab5a263b2a13ea5c2eb67c8b05bd56564_icgraph">
<area shape="rect" id="node3" href="../../d0/d51/daemon_8h.html#a71a44ef24ad390d8bfd927ed826d42eb" title="prepare_listen_socket" alt="" coords="685,103,835,132"/><area shape="rect" id="node20" href="../../d6/d4a/inet_8h.html#ad2c73cc3fb6cc8a9fcb3997be118b71c" title="new_tcp_conn" alt="" coords="195,591,301,620"/><area shape="rect" id="node131" href="../../d6/d4a/inet_8h.html#a3c05d384e453db0f645d1b1eef3f753b" title="new_udp_conn" alt="" coords="355,537,464,567"/><area shape="rect" id="node134" href="../../d6/d4a/inet_8h.html#a0f1dbd0722384c9eddd65f669229345a" title="new_bcast_conn" alt="" coords="517,643,637,672"/><area shape="rect" id="node5" href="../../dc/d21/daemon_8c.html#a990f15964056fbc0a9289f6fcf5e360c" title="sockets_all_ifs" alt="" coords="907,103,1016,132"/><area shape="rect" id="node18" href="../../db/d6b/dns__wrapper_8c.html#aeaa4cae89e7a3eefe83d0ae4cc63b35a" title="dns_wrapper_daemon" alt="" coords="887,49,1036,79"/><area shape="rect" id="node7" href="../../d0/d51/daemon_8h.html#a40481bac75cf84001629622bb8a5f2c0" title="udp_daemon" alt="" coords="1131,5,1227,35"/><area shape="rect" id="node14" href="../../d0/d51/daemon_8h.html#a6bfa338bfc8ec41ee95e77a666e26114" title="tcp_daemon" alt="" coords="1132,181,1225,211"/><area shape="rect" id="node9" href="../../d5/d05/andna_8h.html#ae8a0abdfc416da1b04dafe5c30fb14c3" title="andna_main" alt="" coords="1351,104,1441,133"/><area shape="rect" id="node11" href="../../d9/d88/ntkresolv_8h.html#a3c04138a5bfe5d72780bb7e82a18e627" title="main" alt="" coords="1523,104,1573,133"/><area shape="rect" id="node22" href="../../d5/d89/pkts_8h.html#ac024e276423e4ad5476ae1730d71cf76" title="pkt_tcp_connect" alt="" coords="351,591,468,620"/><area shape="rect" id="node24" href="../../d5/d89/pkts_8h.html#add26b86f4b7d350021c4a96e6db6ce6c" title="send_rq" alt="" coords="727,643,793,672"/><area shape="rect" id="node124" href="../../d3/df5/radar_8h.html#ac87ec2c357e722cc77948e2f4a133b03" title="rnl_get_sk" alt="" coords="536,353,619,383"/><area shape="rect" id="node26" href="../../d5/d05/andna_8h.html#a47f535bfa2b7403ded9d8b4a7c19d27d" title="andna_register_hname" alt="" coords="885,367,1037,396"/><area shape="rect" id="node36" href="../../d5/d05/andna_8h.html#a278c2e4e68b10357f59f3edbaa9bf7de" title="andna_check_counter" alt="" coords="887,1169,1036,1199"/><area shape="rect" id="node42" href="../../d5/d05/andna_8h.html#a1ce60180d15ab89d473eb45928ee6ee5" title="andna_resolve_hash" alt="" coords="891,479,1032,508"/><area shape="rect" id="node52" href="../../d5/d05/andna_8h.html#a9f9606b7d11bf10088542d80e6aac805" title="andna_reverse_resolve" alt="" coords="884,420,1039,449"/><area shape="rect" id="node56" href="../../d5/d05/andna_8h.html#a44e3e539ab14f207121225a8f649acf8" title="andna_recv_rev_resolve_rq" alt="" coords="1088,760,1269,789"/><area shape="rect" id="node59" href="../../d5/d05/andna_8h.html#a176509d35d2405f8416d22b7defd2081" title="get_single_andna_c" alt="" coords="893,1116,1029,1145"/><area shape="rect" id="node68" href="../../d5/d05/andna_8h.html#a518d5d1d638386131f4e1ca4b5e2edb6" title="put_single_acache" alt="" coords="1113,920,1244,949"/><area shape="rect" id="node71" href="../../d4/d18/andna_8c.html#a75826b3a2a955fdd50d081ac17e0abe8" title="get_andna_cache" alt="" coords="900,209,1023,239"/><area shape="rect" id="node76" href="../../d5/d05/andna_8h.html#a288580e9a1dfc745225f740d4afb9f6d" title="put_andna_cache" alt="" coords="900,1009,1023,1039"/><area shape="rect" id="node79" href="../../d4/d18/andna_8c.html#a3148136f16559910186e2e0f253a5981" title="get_counter_cache" alt="" coords="896,156,1027,185"/><area shape="rect" id="node82" href="../../d5/d05/andna_8h.html#a2196e258ccd91d09ad736705e25b59ce" title="put_counter_cache" alt="" coords="896,1223,1027,1252"/><area shape="rect" id="node86" href="../../d6/d34/hook_8h.html#aa99944b9d6345e33be0bf1c850380228" title="put_ext_map" alt="" coords="1131,549,1227,579"/><area shape="rect" id="node90" href="../../d6/d34/hook_8h.html#ab08a91850a188145dc3f039300aeca8b" title="put_int_map" alt="" coords="1132,603,1225,632"/><area shape="rect" id="node93" href="../../d6/d34/hook_8h.html#a63187dcc3bfeb1895aed9385c06ed714" title="put_bnode_map" alt="" coords="1121,656,1236,685"/><area shape="rect" id="node96" href="../../d3/dc7/hook_8c.html#acb511717802de00a8566330c97afeb96" title="put_internet_gws" alt="" coords="901,695,1021,724"/><area shape="rect" id="node99" href="../../d5/d89/pkts_8h.html#a9705190f4cb9031da8070644993515d5" title="forward_pkt" alt="" coords="916,903,1007,932"/><area shape="rect" id="node107" href="../../d5/d89/pkts_8h.html#ad386f9f8ac111df2a8d5a5e9912013ca" title="pkt_err" alt="" coords="931,799,992,828"/><area shape="rect" id="node118" href="../../d3/df5/radar_8h.html#a8424d1822303af54c7e25160800cf7d8" title="rnl_send_rq" alt="" coords="917,263,1005,292"/><area shape="rect" id="node120" href="../../d3/df5/radar_8h.html#a3d46b80b3ad27f86a02c0586617f18cc" title="radar_scan" alt="" coords="919,956,1004,985"/><area shape="rect" id="node122" href="../../d3/df5/radar_8h.html#a7a73bfef9b57006bbe0327107e991c74" title="radard" alt="" coords="932,1063,991,1092"/><area shape="rect" id="node28" href="../../d4/d18/andna_8c.html#abac5b6d2df2140ec17abb62d9ce8cbbc" title="andna_min_update_retry" alt="" coords="1097,285,1260,315"/><area shape="rect" id="node30" href="../../d5/d05/andna_8h.html#a22751676386bfd17dd30f88528ee0f12" title="andna_update_hnames" alt="" coords="1319,260,1473,289"/><area shape="rect" id="node33" href="../../d5/d05/andna_8h.html#ac5e2e3a07b8b99edbc9501aae6e5b1ff" title="andna_maintain_hnames\l_active" alt="" coords="1096,111,1261,158"/><area shape="rect" id="node38" href="../../d5/d05/andna_8h.html#a5da3518ba270f03f8d087c3c1cb25115" title="andna_recv_reg_rq" alt="" coords="1113,1077,1244,1107"/><area shape="rect" id="node40" href="../../d5/d05/andna_8h.html#aa7b53282a673cbc82c998a3cf4e5aff2" title="andna_init" alt="" coords="1356,1000,1436,1029"/><area shape="rect" id="node44" href="../../d5/d05/andna_8h.html#aa3b87d2348a3a7cdb6e2d95c66fdfb6f" title="andna_resolve_hname" alt="" coords="1103,443,1255,472"/><area shape="rect" id="node48" href="../../dd/dd9/andns_8h.html#a77c1322dbf52a1bacabe97028c9ce8d2" title="nk_rslv" alt="" coords="1147,389,1211,419"/><area shape="rect" id="node50" href="../../d1/dd5/andns__snsd_8h.html#a5f5ed255a4e4e2604045525ee8acb7fb" title="snsd_main_ip" alt="" coords="1128,496,1229,525"/><area shape="rect" id="node46" href="../../dd/dd9/andns_8h.html#a81431a7e5716758c3bbefd17f8e68898" title="inet_rslv" alt="" coords="1361,391,1431,420"/><area shape="rect" id="node62" href="../../d5/d05/andna_8h.html#a8aab86a04409ff7c8baef00863464621" title="andna_recv_resolve_rq" alt="" coords="1101,973,1256,1003"/><area shape="rect" id="node65" href="../../d5/d05/andna_8h.html#a7cb15ea6895d12e1dc8b334360de6819" title="recv_spread_single\l_acache" alt="" coords="1112,1130,1245,1177"/><area shape="rect" id="node73" href="../../d5/d05/andna_8h.html#a533e80474668ec6d63b4e5302b910a6c" title="andna_hook" alt="" coords="1133,59,1224,88"/><area shape="rect" id="node88" href="../../d6/d34/hook_8h.html#af541d5ab5dd6596b12342140f4094dee" title="hook_init" alt="" coords="1359,656,1433,685"/><area shape="rect" id="node102" href="../../d5/d05/andna_8h.html#aaa787887419437e0bca8efae5cd88aaf" title="andna_recv_check_counter" alt="" coords="1088,867,1269,896"/><area shape="rect" id="node115" href="../../d6/d34/hook_8h.html#a7da6546e5822e282b57e5aee17e0c80c" title="put_free_nodes" alt="" coords="1124,813,1233,843"/><area shape="rect" id="node126" href="../../d3/df5/radar_8h.html#a23199e508fb5df7dca7410b1744531c0" title="rnl_fill_rq" alt="" coords="723,236,797,265"/></map>
</div>
</p>
</div>
</div>
<a class="anchor" id="a2aa626239ab1ad25661dfed01b5f2f89"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">int set_broadcast_sk </td>
<td>(</td>
<td class="paramtype">int&#160;</td>
<td class="paramname"><em>socket</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">int&#160;</td>
<td class="paramname"><em>family</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype"><a class="el" href="../../da/d1d/structinet__prefix.html">inet_prefix</a> *&#160;</td>
<td class="paramname"><em>host</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">short&#160;</td>
<td class="paramname"><em>port</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">int&#160;</td>
<td class="paramname"><em>dev_idx</em>&#160;</td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td>
</tr>
</table>
</div><div class="memdoc">
<p><div class="dynheader">
Here is the call graph for this function:</div>
<div class="dyncontent">
<div class="center"><img src="../../da/d89/inet_8c_a2aa626239ab1ad25661dfed01b5f2f89_cgraph.png" border="0" usemap="#da/d89/inet_8c_a2aa626239ab1ad25661dfed01b5f2f89_cgraph" alt=""/></div>
<map name="da/d89/inet_8c_a2aa626239ab1ad25661dfed01b5f2f89_cgraph" id="da/d89/inet_8c_a2aa626239ab1ad25661dfed01b5f2f89_cgraph">
<area shape="rect" id="node3" href="../../d7/df8/log_8c.html#ac33c8a42a58a6379397850b60be22028" title="error" alt="" coords="405,87,453,116"/><area shape="rect" id="node7" href="../../da/d89/inet_8c.html#ace49c54414750a5e03afb619007af827" title="join_ipv6_multicast" alt="" coords="188,34,321,63"/><area shape="rect" id="node10" href="../../da/d89/inet_8c.html#a1cd6901da908a11c445765c7aa42e495" title="set_multicast_loop_sk" alt="" coords="179,87,331,116"/><area shape="rect" id="node13" href="../../da/d89/inet_8c.html#a22541324b0b1e8b9b874c5c089296c20" title="set_multicast_if" alt="" coords="197,140,312,170"/><area shape="rect" id="node16" href="../../d7/df8/log_8c.html#a677da14e8c4326bde43622f233f1ead3" title="fatal" alt="" coords="232,194,277,223"/><area shape="rect" id="node5" href="../../d7/df8/log_8c.html#a3bd4b0345d9f0035edbe68f3795319de" title="print_log" alt="" coords="529,114,599,143"/><area shape="rect" id="node19" href="../../d7/df8/log_8c.html#a32f684e2d9d47ca24806b88e58498931" title="close_log_file" alt="" coords="379,194,480,223"/></map>
</div>
</p>
<p><div class="dynheader">
Here is the caller graph for this function:</div>
<div class="dyncontent">
<div class="center"><img src="../../da/d89/inet_8c_a2aa626239ab1ad25661dfed01b5f2f89_icgraph.png" border="0" usemap="#da/d89/inet_8c_a2aa626239ab1ad25661dfed01b5f2f89_icgraph" alt=""/></div>
<map name="da/d89/inet_8c_a2aa626239ab1ad25661dfed01b5f2f89_icgraph" id="da/d89/inet_8c_a2aa626239ab1ad25661dfed01b5f2f89_icgraph">
<area shape="rect" id="node3" href="../../d6/d4a/inet_8h.html#a0f1dbd0722384c9eddd65f669229345a" title="new_bcast_conn" alt="" coords="179,716,299,745"/><area shape="rect" id="node5" href="../../d5/d89/pkts_8h.html#add26b86f4b7d350021c4a96e6db6ce6c" title="send_rq" alt="" coords="348,716,415,745"/><area shape="rect" id="node7" href="../../d5/d05/andna_8h.html#a47f535bfa2b7403ded9d8b4a7c19d27d" title="andna_register_hname" alt="" coords="467,88,619,117"/><area shape="rect" id="node20" href="../../d5/d05/andna_8h.html#a278c2e4e68b10357f59f3edbaa9bf7de" title="andna_check_counter" alt="" coords="468,355,617,384"/><area shape="rect" id="node26" href="../../d5/d05/andna_8h.html#a1ce60180d15ab89d473eb45928ee6ee5" title="andna_resolve_hash" alt="" coords="472,1060,613,1089"/><area shape="rect" id="node36" href="../../d5/d05/andna_8h.html#a9f9606b7d11bf10088542d80e6aac805" title="andna_reverse_resolve" alt="" coords="465,1139,620,1168"/><area shape="rect" id="node40" href="../../d5/d05/andna_8h.html#a44e3e539ab14f207121225a8f649acf8" title="andna_recv_rev_resolve_rq" alt="" coords="669,675,851,704"/><area shape="rect" id="node43" href="../../d5/d05/andna_8h.html#a176509d35d2405f8416d22b7defd2081" title="get_single_andna_c" alt="" coords="475,408,611,437"/><area shape="rect" id="node52" href="../../d5/d05/andna_8h.html#a518d5d1d638386131f4e1ca4b5e2edb6" title="put_single_acache" alt="" coords="695,515,825,544"/><area shape="rect" id="node55" href="../../d4/d18/andna_8c.html#a75826b3a2a955fdd50d081ac17e0abe8" title="get_andna_cache" alt="" coords="481,244,604,273"/><area shape="rect" id="node60" href="../../d5/d05/andna_8h.html#a288580e9a1dfc745225f740d4afb9f6d" title="put_andna_cache" alt="" coords="481,716,604,745"/><area shape="rect" id="node63" href="../../d4/d18/andna_8c.html#a3148136f16559910186e2e0f253a5981" title="get_counter_cache" alt="" coords="477,188,608,217"/><area shape="rect" id="node66" href="../../d5/d05/andna_8h.html#a2196e258ccd91d09ad736705e25b59ce" title="put_counter_cache" alt="" coords="477,769,608,799"/><area shape="rect" id="node69" href="../../d0/d51/daemon_8h.html#a6bfa338bfc8ec41ee95e77a666e26114" title="tcp_daemon" alt="" coords="713,232,807,261"/><area shape="rect" id="node73" href="../../d6/d34/hook_8h.html#aa99944b9d6345e33be0bf1c850380228" title="put_ext_map" alt="" coords="495,929,591,959"/><area shape="rect" id="node77" href="../../d6/d34/hook_8h.html#ab08a91850a188145dc3f039300aeca8b" title="put_int_map" alt="" coords="496,983,589,1012"/><area shape="rect" id="node80" href="../../d6/d34/hook_8h.html#a63187dcc3bfeb1895aed9385c06ed714" title="put_bnode_map" alt="" coords="485,823,600,852"/><area shape="rect" id="node83" href="../../d3/dc7/hook_8c.html#acb511717802de00a8566330c97afeb96" title="put_internet_gws" alt="" coords="483,876,603,905"/><area shape="rect" id="node86" href="../../d5/d89/pkts_8h.html#a9705190f4cb9031da8070644993515d5" title="forward_pkt" alt="" coords="497,461,588,491"/><area shape="rect" id="node94" href="../../d5/d89/pkts_8h.html#ad386f9f8ac111df2a8d5a5e9912013ca" title="pkt_err" alt="" coords="512,515,573,544"/><area shape="rect" id="node107" href="../../d3/df5/radar_8h.html#a8424d1822303af54c7e25160800cf7d8" title="rnl_send_rq" alt="" coords="499,1349,587,1379"/><area shape="rect" id="node123" href="../../d3/df5/radar_8h.html#a3d46b80b3ad27f86a02c0586617f18cc" title="radar_scan" alt="" coords="500,1403,585,1432"/><area shape="rect" id="node127" href="../../d3/df5/radar_8h.html#a7a73bfef9b57006bbe0327107e991c74" title="radard" alt="" coords="513,1456,572,1485"/><area shape="rect" id="node9" href="../../d4/d18/andna_8c.html#abac5b6d2df2140ec17abb62d9ce8cbbc" title="andna_min_update_retry" alt="" coords="679,5,841,35"/><area shape="rect" id="node11" href="../../d5/d05/andna_8h.html#a22751676386bfd17dd30f88528ee0f12" title="andna_update_hnames" alt="" coords="900,32,1055,61"/><area shape="rect" id="node14" href="../../d5/d05/andna_8h.html#ac5e2e3a07b8b99edbc9501aae6e5b1ff" title="andna_maintain_hnames\l_active" alt="" coords="677,109,843,155"/><area shape="rect" id="node16" href="../../d5/d05/andna_8h.html#ae8a0abdfc416da1b04dafe5c30fb14c3" title="andna_main" alt="" coords="932,179,1023,208"/><area shape="rect" id="node18" href="../../d9/d88/ntkresolv_8h.html#a3c04138a5bfe5d72780bb7e82a18e627" title="main" alt="" coords="1104,205,1155,235"/><area shape="rect" id="node22" href="../../d5/d05/andna_8h.html#a5da3518ba270f03f8d087c3c1cb25115" title="andna_recv_reg_rq" alt="" coords="695,355,825,384"/><area shape="rect" id="node24" href="../../d5/d05/andna_8h.html#aa7b53282a673cbc82c998a3cf4e5aff2" title="andna_init" alt="" coords="937,488,1017,517"/><area shape="rect" id="node28" href="../../d5/d05/andna_8h.html#aa3b87d2348a3a7cdb6e2d95c66fdfb6f" title="andna_resolve_hname" alt="" coords="684,1032,836,1061"/><area shape="rect" id="node32" href="../../dd/dd9/andns_8h.html#a77c1322dbf52a1bacabe97028c9ce8d2" title="nk_rslv" alt="" coords="728,1139,792,1168"/><area shape="rect" id="node34" href="../../d1/dd5/andns__snsd_8h.html#a5f5ed255a4e4e2604045525ee8acb7fb" title="snsd_main_ip" alt="" coords="709,1085,811,1115"/><area shape="rect" id="node30" href="../../dd/dd9/andns_8h.html#a81431a7e5716758c3bbefd17f8e68898" title="inet_rslv" alt="" coords="943,1111,1012,1140"/><area shape="rect" id="node46" href="../../d5/d05/andna_8h.html#a8aab86a04409ff7c8baef00863464621" title="andna_recv_resolve_rq" alt="" coords="683,408,837,437"/><area shape="rect" id="node49" href="../../d5/d05/andna_8h.html#a7cb15ea6895d12e1dc8b334360de6819" title="recv_spread_single\l_acache" alt="" coords="693,285,827,331"/><area shape="rect" id="node57" href="../../d5/d05/andna_8h.html#a533e80474668ec6d63b4e5302b910a6c" title="andna_hook" alt="" coords="715,179,805,208"/><area shape="rect" id="node75" href="../../d6/d34/hook_8h.html#af541d5ab5dd6596b12342140f4094dee" title="hook_init" alt="" coords="940,879,1015,908"/><area shape="rect" id="node89" href="../../d5/d05/andna_8h.html#aaa787887419437e0bca8efae5cd88aaf" title="andna_recv_check_counter" alt="" coords="669,461,851,491"/><area shape="rect" id="node102" href="../../d6/d34/hook_8h.html#a7da6546e5822e282b57e5aee17e0c80c" title="put_free_nodes" alt="" coords="705,621,815,651"/><area shape="rect" id="node105" href="../../d5/d89/pkts_8h.html#ad72bbdba1c2025145f30bba79981c11d" title="pkt_exec" alt="" coords="723,568,797,597"/><area shape="rect" id="node109" href="../../d3/dc7/hook_8c.html#a13ba2bdeee0139a4e9cc749296099be2" title="get_free_nodes" alt="" coords="705,1349,815,1379"/><area shape="rect" id="node111" href="../../d3/dc7/hook_8c.html#a2dba643d9fbb3c9ce179b936a5190f59" title="get_qspn_round" alt="" coords="703,1403,817,1432"/><area shape="rect" id="node113" href="../../d3/dc7/hook_8c.html#a5f70bb451547d6e6fa8d4584bfcb6446" title="get_ext_map" alt="" coords="712,1456,808,1485"/><area shape="rect" id="node115" href="../../d3/dc7/hook_8c.html#a68ce15d13d0063d2670f1f75941d4d41" title="get_int_map" alt="" coords="713,1509,807,1539"/><area shape="rect" id="node117" href="../../d3/dc7/hook_8c.html#ab5fcc9e0c459e229bee016a7698e08ee" title="get_bnode_map" alt="" coords="703,1563,817,1592"/><area shape="rect" id="node119" href="../../d3/dc7/hook_8c.html#a8fe66445249fb1a1e2890250919bf67e" title="get_internet_gws" alt="" coords="700,1243,820,1272"/><area shape="rect" id="node121" href="../../da/db5/tracer_8h.html#add8a05e0cb98370b058e9a4906bcc463" title="flood_pkt_send" alt="" coords="705,1296,815,1325"/><area shape="rect" id="node125" href="../../d3/dc7/hook_8c.html#a7503e6bf75bee5edba1dd37e8878911a" title="hook_first_radar_scan" alt="" coords="685,1616,835,1645"/></map>
</div>
</p>
</div>
</div>
<a class="anchor" id="ab9d798f523c8e369403823f8529ebe44"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">int set_keepalive_sk </td>
<td>(</td>
<td class="paramtype">int&#160;</td>
<td class="paramname"><em>socket</em></td><td>)</td>
<td></td>
</tr>
</table>
</div><div class="memdoc">
<p><div class="dynheader">
Here is the call graph for this function:</div>
<div class="dyncontent">
<div class="center"><img src="../../da/d89/inet_8c_ab9d798f523c8e369403823f8529ebe44_cgraph.png" border="0" usemap="#da/d89/inet_8c_ab9d798f523c8e369403823f8529ebe44_cgraph" alt=""/></div>
<map name="da/d89/inet_8c_ab9d798f523c8e369403823f8529ebe44_cgraph" id="da/d89/inet_8c_ab9d798f523c8e369403823f8529ebe44_cgraph">
<area shape="rect" id="node3" href="../../d7/df8/log_8c.html#ac33c8a42a58a6379397850b60be22028" title="error" alt="" coords="176,5,224,35"/><area shape="rect" id="node5" href="../../d7/df8/log_8c.html#a3bd4b0345d9f0035edbe68f3795319de" title="print_log" alt="" coords="273,5,343,35"/></map>
</div>
</p>
<p><div class="dynheader">
Here is the caller graph for this function:</div>
<div class="dyncontent">
<div class="center"><img src="../../da/d89/inet_8c_ab9d798f523c8e369403823f8529ebe44_icgraph.png" border="0" usemap="#da/d89/inet_8c_ab9d798f523c8e369403823f8529ebe44_icgraph" alt=""/></div>
<map name="da/d89/inet_8c_ab9d798f523c8e369403823f8529ebe44_icgraph" id="da/d89/inet_8c_ab9d798f523c8e369403823f8529ebe44_icgraph">
<area shape="rect" id="node3" href="../../d3/df5/radar_8h.html#ac87ec2c357e722cc77948e2f4a133b03" title="rnl_get_sk" alt="" coords="176,216,259,245"/><area shape="rect" id="node5" href="../../d3/df5/radar_8h.html#a23199e508fb5df7dca7410b1744531c0" title="rnl_fill_rq" alt="" coords="307,216,381,245"/><area shape="rect" id="node7" href="../../d4/d18/andna_8c.html#a75826b3a2a955fdd50d081ac17e0abe8" title="get_andna_cache" alt="" coords="435,69,557,99"/><area shape="rect" id="node39" href="../../d4/d18/andna_8c.html#a3148136f16559910186e2e0f253a5981" title="get_counter_cache" alt="" coords="431,149,561,179"/><area shape="rect" id="node42" href="../../d3/dc7/hook_8c.html#a1af7ac472929cbedf3964d95f76a6cd4" title="hook_fill_rq" alt="" coords="452,216,540,245"/><area shape="rect" id="node75" href="../../d3/df5/radar_8h.html#a8424d1822303af54c7e25160800cf7d8" title="rnl_send_rq" alt="" coords="452,269,540,299"/><area shape="rect" id="node83" href="../../da/db5/tracer_8h.html#add8a05e0cb98370b058e9a4906bcc463" title="flood_pkt_send" alt="" coords="617,524,727,553"/><area shape="rect" id="node9" href="../../d5/d05/andna_8h.html#a533e80474668ec6d63b4e5302b910a6c" title="andna_hook" alt="" coords="627,56,717,85"/><area shape="rect" id="node11" href="../../d5/d05/andna_8h.html#ae8a0abdfc416da1b04dafe5c30fb14c3" title="andna_main" alt="" coords="1619,5,1709,35"/><area shape="rect" id="node15" href="../../d2/d42/rehook_8h.html#ae6ae2d4b03e5a8cc1891cbf553ebb913" title="rehook" alt="" coords="1792,264,1853,293"/><area shape="rect" id="node13" href="../../d9/d88/ntkresolv_8h.html#a3c04138a5bfe5d72780bb7e82a18e627" title="main" alt="" coords="3085,393,3136,423"/><area shape="rect" id="node17" href="../../df/dba/rehook_8c.html#aeb32663f186f840edf41bb43d1f82459" title="new_rehook_thread" alt="" coords="1924,264,2057,293"/><area shape="rect" id="node19" href="../../d2/d42/rehook_8h.html#acd9ab3b97734c31a06ae3dcf475a1b39" title="new_rehook" alt="" coords="2108,264,2199,293"/><area shape="rect" id="node21" href="../../d6/d62/tracer_8c.html#a8bab813b90267e0e25592821248d7158" title="tracer_check_node_collision" alt="" coords="2248,316,2435,345"/><area shape="rect" id="node23" href="../../da/db5/tracer_8h.html#a12c03f2eaa97e2c644dcdd892e0fa758" title="tracer_store_pkt" alt="" coords="2484,471,2599,500"/><area shape="rect" id="node25" href="../../d8/da0/qspn_8h.html#ab70abece99b6ae77b078ec100c35912a" title="qspn_close" alt="" coords="2660,523,2748,552"/><area shape="rect" id="node32" href="../../d8/da0/qspn_8h.html#a6df687dad6a64c0807fbfc105cf244c5" title="qspn_open" alt="" coords="2661,576,2747,605"/><area shape="rect" id="node35" href="../../da/db5/tracer_8h.html#ab53c5821a9d4215b3d5ba16fd95e8297" title="tracer_pkt_recv" alt="" coords="2648,629,2760,659"/><area shape="rect" id="node27" href="../../d8/da0/qspn_8h.html#a6c5c062e24ec079201aea53899af3e28" title="qspn_init" alt="" coords="2808,576,2883,605"/><area shape="rect" id="node29" href="../../d4/d3b/netsukuku_8c.html#a110d67ecacf72375eea84dc00338030c" title="init_netsukuku" alt="" coords="2931,576,3037,605"/><area shape="rect" id="node44" href="../../d3/dc7/hook_8c.html#a13ba2bdeee0139a4e9cc749296099be2" title="get_free_nodes" alt="" coords="617,323,727,352"/><area shape="rect" id="node52" href="../../d3/dc7/hook_8c.html#a2dba643d9fbb3c9ce179b936a5190f59" title="get_qspn_round" alt="" coords="615,376,729,405"/><area shape="rect" id="node55" href="../../d3/dc7/hook_8c.html#a5f70bb451547d6e6fa8d4584bfcb6446" title="get_ext_map" alt="" coords="624,109,720,139"/><area shape="rect" id="node60" href="../../d3/dc7/hook_8c.html#a68ce15d13d0063d2670f1f75941d4d41" title="get_int_map" alt="" coords="625,163,719,192"/><area shape="rect" id="node65" href="../../d3/dc7/hook_8c.html#ab5fcc9e0c459e229bee016a7698e08ee" title="get_bnode_map" alt="" coords="615,216,729,245"/><area shape="rect" id="node70" href="../../d3/dc7/hook_8c.html#a8fe66445249fb1a1e2890250919bf67e" title="get_internet_gws" alt="" coords="612,269,732,299"/><area shape="rect" id="node46" href="../../d3/dc7/hook_8c.html#a121f2311c11a2ea89f57e07d064f33b9" title="hook_get_free_nodes" alt="" coords="781,323,928,352"/><area shape="rect" id="node48" href="../../d6/d34/hook_8h.html#af10a487801fab9a28a3cfb6759fe138f" title="netsukuku_hook" alt="" coords="1605,264,1723,293"/><area shape="rect" id="node57" href="../../d3/dc7/hook_8c.html#a00d0f0c666be6f5b1d58632b4b5d222c" title="hook_get_ext_map" alt="" coords="987,109,1117,139"/><area shape="rect" id="node62" href="../../d3/dc7/hook_8c.html#ab77263b0b4d7970fb36fdd74ebd0df3a" title="hook_get_int_map" alt="" coords="988,163,1116,192"/><area shape="rect" id="node67" href="../../d3/dc7/hook_8c.html#a0513b13a5cbb9ed7d89f6594e639b264" title="hook_get_bnode_map" alt="" coords="1192,213,1341,243"/><area shape="rect" id="node72" href="../../d3/dc7/hook_8c.html#ab614c177efbb9179f168fd7d13bff83d" title="hook_get_igw" alt="" coords="1431,264,1532,293"/><area shape="rect" id="node85" href="../../d4/d18/andna_8c.html#a5f6db55ee7de052695358525b3fe212c" title="andna_flood_pkt" alt="" coords="796,788,913,817"/><area shape="rect" id="node104" href="../../d8/da0/qspn_8h.html#a0c2ef8efd5611e3ed71086a267af7915" title="qspn_send" alt="" coords="812,419,897,448"/><area shape="rect" id="node119" href="../../db/de6/qspn_8c.html#a43aa9205d173722bcc7220aa1ffd1d58" title="qspn_open_start" alt="" coords="1932,575,2049,604"/><area shape="rect" id="node125" href="../../da/db5/tracer_8h.html#ac9c1eb29dad329c4ce003e9f770859c7" title="tracer_pkt_start" alt="" coords="799,472,911,501"/><area shape="rect" id="node87" href="../../d5/d05/andna_8h.html#a5da3518ba270f03f8d087c3c1cb25115" title="andna_recv_reg_rq" alt="" coords="1201,847,1332,876"/><area shape="rect" id="node92" href="../../d5/d05/andna_8h.html#aaa787887419437e0bca8efae5cd88aaf" title="andna_recv_check_counter" alt="" coords="1176,733,1357,763"/><area shape="rect" id="node95" href="../../d5/d05/andna_8h.html#ac5be4621b26ee1e36c55a6da772614de" title="spread_single_acache" alt="" coords="977,900,1127,929"/><area shape="rect" id="node101" href="../../d5/d05/andna_8h.html#a7cb15ea6895d12e1dc8b334360de6819" title="recv_spread_single\l_acache" alt="" coords="985,779,1119,826"/><area shape="rect" id="node89" href="../../d5/d05/andna_8h.html#aa7b53282a673cbc82c998a3cf4e5aff2" title="andna_init" alt="" coords="1441,788,1521,817"/><area shape="rect" id="node98" href="../../d5/d05/andna_8h.html#a8aab86a04409ff7c8baef00863464621" title="andna_recv_resolve_rq" alt="" coords="1189,900,1344,929"/><area shape="rect" id="node106" href="../../d7/d02/radar_8c.html#ab10b73e523085803cf8a5863ed9994f9" title="radar_qspn_send_t" alt="" coords="987,420,1117,449"/><area shape="rect" id="node108" href="../../d3/df5/radar_8h.html#a3d46b80b3ad27f86a02c0586617f18cc" title="radar_scan" alt="" coords="1224,420,1309,449"/><area shape="rect" id="node110" href="../../d3/dc7/hook_8c.html#a7503e6bf75bee5edba1dd37e8878911a" title="hook_first_radar_scan" alt="" coords="1407,368,1556,397"/><area shape="rect" id="node113" href="../../d3/dc7/hook_8c.html#a5e32a215ed05b1ef1f870ce105f67640" title="hook_finish" alt="" coords="1437,472,1525,501"/><area shape="rect" id="node116" href="../../d3/df5/radar_8h.html#ac9d1b53d63e675b260906e91850b588c" title="radar_daemon" alt="" coords="1771,420,1875,449"/></map>
</div>
</p>
</div>
</div>
<a class="anchor" id="a22541324b0b1e8b9b874c5c089296c20"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">int set_multicast_if </td>
<td>(</td>
<td class="paramtype">int&#160;</td>
<td class="paramname"><em>socket</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">int&#160;</td>
<td class="paramname"><em>idx</em>&#160;</td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td>
</tr>
</table>
</div><div class="memdoc">
<p><div class="dynheader">
Here is the call graph for this function:</div>
<div class="dyncontent">
<div class="center"><img src="../../da/d89/inet_8c_a22541324b0b1e8b9b874c5c089296c20_cgraph.png" border="0" usemap="#da/d89/inet_8c_a22541324b0b1e8b9b874c5c089296c20_cgraph" alt=""/></div>
<map name="da/d89/inet_8c_a22541324b0b1e8b9b874c5c089296c20_cgraph" id="da/d89/inet_8c_a22541324b0b1e8b9b874c5c089296c20_cgraph">
<area shape="rect" id="node3" href="../../d7/df8/log_8c.html#ac33c8a42a58a6379397850b60be22028" title="error" alt="" coords="168,5,216,35"/><area shape="rect" id="node5" href="../../d7/df8/log_8c.html#a3bd4b0345d9f0035edbe68f3795319de" title="print_log" alt="" coords="265,5,335,35"/></map>
</div>
</p>
<p><div class="dynheader">
Here is the caller graph for this function:</div>
<div class="dyncontent">
<div class="center"><img src="../../da/d89/inet_8c_a22541324b0b1e8b9b874c5c089296c20_icgraph.png" border="0" usemap="#da/d89/inet_8c_a22541324b0b1e8b9b874c5c089296c20_icgraph" alt=""/></div>
<map name="da/d89/inet_8c_a22541324b0b1e8b9b874c5c089296c20_icgraph" id="da/d89/inet_8c_a22541324b0b1e8b9b874c5c089296c20_icgraph">
<area shape="rect" id="node3" href="../../d6/d4a/inet_8h.html#a2aa626239ab1ad25661dfed01b5f2f89" title="set_broadcast_sk" alt="" coords="168,688,293,717"/><area shape="rect" id="node5" href="../../d6/d4a/inet_8h.html#a0f1dbd0722384c9eddd65f669229345a" title="new_bcast_conn" alt="" coords="341,688,461,717"/><area shape="rect" id="node7" href="../../d5/d89/pkts_8h.html#add26b86f4b7d350021c4a96e6db6ce6c" title="send_rq" alt="" coords="511,688,577,717"/><area shape="rect" id="node9" href="../../d5/d05/andna_8h.html#a47f535bfa2b7403ded9d8b4a7c19d27d" title="andna_register_hname" alt="" coords="629,61,781,91"/><area shape="rect" id="node22" href="../../d5/d05/andna_8h.html#a278c2e4e68b10357f59f3edbaa9bf7de" title="andna_check_counter" alt="" coords="631,580,780,609"/><area shape="rect" id="node28" href="../../d5/d05/andna_8h.html#a1ce60180d15ab89d473eb45928ee6ee5" title="andna_resolve_hash" alt="" coords="635,1085,776,1115"/><area shape="rect" id="node38" href="../../d5/d05/andna_8h.html#a9f9606b7d11bf10088542d80e6aac805" title="andna_reverse_resolve" alt="" coords="628,1008,783,1037"/><area shape="rect" id="node42" href="../../d5/d05/andna_8h.html#a44e3e539ab14f207121225a8f649acf8" title="andna_recv_rev_resolve_rq" alt="" coords="832,260,1013,289"/><area shape="rect" id="node45" href="../../d5/d05/andna_8h.html#a176509d35d2405f8416d22b7defd2081" title="get_single_andna_c" alt="" coords="637,633,773,663"/><area shape="rect" id="node54" href="../../d5/d05/andna_8h.html#a518d5d1d638386131f4e1ca4b5e2edb6" title="put_single_acache" alt="" coords="857,367,988,396"/><area shape="rect" id="node57" href="../../d4/d18/andna_8c.html#a75826b3a2a955fdd50d081ac17e0abe8" title="get_andna_cache" alt="" coords="644,156,767,185"/><area shape="rect" id="node62" href="../../d5/d05/andna_8h.html#a288580e9a1dfc745225f740d4afb9f6d" title="put_andna_cache" alt="" coords="644,688,767,717"/><area shape="rect" id="node65" href="../../d4/d18/andna_8c.html#a3148136f16559910186e2e0f253a5981" title="get_counter_cache" alt="" coords="640,209,771,239"/><area shape="rect" id="node68" href="../../d5/d05/andna_8h.html#a2196e258ccd91d09ad736705e25b59ce" title="put_counter_cache" alt="" coords="640,741,771,771"/><area shape="rect" id="node71" href="../../d0/d51/daemon_8h.html#a6bfa338bfc8ec41ee95e77a666e26114" title="tcp_daemon" alt="" coords="876,207,969,236"/><area shape="rect" id="node75" href="../../d6/d34/hook_8h.html#aa99944b9d6345e33be0bf1c850380228" title="put_ext_map" alt="" coords="657,901,753,931"/><area shape="rect" id="node79" href="../../d6/d34/hook_8h.html#ab08a91850a188145dc3f039300aeca8b" title="put_int_map" alt="" coords="659,955,752,984"/><area shape="rect" id="node82" href="../../d6/d34/hook_8h.html#a63187dcc3bfeb1895aed9385c06ed714" title="put_bnode_map" alt="" coords="648,795,763,824"/><area shape="rect" id="node85" href="../../d3/dc7/hook_8c.html#acb511717802de00a8566330c97afeb96" title="put_internet_gws" alt="" coords="645,848,765,877"/><area shape="rect" id="node88" href="../../d5/d89/pkts_8h.html#a9705190f4cb9031da8070644993515d5" title="forward_pkt" alt="" coords="660,527,751,556"/><area shape="rect" id="node96" href="../../d5/d89/pkts_8h.html#ad386f9f8ac111df2a8d5a5e9912013ca" title="pkt_err" alt="" coords="675,420,736,449"/><area shape="rect" id="node109" href="../../d3/df5/radar_8h.html#a8424d1822303af54c7e25160800cf7d8" title="rnl_send_rq" alt="" coords="661,1297,749,1327"/><area shape="rect" id="node125" href="../../d3/df5/radar_8h.html#a3d46b80b3ad27f86a02c0586617f18cc" title="radar_scan" alt="" coords="663,1351,748,1380"/><area shape="rect" id="node127" href="../../d3/df5/radar_8h.html#a7a73bfef9b57006bbe0327107e991c74" title="radard" alt="" coords="676,1404,735,1433"/><area shape="rect" id="node11" href="../../d4/d18/andna_8c.html#abac5b6d2df2140ec17abb62d9ce8cbbc" title="andna_min_update_retry" alt="" coords="841,31,1004,60"/><area shape="rect" id="node13" href="../../d5/d05/andna_8h.html#a22751676386bfd17dd30f88528ee0f12" title="andna_update_hnames" alt="" coords="1063,5,1217,35"/><area shape="rect" id="node16" href="../../d5/d05/andna_8h.html#ac5e2e3a07b8b99edbc9501aae6e5b1ff" title="andna_maintain_hnames\l_active" alt="" coords="840,83,1005,130"/><area shape="rect" id="node18" href="../../d5/d05/andna_8h.html#ae8a0abdfc416da1b04dafe5c30fb14c3" title="andna_main" alt="" coords="1095,153,1185,183"/><area shape="rect" id="node20" href="../../d9/d88/ntkresolv_8h.html#a3c04138a5bfe5d72780bb7e82a18e627" title="main" alt="" coords="1267,180,1317,209"/><area shape="rect" id="node24" href="../../d5/d05/andna_8h.html#a5da3518ba270f03f8d087c3c1cb25115" title="andna_recv_reg_rq" alt="" coords="857,580,988,609"/><area shape="rect" id="node26" href="../../d5/d05/andna_8h.html#aa7b53282a673cbc82c998a3cf4e5aff2" title="andna_init" alt="" coords="1100,553,1180,583"/><area shape="rect" id="node30" href="../../d5/d05/andna_8h.html#aa3b87d2348a3a7cdb6e2d95c66fdfb6f" title="andna_resolve_hname" alt="" coords="847,1111,999,1140"/><area shape="rect" id="node34" href="../../dd/dd9/andns_8h.html#a77c1322dbf52a1bacabe97028c9ce8d2" title="nk_rslv" alt="" coords="891,1057,955,1087"/><area shape="rect" id="node36" href="../../d1/dd5/andns__snsd_8h.html#a5f5ed255a4e4e2604045525ee8acb7fb" title="snsd_main_ip" alt="" coords="872,1164,973,1193"/><area shape="rect" id="node32" href="../../dd/dd9/andns_8h.html#a81431a7e5716758c3bbefd17f8e68898" title="inet_rslv" alt="" coords="1105,1057,1175,1087"/><area shape="rect" id="node48" href="../../d5/d05/andna_8h.html#a8aab86a04409ff7c8baef00863464621" title="andna_recv_resolve_rq" alt="" coords="845,527,1000,556"/><area shape="rect" id="node51" href="../../d5/d05/andna_8h.html#a7cb15ea6895d12e1dc8b334360de6819" title="recv_spread_single\l_acache" alt="" coords="856,633,989,679"/><area shape="rect" id="node59" href="../../d5/d05/andna_8h.html#a533e80474668ec6d63b4e5302b910a6c" title="andna_hook" alt="" coords="877,153,968,183"/><area shape="rect" id="node77" href="../../d6/d34/hook_8h.html#af541d5ab5dd6596b12342140f4094dee" title="hook_init" alt="" coords="1103,853,1177,883"/><area shape="rect" id="node91" href="../../d5/d05/andna_8h.html#aaa787887419437e0bca8efae5cd88aaf" title="andna_recv_check_counter" alt="" coords="832,473,1013,503"/><area shape="rect" id="node104" href="../../d6/d34/hook_8h.html#a7da6546e5822e282b57e5aee17e0c80c" title="put_free_nodes" alt="" coords="868,420,977,449"/><area shape="rect" id="node107" href="../../d5/d89/pkts_8h.html#ad72bbdba1c2025145f30bba79981c11d" title="pkt_exec" alt="" coords="885,313,960,343"/><area shape="rect" id="node111" href="../../d3/dc7/hook_8c.html#a13ba2bdeee0139a4e9cc749296099be2" title="get_free_nodes" alt="" coords="868,1537,977,1567"/><area shape="rect" id="node113" href="../../d3/dc7/hook_8c.html#a2dba643d9fbb3c9ce179b936a5190f59" title="get_qspn_round" alt="" coords="865,1217,980,1247"/><area shape="rect" id="node115" href="../../d3/dc7/hook_8c.html#a5f70bb451547d6e6fa8d4584bfcb6446" title="get_ext_map" alt="" coords="875,1271,971,1300"/><area shape="rect" id="node117" href="../../d3/dc7/hook_8c.html#a68ce15d13d0063d2670f1f75941d4d41" title="get_int_map" alt="" coords="876,1324,969,1353"/><area shape="rect" id="node119" href="../../d3/dc7/hook_8c.html#ab5fcc9e0c459e229bee016a7698e08ee" title="get_bnode_map" alt="" coords="865,1377,980,1407"/><area shape="rect" id="node121" href="../../d3/dc7/hook_8c.html#a8fe66445249fb1a1e2890250919bf67e" title="get_internet_gws" alt="" coords="863,1431,983,1460"/><area shape="rect" id="node123" href="../../da/db5/tracer_8h.html#add8a05e0cb98370b058e9a4906bcc463" title="flood_pkt_send" alt="" coords="868,1484,977,1513"/></map>
</div>
</p>
</div>
</div>
<a class="anchor" id="a1cd6901da908a11c445765c7aa42e495"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">int set_multicast_loop_sk </td>
<td>(</td>
<td class="paramtype">int&#160;</td>
<td class="paramname"><em>family</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">int&#160;</td>
<td class="paramname"><em>socket</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">u_char&#160;</td>
<td class="paramname"><em>loop</em>&#160;</td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td>
</tr>
</table>
</div><div class="memdoc">
<p><div class="dynheader">
Here is the call graph for this function:</div>
<div class="dyncontent">
<div class="center"><img src="../../da/d89/inet_8c_a1cd6901da908a11c445765c7aa42e495_cgraph.png" border="0" usemap="#da/d89/inet_8c_a1cd6901da908a11c445765c7aa42e495_cgraph" alt=""/></div>
<map name="da/d89/inet_8c_a1cd6901da908a11c445765c7aa42e495_cgraph" id="da/d89/inet_8c_a1cd6901da908a11c445765c7aa42e495_cgraph">
<area shape="rect" id="node3" href="../../d7/df8/log_8c.html#ac33c8a42a58a6379397850b60be22028" title="error" alt="" coords="205,5,253,35"/><area shape="rect" id="node5" href="../../d7/df8/log_8c.html#a3bd4b0345d9f0035edbe68f3795319de" title="print_log" alt="" coords="303,5,372,35"/></map>
</div>
</p>
<p><div class="dynheader">
Here is the caller graph for this function:</div>
<div class="dyncontent">
<div class="center"><img src="../../da/d89/inet_8c_a1cd6901da908a11c445765c7aa42e495_icgraph.png" border="0" usemap="#da/d89/inet_8c_a1cd6901da908a11c445765c7aa42e495_icgraph" alt=""/></div>
<map name="da/d89/inet_8c_a1cd6901da908a11c445765c7aa42e495_icgraph" id="da/d89/inet_8c_a1cd6901da908a11c445765c7aa42e495_icgraph">
<area shape="rect" id="node3" href="../../d6/d4a/inet_8h.html#a2aa626239ab1ad25661dfed01b5f2f89" title="set_broadcast_sk" alt="" coords="205,688,331,717"/><area shape="rect" id="node5" href="../../d6/d4a/inet_8h.html#a0f1dbd0722384c9eddd65f669229345a" title="new_bcast_conn" alt="" coords="379,688,499,717"/><area shape="rect" id="node7" href="../../d5/d89/pkts_8h.html#add26b86f4b7d350021c4a96e6db6ce6c" title="send_rq" alt="" coords="548,688,615,717"/><area shape="rect" id="node9" href="../../d5/d05/andna_8h.html#a47f535bfa2b7403ded9d8b4a7c19d27d" title="andna_register_hname" alt="" coords="667,61,819,91"/><area shape="rect" id="node22" href="../../d5/d05/andna_8h.html#a278c2e4e68b10357f59f3edbaa9bf7de" title="andna_check_counter" alt="" coords="668,580,817,609"/><area shape="rect" id="node28" href="../../d5/d05/andna_8h.html#a1ce60180d15ab89d473eb45928ee6ee5" title="andna_resolve_hash" alt="" coords="672,1085,813,1115"/><area shape="rect" id="node38" href="../../d5/d05/andna_8h.html#a9f9606b7d11bf10088542d80e6aac805" title="andna_reverse_resolve" alt="" coords="665,1008,820,1037"/><area shape="rect" id="node42" href="../../d5/d05/andna_8h.html#a44e3e539ab14f207121225a8f649acf8" title="andna_recv_rev_resolve_rq" alt="" coords="869,260,1051,289"/><area shape="rect" id="node45" href="../../d5/d05/andna_8h.html#a176509d35d2405f8416d22b7defd2081" title="get_single_andna_c" alt="" coords="675,633,811,663"/><area shape="rect" id="node54" href="../../d5/d05/andna_8h.html#a518d5d1d638386131f4e1ca4b5e2edb6" title="put_single_acache" alt="" coords="895,367,1025,396"/><area shape="rect" id="node57" href="../../d4/d18/andna_8c.html#a75826b3a2a955fdd50d081ac17e0abe8" title="get_andna_cache" alt="" coords="681,156,804,185"/><area shape="rect" id="node62" href="../../d5/d05/andna_8h.html#a288580e9a1dfc745225f740d4afb9f6d" title="put_andna_cache" alt="" coords="681,688,804,717"/><area shape="rect" id="node65" href="../../d4/d18/andna_8c.html#a3148136f16559910186e2e0f253a5981" title="get_counter_cache" alt="" coords="677,209,808,239"/><area shape="rect" id="node68" href="../../d5/d05/andna_8h.html#a2196e258ccd91d09ad736705e25b59ce" title="put_counter_cache" alt="" coords="677,741,808,771"/><area shape="rect" id="node71" href="../../d0/d51/daemon_8h.html#a6bfa338bfc8ec41ee95e77a666e26114" title="tcp_daemon" alt="" coords="913,207,1007,236"/><area shape="rect" id="node75" href="../../d6/d34/hook_8h.html#aa99944b9d6345e33be0bf1c850380228" title="put_ext_map" alt="" coords="695,901,791,931"/><area shape="rect" id="node79" href="../../d6/d34/hook_8h.html#ab08a91850a188145dc3f039300aeca8b" title="put_int_map" alt="" coords="696,955,789,984"/><area shape="rect" id="node82" href="../../d6/d34/hook_8h.html#a63187dcc3bfeb1895aed9385c06ed714" title="put_bnode_map" alt="" coords="685,795,800,824"/><area shape="rect" id="node85" href="../../d3/dc7/hook_8c.html#acb511717802de00a8566330c97afeb96" title="put_internet_gws" alt="" coords="683,848,803,877"/><area shape="rect" id="node88" href="../../d5/d89/pkts_8h.html#a9705190f4cb9031da8070644993515d5" title="forward_pkt" alt="" coords="697,527,788,556"/><area shape="rect" id="node96" href="../../d5/d89/pkts_8h.html#ad386f9f8ac111df2a8d5a5e9912013ca" title="pkt_err" alt="" coords="712,420,773,449"/><area shape="rect" id="node109" href="../../d3/df5/radar_8h.html#a8424d1822303af54c7e25160800cf7d8" title="rnl_send_rq" alt="" coords="699,1297,787,1327"/><area shape="rect" id="node125" href="../../d3/df5/radar_8h.html#a3d46b80b3ad27f86a02c0586617f18cc" title="radar_scan" alt="" coords="700,1351,785,1380"/><area shape="rect" id="node127" href="../../d3/df5/radar_8h.html#a7a73bfef9b57006bbe0327107e991c74" title="radard" alt="" coords="713,1404,772,1433"/><area shape="rect" id="node11" href="../../d4/d18/andna_8c.html#abac5b6d2df2140ec17abb62d9ce8cbbc" title="andna_min_update_retry" alt="" coords="879,31,1041,60"/><area shape="rect" id="node13" href="../../d5/d05/andna_8h.html#a22751676386bfd17dd30f88528ee0f12" title="andna_update_hnames" alt="" coords="1100,5,1255,35"/><area shape="rect" id="node16" href="../../d5/d05/andna_8h.html#ac5e2e3a07b8b99edbc9501aae6e5b1ff" title="andna_maintain_hnames\l_active" alt="" coords="877,83,1043,130"/><area shape="rect" id="node18" href="../../d5/d05/andna_8h.html#ae8a0abdfc416da1b04dafe5c30fb14c3" title="andna_main" alt="" coords="1132,153,1223,183"/><area shape="rect" id="node20" href="../../d9/d88/ntkresolv_8h.html#a3c04138a5bfe5d72780bb7e82a18e627" title="main" alt="" coords="1304,180,1355,209"/><area shape="rect" id="node24" href="../../d5/d05/andna_8h.html#a5da3518ba270f03f8d087c3c1cb25115" title="andna_recv_reg_rq" alt="" coords="895,580,1025,609"/><area shape="rect" id="node26" href="../../d5/d05/andna_8h.html#aa7b53282a673cbc82c998a3cf4e5aff2" title="andna_init" alt="" coords="1137,553,1217,583"/><area shape="rect" id="node30" href="../../d5/d05/andna_8h.html#aa3b87d2348a3a7cdb6e2d95c66fdfb6f" title="andna_resolve_hname" alt="" coords="884,1111,1036,1140"/><area shape="rect" id="node34" href="../../dd/dd9/andns_8h.html#a77c1322dbf52a1bacabe97028c9ce8d2" title="nk_rslv" alt="" coords="928,1057,992,1087"/><area shape="rect" id="node36" href="../../d1/dd5/andns__snsd_8h.html#a5f5ed255a4e4e2604045525ee8acb7fb" title="snsd_main_ip" alt="" coords="909,1164,1011,1193"/><area shape="rect" id="node32" href="../../dd/dd9/andns_8h.html#a81431a7e5716758c3bbefd17f8e68898" title="inet_rslv" alt="" coords="1143,1057,1212,1087"/><area shape="rect" id="node48" href="../../d5/d05/andna_8h.html#a8aab86a04409ff7c8baef00863464621" title="andna_recv_resolve_rq" alt="" coords="883,527,1037,556"/><area shape="rect" id="node51" href="../../d5/d05/andna_8h.html#a7cb15ea6895d12e1dc8b334360de6819" title="recv_spread_single\l_acache" alt="" coords="893,633,1027,679"/><area shape="rect" id="node59" href="../../d5/d05/andna_8h.html#a533e80474668ec6d63b4e5302b910a6c" title="andna_hook" alt="" coords="915,153,1005,183"/><area shape="rect" id="node77" href="../../d6/d34/hook_8h.html#af541d5ab5dd6596b12342140f4094dee" title="hook_init" alt="" coords="1140,853,1215,883"/><area shape="rect" id="node91" href="../../d5/d05/andna_8h.html#aaa787887419437e0bca8efae5cd88aaf" title="andna_recv_check_counter" alt="" coords="869,473,1051,503"/><area shape="rect" id="node104" href="../../d6/d34/hook_8h.html#a7da6546e5822e282b57e5aee17e0c80c" title="put_free_nodes" alt="" coords="905,420,1015,449"/><area shape="rect" id="node107" href="../../d5/d89/pkts_8h.html#ad72bbdba1c2025145f30bba79981c11d" title="pkt_exec" alt="" coords="923,313,997,343"/><area shape="rect" id="node111" href="../../d3/dc7/hook_8c.html#a13ba2bdeee0139a4e9cc749296099be2" title="get_free_nodes" alt="" coords="905,1537,1015,1567"/><area shape="rect" id="node113" href="../../d3/dc7/hook_8c.html#a2dba643d9fbb3c9ce179b936a5190f59" title="get_qspn_round" alt="" coords="903,1217,1017,1247"/><area shape="rect" id="node115" href="../../d3/dc7/hook_8c.html#a5f70bb451547d6e6fa8d4584bfcb6446" title="get_ext_map" alt="" coords="912,1271,1008,1300"/><area shape="rect" id="node117" href="../../d3/dc7/hook_8c.html#a68ce15d13d0063d2670f1f75941d4d41" title="get_int_map" alt="" coords="913,1324,1007,1353"/><area shape="rect" id="node119" href="../../d3/dc7/hook_8c.html#ab5fcc9e0c459e229bee016a7698e08ee" title="get_bnode_map" alt="" coords="903,1377,1017,1407"/><area shape="rect" id="node121" href="../../d3/dc7/hook_8c.html#a8fe66445249fb1a1e2890250919bf67e" title="get_internet_gws" alt="" coords="900,1431,1020,1460"/><area shape="rect" id="node123" href="../../da/db5/tracer_8h.html#add8a05e0cb98370b058e9a4906bcc463" title="flood_pkt_send" alt="" coords="905,1484,1015,1513"/></map>
</div>
</p>
</div>
</div>
<a class="anchor" id="aff2952f8da964350ba064f251868a147"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">int set_nonblock_sk </td>
<td>(</td>
<td class="paramtype">int&#160;</td>
<td class="paramname"><em>fd</em></td><td>)</td>
<td></td>
</tr>
</table>
</div><div class="memdoc">
<p><div class="dynheader">
Here is the call graph for this function:</div>
<div class="dyncontent">
<div class="center"><img src="../../da/d89/inet_8c_aff2952f8da964350ba064f251868a147_cgraph.png" border="0" usemap="#da/d89/inet_8c_aff2952f8da964350ba064f251868a147_cgraph" alt=""/></div>
<map name="da/d89/inet_8c_aff2952f8da964350ba064f251868a147_cgraph" id="da/d89/inet_8c_aff2952f8da964350ba064f251868a147_cgraph">
<area shape="rect" id="node3" href="../../d7/df8/log_8c.html#ac33c8a42a58a6379397850b60be22028" title="error" alt="" coords="173,5,221,35"/><area shape="rect" id="node5" href="../../d7/df8/log_8c.html#a3bd4b0345d9f0035edbe68f3795319de" title="print_log" alt="" coords="271,5,340,35"/></map>
</div>
</p>
<p><div class="dynheader">
Here is the caller graph for this function:</div>
<div class="dyncontent">
<div class="center"><img src="../../da/d89/inet_8c_aff2952f8da964350ba064f251868a147_icgraph.png" border="0" usemap="#da/d89/inet_8c_aff2952f8da964350ba064f251868a147_icgraph" alt=""/></div>
<map name="da/d89/inet_8c_aff2952f8da964350ba064f251868a147_icgraph" id="da/d89/inet_8c_aff2952f8da964350ba064f251868a147_icgraph">
<area shape="rect" id="node3" href="../../d0/d51/daemon_8h.html#a6bfa338bfc8ec41ee95e77a666e26114" title="tcp_daemon" alt="" coords="540,5,633,35"/><area shape="rect" id="node10" href="../../d5/d89/pkts_8h.html#add26b86f4b7d350021c4a96e6db6ce6c" title="send_rq" alt="" coords="175,595,241,624"/><area shape="rect" id="node5" href="../../d5/d05/andna_8h.html#ae8a0abdfc416da1b04dafe5c30fb14c3" title="andna_main" alt="" coords="759,59,849,88"/><area shape="rect" id="node7" href="../../d9/d88/ntkresolv_8h.html#a3c04138a5bfe5d72780bb7e82a18e627" title="main" alt="" coords="931,33,981,63"/><area shape="rect" id="node12" href="../../d5/d05/andna_8h.html#a47f535bfa2b7403ded9d8b4a7c19d27d" title="andna_register_hname" alt="" coords="293,268,445,297"/><area shape="rect" id="node22" href="../../d5/d05/andna_8h.html#a278c2e4e68b10357f59f3edbaa9bf7de" title="andna_check_counter" alt="" coords="295,461,444,491"/><area shape="rect" id="node28" href="../../d5/d05/andna_8h.html#a1ce60180d15ab89d473eb45928ee6ee5" title="andna_resolve_hash" alt="" coords="299,1111,440,1140"/><area shape="rect" id="node38" href="../../d5/d05/andna_8h.html#a9f9606b7d11bf10088542d80e6aac805" title="andna_reverse_resolve" alt="" coords="292,1031,447,1060"/><area shape="rect" id="node42" href="../../d5/d05/andna_8h.html#a44e3e539ab14f207121225a8f649acf8" title="andna_recv_rev_resolve_rq" alt="" coords="496,355,677,384"/><area shape="rect" id="node45" href="../../d5/d05/andna_8h.html#a176509d35d2405f8416d22b7defd2081" title="get_single_andna_c" alt="" coords="301,408,437,437"/><area shape="rect" id="node54" href="../../d5/d05/andna_8h.html#a518d5d1d638386131f4e1ca4b5e2edb6" title="put_single_acache" alt="" coords="521,675,652,704"/><area shape="rect" id="node57" href="../../d4/d18/andna_8c.html#a75826b3a2a955fdd50d081ac17e0abe8" title="get_andna_cache" alt="" coords="308,161,431,191"/><area shape="rect" id="node62" href="../../d5/d05/andna_8h.html#a288580e9a1dfc745225f740d4afb9f6d" title="put_andna_cache" alt="" coords="308,672,431,701"/><area shape="rect" id="node65" href="../../d4/d18/andna_8c.html#a3148136f16559910186e2e0f253a5981" title="get_counter_cache" alt="" coords="304,215,435,244"/><area shape="rect" id="node68" href="../../d5/d05/andna_8h.html#a2196e258ccd91d09ad736705e25b59ce" title="put_counter_cache" alt="" coords="304,727,435,756"/><area shape="rect" id="node72" href="../../d6/d34/hook_8h.html#aa99944b9d6345e33be0bf1c850380228" title="put_ext_map" alt="" coords="321,976,417,1005"/><area shape="rect" id="node76" href="../../d6/d34/hook_8h.html#ab08a91850a188145dc3f039300aeca8b" title="put_int_map" alt="" coords="323,783,416,812"/><area shape="rect" id="node79" href="../../d6/d34/hook_8h.html#a63187dcc3bfeb1895aed9385c06ed714" title="put_bnode_map" alt="" coords="312,841,427,871"/><area shape="rect" id="node82" href="../../d3/dc7/hook_8c.html#acb511717802de00a8566330c97afeb96" title="put_internet_gws" alt="" coords="309,904,429,933"/><area shape="rect" id="node85" href="../../d5/d89/pkts_8h.html#a9705190f4cb9031da8070644993515d5" title="forward_pkt" alt="" coords="324,568,415,597"/><area shape="rect" id="node93" href="../../d5/d89/pkts_8h.html#ad386f9f8ac111df2a8d5a5e9912013ca" title="pkt_err" alt="" coords="339,515,400,544"/><area shape="rect" id="node106" href="../../d3/df5/radar_8h.html#a8424d1822303af54c7e25160800cf7d8" title="rnl_send_rq" alt="" coords="325,1376,413,1405"/><area shape="rect" id="node122" href="../../d3/df5/radar_8h.html#a3d46b80b3ad27f86a02c0586617f18cc" title="radar_scan" alt="" coords="327,1616,412,1645"/><area shape="rect" id="node128" href="../../d3/df5/radar_8h.html#a7a73bfef9b57006bbe0327107e991c74" title="radard" alt="" coords="340,57,399,87"/><area shape="rect" id="node14" href="../../d4/d18/andna_8c.html#abac5b6d2df2140ec17abb62d9ce8cbbc" title="andna_min_update_retry" alt="" coords="505,232,668,261"/><area shape="rect" id="node16" href="../../d5/d05/andna_8h.html#a22751676386bfd17dd30f88528ee0f12" title="andna_update_hnames" alt="" coords="727,207,881,236"/><area shape="rect" id="node19" href="../../d5/d05/andna_8h.html#ac5e2e3a07b8b99edbc9501aae6e5b1ff" title="andna_maintain_hnames\l_active" alt="" coords="504,111,669,158"/><area shape="rect" id="node24" href="../../d5/d05/andna_8h.html#a5da3518ba270f03f8d087c3c1cb25115" title="andna_recv_reg_rq" alt="" coords="521,408,652,437"/><area shape="rect" id="node26" href="../../d5/d05/andna_8h.html#aa7b53282a673cbc82c998a3cf4e5aff2" title="andna_init" alt="" coords="764,541,844,571"/><area shape="rect" id="node30" href="../../d5/d05/andna_8h.html#aa3b87d2348a3a7cdb6e2d95c66fdfb6f" title="andna_resolve_hname" alt="" coords="511,1136,663,1165"/><area shape="rect" id="node34" href="../../dd/dd9/andns_8h.html#a77c1322dbf52a1bacabe97028c9ce8d2" title="nk_rslv" alt="" coords="555,1083,619,1112"/><area shape="rect" id="node36" href="../../d1/dd5/andns__snsd_8h.html#a5f5ed255a4e4e2604045525ee8acb7fb" title="snsd_main_ip" alt="" coords="536,1189,637,1219"/><area shape="rect" id="node32" href="../../dd/dd9/andns_8h.html#a81431a7e5716758c3bbefd17f8e68898" title="inet_rslv" alt="" coords="769,1083,839,1112"/><area shape="rect" id="node48" href="../../d5/d05/andna_8h.html#a8aab86a04409ff7c8baef00863464621" title="andna_recv_resolve_rq" alt="" coords="509,515,664,544"/><area shape="rect" id="node51" href="../../d5/d05/andna_8h.html#a7cb15ea6895d12e1dc8b334360de6819" title="recv_spread_single\l_acache" alt="" coords="520,285,653,331"/><area shape="rect" id="node59" href="../../d5/d05/andna_8h.html#a533e80474668ec6d63b4e5302b910a6c" title="andna_hook" alt="" coords="541,59,632,88"/><area shape="rect" id="node74" href="../../d6/d34/hook_8h.html#af541d5ab5dd6596b12342140f4094dee" title="hook_init" alt="" coords="767,879,841,908"/><area shape="rect" id="node88" href="../../d5/d05/andna_8h.html#aaa787887419437e0bca8efae5cd88aaf" title="andna_recv_check_counter" alt="" coords="496,568,677,597"/><area shape="rect" id="node101" href="../../d6/d34/hook_8h.html#a7da6546e5822e282b57e5aee17e0c80c" title="put_free_nodes" alt="" coords="532,621,641,651"/><area shape="rect" id="node104" href="../../d5/d89/pkts_8h.html#ad72bbdba1c2025145f30bba79981c11d" title="pkt_exec" alt="" coords="549,461,624,491"/><area shape="rect" id="node108" href="../../d3/dc7/hook_8c.html#a13ba2bdeee0139a4e9cc749296099be2" title="get_free_nodes" alt="" coords="532,1456,641,1485"/><area shape="rect" id="node110" href="../../d3/dc7/hook_8c.html#a2dba643d9fbb3c9ce179b936a5190f59" title="get_qspn_round" alt="" coords="529,1509,644,1539"/><area shape="rect" id="node112" href="../../d3/dc7/hook_8c.html#a5f70bb451547d6e6fa8d4584bfcb6446" title="get_ext_map" alt="" coords="539,1563,635,1592"/><area shape="rect" id="node114" href="../../d3/dc7/hook_8c.html#a68ce15d13d0063d2670f1f75941d4d41" title="get_int_map" alt="" coords="540,1243,633,1272"/><area shape="rect" id="node116" href="../../d3/dc7/hook_8c.html#ab5fcc9e0c459e229bee016a7698e08ee" title="get_bnode_map" alt="" coords="529,1296,644,1325"/><area shape="rect" id="node118" href="../../d3/dc7/hook_8c.html#a8fe66445249fb1a1e2890250919bf67e" title="get_internet_gws" alt="" coords="527,1349,647,1379"/><area shape="rect" id="node120" href="../../da/db5/tracer_8h.html#add8a05e0cb98370b058e9a4906bcc463" title="flood_pkt_send" alt="" coords="532,1403,641,1432"/><area shape="rect" id="node124" href="../../d3/dc7/hook_8c.html#a7503e6bf75bee5edba1dd37e8878911a" title="hook_first_radar_scan" alt="" coords="512,1616,661,1645"/><area shape="rect" id="node126" href="../../d3/dc7/hook_8c.html#a5e32a215ed05b1ef1f870ce105f67640" title="hook_finish" alt="" coords="543,1669,631,1699"/></map>
</div>
</p>
</div>
</div>
<a class="anchor" id="a14ce403ca9d8516dc8d71796362a6d48"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">int set_reuseaddr_sk </td>
<td>(</td>
<td class="paramtype">int&#160;</td>
<td class="paramname"><em>socket</em></td><td>)</td>
<td></td>
</tr>
</table>
</div><div class="memdoc">
<p><div class="dynheader">
Here is the call graph for this function:</div>
<div class="dyncontent">
<div class="center"><img src="../../da/d89/inet_8c_a14ce403ca9d8516dc8d71796362a6d48_cgraph.png" border="0" usemap="#da/d89/inet_8c_a14ce403ca9d8516dc8d71796362a6d48_cgraph" alt=""/></div>
<map name="da/d89/inet_8c_a14ce403ca9d8516dc8d71796362a6d48_cgraph" id="da/d89/inet_8c_a14ce403ca9d8516dc8d71796362a6d48_cgraph">
<area shape="rect" id="node3" href="../../d7/df8/log_8c.html#ac33c8a42a58a6379397850b60be22028" title="error" alt="" coords="179,5,227,35"/><area shape="rect" id="node5" href="../../d7/df8/log_8c.html#a3bd4b0345d9f0035edbe68f3795319de" title="print_log" alt="" coords="276,5,345,35"/></map>
</div>
</p>
<p><div class="dynheader">
Here is the caller graph for this function:</div>
<div class="dyncontent">
<div class="center"><img src="../../da/d89/inet_8c_a14ce403ca9d8516dc8d71796362a6d48_icgraph.png" border="0" usemap="#da/d89/inet_8c_a14ce403ca9d8516dc8d71796362a6d48_icgraph" alt=""/></div>
<map name="da/d89/inet_8c_a14ce403ca9d8516dc8d71796362a6d48_icgraph" id="da/d89/inet_8c_a14ce403ca9d8516dc8d71796362a6d48_icgraph">
<area shape="rect" id="node3" href="../../d0/d51/daemon_8h.html#a71a44ef24ad390d8bfd927ed826d42eb" title="prepare_listen_socket" alt="" coords="179,59,328,88"/><area shape="rect" id="node5" href="../../dc/d21/daemon_8c.html#a990f15964056fbc0a9289f6fcf5e360c" title="sockets_all_ifs" alt="" coords="396,32,505,61"/><area shape="rect" id="node18" href="../../db/d6b/dns__wrapper_8c.html#aeaa4cae89e7a3eefe83d0ae4cc63b35a" title="dns_wrapper_daemon" alt="" coords="376,85,525,115"/><area shape="rect" id="node7" href="../../d0/d51/daemon_8h.html#a40481bac75cf84001629622bb8a5f2c0" title="udp_daemon" alt="" coords="573,5,669,35"/><area shape="rect" id="node14" href="../../d0/d51/daemon_8h.html#a6bfa338bfc8ec41ee95e77a666e26114" title="tcp_daemon" alt="" coords="575,59,668,88"/><area shape="rect" id="node9" href="../../d5/d05/andna_8h.html#ae8a0abdfc416da1b04dafe5c30fb14c3" title="andna_main" alt="" coords="719,32,809,61"/><area shape="rect" id="node11" href="../../d9/d88/ntkresolv_8h.html#a3c04138a5bfe5d72780bb7e82a18e627" title="main" alt="" coords="859,32,909,61"/></map>
</div>
</p>
</div>
</div>
<a class="anchor" id="a5bbe90629cfa3b1f5db9437297734355"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">int set_tos_sk </td>
<td>(</td>
<td class="paramtype">int&#160;</td>
<td class="paramname"><em>socket</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">int&#160;</td>
<td class="paramname"><em>lowdelay</em>&#160;</td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td>
</tr>
</table>
</div><div class="memdoc">
<p><div class="dynheader">
Here is the call graph for this function:</div>
<div class="dyncontent">
<div class="center"><img src="../../da/d89/inet_8c_a5bbe90629cfa3b1f5db9437297734355_cgraph.png" border="0" usemap="#da/d89/inet_8c_a5bbe90629cfa3b1f5db9437297734355_cgraph" alt=""/></div>
<map name="da/d89/inet_8c_a5bbe90629cfa3b1f5db9437297734355_cgraph" id="da/d89/inet_8c_a5bbe90629cfa3b1f5db9437297734355_cgraph">
<area shape="rect" id="node3" href="../../d7/df8/log_8c.html#ac33c8a42a58a6379397850b60be22028" title="error" alt="" coords="141,5,189,35"/><area shape="rect" id="node5" href="../../d7/df8/log_8c.html#a3bd4b0345d9f0035edbe68f3795319de" title="print_log" alt="" coords="239,5,308,35"/></map>
</div>
</p>
<p><div class="dynheader">
Here is the caller graph for this function:</div>
<div class="dyncontent">
<div class="center"><img src="../../da/d89/inet_8c_a5bbe90629cfa3b1f5db9437297734355_icgraph.png" border="0" usemap="#da/d89/inet_8c_a5bbe90629cfa3b1f5db9437297734355_icgraph" alt=""/></div>
<map name="da/d89/inet_8c_a5bbe90629cfa3b1f5db9437297734355_icgraph" id="da/d89/inet_8c_a5bbe90629cfa3b1f5db9437297734355_icgraph">
<area shape="rect" id="node3" href="../../d5/d89/pkts_8h.html#add26b86f4b7d350021c4a96e6db6ce6c" title="send_rq" alt="" coords="143,715,209,744"/><area shape="rect" id="node5" href="../../d5/d05/andna_8h.html#a47f535bfa2b7403ded9d8b4a7c19d27d" title="andna_register_hname" alt="" coords="261,88,413,117"/><area shape="rect" id="node18" href="../../d5/d05/andna_8h.html#a278c2e4e68b10357f59f3edbaa9bf7de" title="andna_check_counter" alt="" coords="263,408,412,437"/><area shape="rect" id="node24" href="../../d5/d05/andna_8h.html#a1ce60180d15ab89d473eb45928ee6ee5" title="andna_resolve_hash" alt="" coords="267,1111,408,1140"/><area shape="rect" id="node34" href="../../d5/d05/andna_8h.html#a9f9606b7d11bf10088542d80e6aac805" title="andna_reverse_resolve" alt="" coords="260,1035,415,1064"/><area shape="rect" id="node38" href="../../d5/d05/andna_8h.html#a44e3e539ab14f207121225a8f649acf8" title="andna_recv_rev_resolve_rq" alt="" coords="464,285,645,315"/><area shape="rect" id="node41" href="../../d5/d05/andna_8h.html#a176509d35d2405f8416d22b7defd2081" title="get_single_andna_c" alt="" coords="269,461,405,491"/><area shape="rect" id="node50" href="../../d5/d05/andna_8h.html#a518d5d1d638386131f4e1ca4b5e2edb6" title="put_single_acache" alt="" coords="489,675,620,704"/><area shape="rect" id="node53" href="../../d4/d18/andna_8c.html#a75826b3a2a955fdd50d081ac17e0abe8" title="get_andna_cache" alt="" coords="276,244,399,273"/><area shape="rect" id="node58" href="../../d5/d05/andna_8h.html#a288580e9a1dfc745225f740d4afb9f6d" title="put_andna_cache" alt="" coords="276,715,399,744"/><area shape="rect" id="node61" href="../../d4/d18/andna_8c.html#a3148136f16559910186e2e0f253a5981" title="get_counter_cache" alt="" coords="272,189,403,219"/><area shape="rect" id="node64" href="../../d5/d05/andna_8h.html#a2196e258ccd91d09ad736705e25b59ce" title="put_counter_cache" alt="" coords="272,768,403,797"/><area shape="rect" id="node67" href="../../d0/d51/daemon_8h.html#a6bfa338bfc8ec41ee95e77a666e26114" title="tcp_daemon" alt="" coords="508,232,601,261"/><area shape="rect" id="node71" href="../../d6/d34/hook_8h.html#aa99944b9d6345e33be0bf1c850380228" title="put_ext_map" alt="" coords="289,875,385,904"/><area shape="rect" id="node75" href="../../d6/d34/hook_8h.html#ab08a91850a188145dc3f039300aeca8b" title="put_int_map" alt="" coords="291,928,384,957"/><area shape="rect" id="node78" href="../../d6/d34/hook_8h.html#a63187dcc3bfeb1895aed9385c06ed714" title="put_bnode_map" alt="" coords="280,981,395,1011"/><area shape="rect" id="node81" href="../../d3/dc7/hook_8c.html#acb511717802de00a8566330c97afeb96" title="put_internet_gws" alt="" coords="277,821,397,851"/><area shape="rect" id="node84" href="../../d5/d89/pkts_8h.html#a9705190f4cb9031da8070644993515d5" title="forward_pkt" alt="" coords="292,568,383,597"/><area shape="rect" id="node92" href="../../d5/d89/pkts_8h.html#ad386f9f8ac111df2a8d5a5e9912013ca" title="pkt_err" alt="" coords="307,515,368,544"/><area shape="rect" id="node105" href="../../d3/df5/radar_8h.html#a8424d1822303af54c7e25160800cf7d8" title="rnl_send_rq" alt="" coords="293,1376,381,1405"/><area shape="rect" id="node121" href="../../d3/df5/radar_8h.html#a3d46b80b3ad27f86a02c0586617f18cc" title="radar_scan" alt="" coords="295,1536,380,1565"/><area shape="rect" id="node127" href="../../d3/df5/radar_8h.html#a7a73bfef9b57006bbe0327107e991c74" title="radard" alt="" coords="308,1589,367,1619"/><area shape="rect" id="node7" href="../../d4/d18/andna_8c.html#abac5b6d2df2140ec17abb62d9ce8cbbc" title="andna_min_update_retry" alt="" coords="473,5,636,35"/><area shape="rect" id="node9" href="../../d5/d05/andna_8h.html#a22751676386bfd17dd30f88528ee0f12" title="andna_update_hnames" alt="" coords="695,32,849,61"/><area shape="rect" id="node12" href="../../d5/d05/andna_8h.html#ac5e2e3a07b8b99edbc9501aae6e5b1ff" title="andna_maintain_hnames\l_active" alt="" coords="472,109,637,155"/><area shape="rect" id="node14" href="../../d5/d05/andna_8h.html#ae8a0abdfc416da1b04dafe5c30fb14c3" title="andna_main" alt="" coords="727,179,817,208"/><area shape="rect" id="node16" href="../../d9/d88/ntkresolv_8h.html#a3c04138a5bfe5d72780bb7e82a18e627" title="main" alt="" coords="899,205,949,235"/><area shape="rect" id="node20" href="../../d5/d05/andna_8h.html#a5da3518ba270f03f8d087c3c1cb25115" title="andna_recv_reg_rq" alt="" coords="489,408,620,437"/><area shape="rect" id="node22" href="../../d5/d05/andna_8h.html#aa7b53282a673cbc82c998a3cf4e5aff2" title="andna_init" alt="" coords="732,541,812,571"/><area shape="rect" id="node26" href="../../d5/d05/andna_8h.html#aa3b87d2348a3a7cdb6e2d95c66fdfb6f" title="andna_resolve_hname" alt="" coords="479,1136,631,1165"/><area shape="rect" id="node30" href="../../dd/dd9/andns_8h.html#a77c1322dbf52a1bacabe97028c9ce8d2" title="nk_rslv" alt="" coords="523,1083,587,1112"/><area shape="rect" id="node32" href="../../d1/dd5/andns__snsd_8h.html#a5f5ed255a4e4e2604045525ee8acb7fb" title="snsd_main_ip" alt="" coords="504,1189,605,1219"/><area shape="rect" id="node28" href="../../dd/dd9/andns_8h.html#a81431a7e5716758c3bbefd17f8e68898" title="inet_rslv" alt="" coords="737,1083,807,1112"/><area shape="rect" id="node44" href="../../d5/d05/andna_8h.html#a8aab86a04409ff7c8baef00863464621" title="andna_recv_resolve_rq" alt="" coords="477,515,632,544"/><area shape="rect" id="node47" href="../../d5/d05/andna_8h.html#a7cb15ea6895d12e1dc8b334360de6819" title="recv_spread_single\l_acache" alt="" coords="488,338,621,385"/><area shape="rect" id="node55" href="../../d5/d05/andna_8h.html#a533e80474668ec6d63b4e5302b910a6c" title="andna_hook" alt="" coords="509,179,600,208"/><area shape="rect" id="node73" href="../../d6/d34/hook_8h.html#af541d5ab5dd6596b12342140f4094dee" title="hook_init" alt="" coords="735,879,809,908"/><area shape="rect" id="node87" href="../../d5/d05/andna_8h.html#aaa787887419437e0bca8efae5cd88aaf" title="andna_recv_check_counter" alt="" coords="464,568,645,597"/><area shape="rect" id="node100" href="../../d6/d34/hook_8h.html#a7da6546e5822e282b57e5aee17e0c80c" title="put_free_nodes" alt="" coords="500,621,609,651"/><area shape="rect" id="node103" href="../../d5/d89/pkts_8h.html#ad72bbdba1c2025145f30bba79981c11d" title="pkt_exec" alt="" coords="517,461,592,491"/><area shape="rect" id="node107" href="../../d3/dc7/hook_8c.html#a13ba2bdeee0139a4e9cc749296099be2" title="get_free_nodes" alt="" coords="500,1509,609,1539"/><area shape="rect" id="node109" href="../../d3/dc7/hook_8c.html#a2dba643d9fbb3c9ce179b936a5190f59" title="get_qspn_round" alt="" coords="497,1563,612,1592"/><area shape="rect" id="node111" href="../../d3/dc7/hook_8c.html#a5f70bb451547d6e6fa8d4584bfcb6446" title="get_ext_map" alt="" coords="507,1243,603,1272"/><area shape="rect" id="node113" href="../../d3/dc7/hook_8c.html#a68ce15d13d0063d2670f1f75941d4d41" title="get_int_map" alt="" coords="508,1296,601,1325"/><area shape="rect" id="node115" href="../../d3/dc7/hook_8c.html#ab5fcc9e0c459e229bee016a7698e08ee" title="get_bnode_map" alt="" coords="497,1349,612,1379"/><area shape="rect" id="node117" href="../../d3/dc7/hook_8c.html#a8fe66445249fb1a1e2890250919bf67e" title="get_internet_gws" alt="" coords="495,1403,615,1432"/><area shape="rect" id="node119" href="../../da/db5/tracer_8h.html#add8a05e0cb98370b058e9a4906bcc463" title="flood_pkt_send" alt="" coords="500,1456,609,1485"/><area shape="rect" id="node123" href="../../d3/dc7/hook_8c.html#a7503e6bf75bee5edba1dd37e8878911a" title="hook_first_radar_scan" alt="" coords="480,1616,629,1645"/><area shape="rect" id="node125" href="../../d3/dc7/hook_8c.html#a5e32a215ed05b1ef1f870ce105f67640" title="hook_finish" alt="" coords="511,1669,599,1699"/></map>
</div>
</p>
</div>
</div>
<a class="anchor" id="a16c8d2dac83a014ea3035178a3771340"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">int sockaddr_to_inet </td>
<td>(</td>
<td class="paramtype">struct sockaddr *&#160;</td>
<td class="paramname"><em>ip</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype"><a class="el" href="../../da/d1d/structinet__prefix.html">inet_prefix</a> *&#160;</td>
<td class="paramname"><em>dst</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">u_short *&#160;</td>
<td class="paramname"><em>port</em>&#160;</td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td>
</tr>
</table>
</div><div class="memdoc">
<p><div class="dynheader">
Here is the call graph for this function:</div>
<div class="dyncontent">
<div class="center"><img src="../../da/d89/inet_8c_a16c8d2dac83a014ea3035178a3771340_cgraph.png" border="0" usemap="#da/d89/inet_8c_a16c8d2dac83a014ea3035178a3771340_cgraph" alt=""/></div>
<map name="da/d89/inet_8c_a16c8d2dac83a014ea3035178a3771340_cgraph" id="da/d89/inet_8c_a16c8d2dac83a014ea3035178a3771340_cgraph">
<area shape="rect" id="node3" href="../../d7/df8/log_8c.html#ac33c8a42a58a6379397850b60be22028" title="error" alt="" coords="192,5,240,35"/><area shape="rect" id="node7" href="../../da/d89/inet_8c.html#ac0a02d49e9909bae32638e61ce18be9f" title="inet_setip" alt="" coords="177,59,255,88"/><area shape="rect" id="node5" href="../../d7/df8/log_8c.html#a3bd4b0345d9f0035edbe68f3795319de" title="print_log" alt="" coords="605,5,675,35"/><area shape="rect" id="node9" href="../../da/d89/inet_8c.html#a9c6d94fc49adc3223bb0df762343784d" title="inet_setip_raw" alt="" coords="304,59,411,88"/><area shape="rect" id="node16" href="../../da/d89/inet_8c.html#a385963363f8d2ee7012a4c919b9b7b80" title="inet_ntohl" alt="" coords="319,112,396,141"/><area shape="rect" id="node11" href="../../d7/df8/log_8c.html#a677da14e8c4326bde43622f233f1ead3" title="fatal" alt="" coords="477,59,523,88"/><area shape="rect" id="node14" href="../../d7/df8/log_8c.html#a32f684e2d9d47ca24806b88e58498931" title="close_log_file" alt="" coords="589,59,691,88"/><area shape="rect" id="node18" href="../../d0/ddb/misc_8c.html#a7b5a2df1e2b36c954653fd3e786a5405" title="swap_ints" alt="" coords="460,112,540,141"/><area shape="rect" id="node20" href="../../d0/ddb/misc_8c.html#acb6548d316f7cd3f28e77c2bd4eb3e33" title="swap_array" alt="" coords="596,112,684,141"/></map>
</div>
</p>
<p><div class="dynheader">
Here is the caller graph for this function:</div>
<div class="dyncontent">
<div class="center"><img src="../../da/d89/inet_8c_a16c8d2dac83a014ea3035178a3771340_icgraph.png" border="0" usemap="#da/d89/inet_8c_a16c8d2dac83a014ea3035178a3771340_icgraph" alt=""/></div>
<map name="da/d89/inet_8c_a16c8d2dac83a014ea3035178a3771340_icgraph" id="da/d89/inet_8c_a16c8d2dac83a014ea3035178a3771340_icgraph">
<area shape="rect" id="node3" href="../../d0/d51/daemon_8h.html#a6bfa338bfc8ec41ee95e77a666e26114" title="tcp_daemon" alt="" coords="1215,587,1308,616"/><area shape="rect" id="node10" href="../../dc/d8d/if_8h.html#a1780e54c46c637939eed303c41996194" title="get_dev_ip" alt="" coords="184,368,269,397"/><area shape="rect" id="node17" href="../../d6/d4a/inet_8h.html#a44c5821edfbfaab89efae40fe8751963" title="inet_getpeername" alt="" coords="336,397,461,427"/><area shape="rect" id="node69" href="../../df/d05/pkts_8c.html#a1179aed21beeb7c21f762c4db1d54b83" title="pkt_recv_udp" alt="" coords="177,555,276,584"/><area shape="rect" id="node5" href="../../d5/d05/andna_8h.html#ae8a0abdfc416da1b04dafe5c30fb14c3" title="andna_main" alt="" coords="1415,612,1505,641"/><area shape="rect" id="node7" href="../../d9/d88/ntkresolv_8h.html#a3c04138a5bfe5d72780bb7e82a18e627" title="main" alt="" coords="1587,587,1637,616"/><area shape="rect" id="node12" href="../../da/dd7/igs_8h.html#a184ab033bb2e2c1f856df5430ba87a80" title="init_internet_gateway\l_search" alt="" coords="327,183,471,230"/><area shape="rect" id="node14" href="../../d4/d3b/netsukuku_8c.html#a110d67ecacf72375eea84dc00338030c" title="init_netsukuku" alt="" coords="688,93,795,123"/><area shape="rect" id="node19" href="../../d3/df5/radar_8h.html#a23199e508fb5df7dca7410b1744531c0" title="rnl_fill_rq" alt="" coords="843,380,917,409"/><area shape="rect" id="node21" href="../../d4/d18/andna_8c.html#a75826b3a2a955fdd50d081ac17e0abe8" title="get_andna_cache" alt="" coords="983,380,1105,409"/><area shape="rect" id="node26" href="../../d4/d18/andna_8c.html#a3148136f16559910186e2e0f253a5981" title="get_counter_cache" alt="" coords="979,433,1109,463"/><area shape="rect" id="node29" href="../../d3/dc7/hook_8c.html#a1af7ac472929cbedf3964d95f76a6cd4" title="hook_fill_rq" alt="" coords="1000,327,1088,356"/><area shape="rect" id="node43" href="../../d3/df5/radar_8h.html#a8424d1822303af54c7e25160800cf7d8" title="rnl_send_rq" alt="" coords="1000,273,1088,303"/><area shape="rect" id="node51" href="../../da/db5/tracer_8h.html#add8a05e0cb98370b058e9a4906bcc463" title="flood_pkt_send" alt="" coords="1207,160,1316,189"/><area shape="rect" id="node23" href="../../d5/d05/andna_8h.html#a533e80474668ec6d63b4e5302b910a6c" title="andna_hook" alt="" coords="1216,533,1307,563"/><area shape="rect" id="node31" href="../../d3/dc7/hook_8c.html#a13ba2bdeee0139a4e9cc749296099be2" title="get_free_nodes" alt="" coords="1207,427,1316,456"/><area shape="rect" id="node33" href="../../d3/dc7/hook_8c.html#a2dba643d9fbb3c9ce179b936a5190f59" title="get_qspn_round" alt="" coords="1204,480,1319,509"/><area shape="rect" id="node35" href="../../d3/dc7/hook_8c.html#a5f70bb451547d6e6fa8d4584bfcb6446" title="get_ext_map" alt="" coords="1213,213,1309,243"/><area shape="rect" id="node37" href="../../d3/dc7/hook_8c.html#a68ce15d13d0063d2670f1f75941d4d41" title="get_int_map" alt="" coords="1215,267,1308,296"/><area shape="rect" id="node39" href="../../d3/dc7/hook_8c.html#ab5fcc9e0c459e229bee016a7698e08ee" title="get_bnode_map" alt="" coords="1204,320,1319,349"/><area shape="rect" id="node41" href="../../d3/dc7/hook_8c.html#a8fe66445249fb1a1e2890250919bf67e" title="get_internet_gws" alt="" coords="1201,373,1321,403"/><area shape="rect" id="node53" href="../../d4/d18/andna_8c.html#a5f6db55ee7de052695358525b3fe212c" title="andna_flood_pkt" alt="" coords="1401,320,1519,349"/><area shape="rect" id="node55" href="../../d8/da0/qspn_8h.html#a0c2ef8efd5611e3ed71086a267af7915" title="qspn_send" alt="" coords="1417,373,1503,403"/><area shape="rect" id="node57" href="../../db/de6/qspn_8c.html#a43aa9205d173722bcc7220aa1ffd1d58" title="qspn_open_start" alt="" coords="1401,5,1519,35"/><area shape="rect" id="node59" href="../../d8/da0/qspn_8h.html#ab70abece99b6ae77b078ec100c35912a" title="qspn_close" alt="" coords="1568,57,1656,87"/><area shape="rect" id="node62" href="../../d8/da0/qspn_8h.html#a6df687dad6a64c0807fbfc105cf244c5" title="qspn_open" alt="" coords="1417,160,1503,189"/><area shape="rect" id="node64" href="../../da/db5/tracer_8h.html#ab53c5821a9d4215b3d5ba16fd95e8297" title="tracer_pkt_recv" alt="" coords="1404,213,1516,243"/><area shape="rect" id="node66" href="../../da/db5/tracer_8h.html#ac9c1eb29dad329c4ce003e9f770859c7" title="tracer_pkt_start" alt="" coords="1404,267,1516,296"/><area shape="rect" id="node71" href="../../d5/d89/pkts_8h.html#ac8bb8c9b1659c15702e273b4a795f3d7" title="pkt_recv" alt="" coords="363,605,435,635"/><area shape="rect" id="node73" href="../../d0/d51/daemon_8h.html#a40481bac75cf84001629622bb8a5f2c0" title="udp_daemon" alt="" coords="1213,1091,1309,1120"/><area shape="rect" id="node77" href="../../d0/d51/daemon_8h.html#a5d807bb7bad3c6b6dba9e852f1f401a7" title="tcp_recv_loop" alt="" coords="529,605,631,635"/><area shape="rect" id="node80" href="../../d5/d89/pkts_8h.html#ac024e276423e4ad5476ae1730d71cf76" title="pkt_tcp_connect" alt="" coords="521,552,639,581"/><area shape="rect" id="node82" href="../../d5/d89/pkts_8h.html#add26b86f4b7d350021c4a96e6db6ce6c" title="send_rq" alt="" coords="847,852,913,881"/><area shape="rect" id="node122" href="../../d3/df5/radar_8h.html#ac87ec2c357e722cc77948e2f4a133b03" title="rnl_get_sk" alt="" coords="700,528,783,557"/><area shape="rect" id="node84" href="../../d5/d05/andna_8h.html#a47f535bfa2b7403ded9d8b4a7c19d27d" title="andna_register_hname" alt="" coords="968,1116,1120,1145"/><area shape="rect" id="node86" href="../../d5/d05/andna_8h.html#a278c2e4e68b10357f59f3edbaa9bf7de" title="andna_check_counter" alt="" coords="969,1169,1119,1199"/><area shape="rect" id="node88" href="../../d5/d05/andna_8h.html#a1ce60180d15ab89d473eb45928ee6ee5" title="andna_resolve_hash" alt="" coords="973,1223,1115,1252"/><area shape="rect" id="node90" href="../../d5/d05/andna_8h.html#a9f9606b7d11bf10088542d80e6aac805" title="andna_reverse_resolve" alt="" coords="967,1276,1121,1305"/><area shape="rect" id="node92" href="../../d5/d05/andna_8h.html#a44e3e539ab14f207121225a8f649acf8" title="andna_recv_rev_resolve_rq" alt="" coords="1171,1037,1352,1067"/><area shape="rect" id="node94" href="../../d5/d05/andna_8h.html#a176509d35d2405f8416d22b7defd2081" title="get_single_andna_c" alt="" coords="976,1380,1112,1409"/><area shape="rect" id="node96" href="../../d5/d05/andna_8h.html#a518d5d1d638386131f4e1ca4b5e2edb6" title="put_single_acache" alt="" coords="1196,984,1327,1013"/><area shape="rect" id="node99" href="../../d5/d05/andna_8h.html#a288580e9a1dfc745225f740d4afb9f6d" title="put_andna_cache" alt="" coords="983,639,1105,668"/><area shape="rect" id="node102" href="../../d5/d05/andna_8h.html#a2196e258ccd91d09ad736705e25b59ce" title="put_counter_cache" alt="" coords="979,692,1109,721"/><area shape="rect" id="node105" href="../../d6/d34/hook_8h.html#aa99944b9d6345e33be0bf1c850380228" title="put_ext_map" alt="" coords="996,745,1092,775"/><area shape="rect" id="node107" href="../../d6/d34/hook_8h.html#ab08a91850a188145dc3f039300aeca8b" title="put_int_map" alt="" coords="997,799,1091,828"/><area shape="rect" id="node109" href="../../d6/d34/hook_8h.html#a63187dcc3bfeb1895aed9385c06ed714" title="put_bnode_map" alt="" coords="987,852,1101,881"/><area shape="rect" id="node111" href="../../d3/dc7/hook_8c.html#acb511717802de00a8566330c97afeb96" title="put_internet_gws" alt="" coords="984,905,1104,935"/><area shape="rect" id="node113" href="../../d5/d89/pkts_8h.html#a9705190f4cb9031da8070644993515d5" title="forward_pkt" alt="" coords="999,1063,1089,1092"/><area shape="rect" id="node116" href="../../d5/d89/pkts_8h.html#ad386f9f8ac111df2a8d5a5e9912013ca" title="pkt_err" alt="" coords="1013,959,1075,988"/></map>
</div>
</p>
</div>
</div>
<a class="anchor" id="a7b648d12a6ba304537ac987a5c55d696"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">int str_to_inet </td>
<td>(</td>
<td class="paramtype">const char *&#160;</td>
<td class="paramname"><em>src</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype"><a class="el" href="../../da/d1d/structinet__prefix.html">inet_prefix</a> *&#160;</td>
<td class="paramname"><em>ip</em>&#160;</td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td>
</tr>
</table>
</div><div class="memdoc">
<p><div class="dynheader">
Here is the call graph for this function:</div>
<div class="dyncontent">
<div class="center"><img src="../../da/d89/inet_8c_a7b648d12a6ba304537ac987a5c55d696_cgraph.png" border="0" usemap="#da/d89/inet_8c_a7b648d12a6ba304537ac987a5c55d696_cgraph" alt=""/></div>
<map name="da/d89/inet_8c_a7b648d12a6ba304537ac987a5c55d696_cgraph" id="da/d89/inet_8c_a7b648d12a6ba304537ac987a5c55d696_cgraph">
<area shape="rect" id="node3" href="../../d7/df8/log_8c.html#a983d6ac9e7105eb38445c20ff5e72135" title="debug" alt="" coords="148,5,204,35"/><area shape="rect" id="node7" href="../../da/d89/inet_8c.html#ac0a02d49e9909bae32638e61ce18be9f" title="inet_setip" alt="" coords="137,59,215,88"/><area shape="rect" id="node5" href="../../d7/df8/log_8c.html#a3bd4b0345d9f0035edbe68f3795319de" title="print_log" alt="" coords="565,5,635,35"/><area shape="rect" id="node9" href="../../da/d89/inet_8c.html#a9c6d94fc49adc3223bb0df762343784d" title="inet_setip_raw" alt="" coords="264,59,371,88"/><area shape="rect" id="node16" href="../../da/d89/inet_8c.html#a385963363f8d2ee7012a4c919b9b7b80" title="inet_ntohl" alt="" coords="279,112,356,141"/><area shape="rect" id="node11" href="../../d7/df8/log_8c.html#a677da14e8c4326bde43622f233f1ead3" title="fatal" alt="" coords="437,59,483,88"/><area shape="rect" id="node14" href="../../d7/df8/log_8c.html#a32f684e2d9d47ca24806b88e58498931" title="close_log_file" alt="" coords="549,59,651,88"/><area shape="rect" id="node18" href="../../d0/ddb/misc_8c.html#a7b5a2df1e2b36c954653fd3e786a5405" title="swap_ints" alt="" coords="420,112,500,141"/><area shape="rect" id="node20" href="../../d0/ddb/misc_8c.html#acb6548d316f7cd3f28e77c2bd4eb3e33" title="swap_array" alt="" coords="556,112,644,141"/></map>
</div>
</p>
<p><div class="dynheader">
Here is the caller graph for this function:</div>
<div class="dyncontent">
<div class="center"><img src="../../da/d89/inet_8c_a7b648d12a6ba304537ac987a5c55d696_icgraph.png" border="0" usemap="#da/d89/inet_8c_a7b648d12a6ba304537ac987a5c55d696_icgraph" alt=""/></div>
<map name="da/d89/inet_8c_a7b648d12a6ba304537ac987a5c55d696_icgraph" id="da/d89/inet_8c_a7b648d12a6ba304537ac987a5c55d696_icgraph">
<area shape="rect" id="node3" href="../../d7/d74/andna__cache_8h.html#ae30431f21d44516e3c006ae361578d9c" title="load_snsd" alt="" coords="137,59,217,88"/><area shape="rect" id="node18" href="../../dd/dd9/andns_8h.html#a81431a7e5716758c3bbefd17f8e68898" title="inet_rslv" alt="" coords="143,112,212,141"/><area shape="rect" id="node24" href="../../da/dd7/igs_8h.html#a016c3a34a9dc7add88dd0bce88440e05" title="str_to_inet_gw" alt="" coords="283,164,389,193"/><area shape="rect" id="node5" href="../../d5/d05/andna_8h.html#afc0f24a5b798975732d4f238dccc42ef" title="andna_load_caches" alt="" coords="268,7,404,36"/><area shape="rect" id="node13" href="../../d4/d3b/netsukuku_8c.html#a678f7ec6e159e6bee076921c8d709847" title="reload_hostname_thread" alt="" coords="455,59,617,88"/><area shape="rect" id="node7" href="../../d5/d05/andna_8h.html#aa7b53282a673cbc82c998a3cf4e5aff2" title="andna_init" alt="" coords="496,5,576,35"/><area shape="rect" id="node9" href="../../d4/d3b/netsukuku_8c.html#a110d67ecacf72375eea84dc00338030c" title="init_netsukuku" alt="" coords="691,5,797,35"/><area shape="rect" id="node11" href="../../d9/d88/ntkresolv_8h.html#a3c04138a5bfe5d72780bb7e82a18e627" title="main" alt="" coords="869,59,920,88"/><area shape="rect" id="node15" href="../../d4/d3b/netsukuku_8c.html#a207b25374e65f083a666cdfaca49bb99" title="sighup_handler" alt="" coords="689,59,799,88"/><area shape="rect" id="node20" href="../../dd/dd9/andns_8h.html#ad55d591cf7a444daa6b9cea7f8ae29bc" title="andns_rslv" alt="" coords="293,111,379,140"/><area shape="rect" id="node22" href="../../db/d6b/dns__wrapper_8c.html#ae858f92cfdc42ee9f2ba357a4021b59e" title="dns_exec_pkt" alt="" coords="485,112,587,141"/><area shape="rect" id="node26" href="../../d4/d3b/netsukuku_8c.html#a9eccd187480c0bd5207afd99966ef68b" title="fill_loaded_cfg_options" alt="" coords="667,137,821,167"/></map>
</div>
</p>
</div>
</div>
<a class="anchor" id="aa21ac550789ccbba526f404f090ac9c2"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">void unpack_inet_prefix </td>
<td>(</td>
<td class="paramtype"><a class="el" href="../../da/d1d/structinet__prefix.html">inet_prefix</a> *&#160;</td>
<td class="paramname"><em>ip</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">char *&#160;</td>
<td class="paramname"><em>pack</em>&#160;</td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td>
</tr>
</table>
</div><div class="memdoc">
<p><div class="dynheader">
Here is the call graph for this function:</div>
<div class="dyncontent">
<div class="center"><img src="../../da/d89/inet_8c_aa21ac550789ccbba526f404f090ac9c2_cgraph.png" border="0" usemap="#da/d89/inet_8c_aa21ac550789ccbba526f404f090ac9c2_cgraph" alt=""/></div>
<map name="da/d89/inet_8c_aa21ac550789ccbba526f404f090ac9c2_cgraph" id="da/d89/inet_8c_aa21ac550789ccbba526f404f090ac9c2_cgraph">
<area shape="rect" id="node3" href="../../d9/dfc/endianness_8c.html#a629226f9f754987898be147e82b2321c" title="ints_network_to_host" alt="" coords="184,59,331,88"/><area shape="rect" id="node16" href="../../da/d89/inet_8c.html#a385963363f8d2ee7012a4c919b9b7b80" title="inet_ntohl" alt="" coords="219,5,296,35"/><area shape="rect" id="node5" href="../../d0/ddb/misc_8c.html#a7b5a2df1e2b36c954653fd3e786a5405" title="swap_ints" alt="" coords="399,5,479,35"/><area shape="rect" id="node9" href="../../d0/ddb/misc_8c.html#a98da58b707cfc9acf75f8105a3508b89" title="swap_shorts" alt="" coords="391,59,487,88"/><area shape="rect" id="node12" href="../../d9/dfc/endianness_8c.html#a29c401e27b50dda7df6e6714d801020d" title="ints_array_ntohl" alt="" coords="381,112,496,141"/><area shape="rect" id="node14" href="../../d9/dfc/endianness_8c.html#acbced2f124c85ac91411e02a9165d095" title="ints_array_ntohs" alt="" coords="380,165,497,195"/><area shape="rect" id="node7" href="../../d0/ddb/misc_8c.html#acb6548d316f7cd3f28e77c2bd4eb3e33" title="swap_array" alt="" coords="548,32,636,61"/></map>
</div>
</p>
<p><div class="dynheader">
Here is the caller graph for this function:</div>
<div class="dyncontent">
<div class="center"><img src="../../da/d89/inet_8c_aa21ac550789ccbba526f404f090ac9c2_icgraph.png" border="0" usemap="#da/d89/inet_8c_aa21ac550789ccbba526f404f090ac9c2_icgraph" alt=""/></div>
<map name="da/d89/inet_8c_aa21ac550789ccbba526f404f090ac9c2_icgraph" id="da/d89/inet_8c_aa21ac550789ccbba526f404f090ac9c2_icgraph">
<area shape="rect" id="node3" href="../../d7/d3b/gmap_8h.html#aff77e100f9fda2f9320246f0be0eaa77" title="unpack_quadro_group" alt="" coords="184,84,333,113"/><area shape="rect" id="node5" href="../../d7/d3b/gmap_8h.html#af1e8816c82f2eeaf6b8aee6d51e80709" title="unpack_extmap" alt="" coords="381,109,496,139"/><area shape="rect" id="node7" href="../../d7/d3b/gmap_8h.html#a750e03b9ac5f9f2e27bc0eb268a36f9b" title="load_extmap" alt="" coords="545,57,641,87"/><area shape="rect" id="node15" href="../../d3/dc7/hook_8c.html#a5f70bb451547d6e6fa8d4584bfcb6446" title="get_ext_map" alt="" coords="545,111,641,140"/><area shape="rect" id="node9" href="../../d4/d3b/netsukuku_8c.html#aeda777559abec4e7ff375954117a918e" title="ntk_load_maps" alt="" coords="876,5,985,35"/><area shape="rect" id="node11" href="../../d4/d3b/netsukuku_8c.html#a110d67ecacf72375eea84dc00338030c" title="init_netsukuku" alt="" coords="2155,97,2261,127"/><area shape="rect" id="node13" href="../../d9/d88/ntkresolv_8h.html#a3c04138a5bfe5d72780bb7e82a18e627" title="main" alt="" coords="2309,151,2360,180"/><area shape="rect" id="node17" href="../../d3/dc7/hook_8c.html#a00d0f0c666be6f5b1d58632b4b5d222c" title="hook_get_ext_map" alt="" coords="692,111,823,140"/><area shape="rect" id="node19" href="../../d6/d34/hook_8h.html#af10a487801fab9a28a3cfb6759fe138f" title="netsukuku_hook" alt="" coords="872,111,989,140"/><area shape="rect" id="node22" href="../../d2/d42/rehook_8h.html#ae6ae2d4b03e5a8cc1891cbf553ebb913" title="rehook" alt="" coords="1037,111,1099,140"/><area shape="rect" id="node24" href="../../df/dba/rehook_8c.html#aeb32663f186f840edf41bb43d1f82459" title="new_rehook_thread" alt="" coords="1148,111,1281,140"/><area shape="rect" id="node26" href="../../d2/d42/rehook_8h.html#acd9ab3b97734c31a06ae3dcf475a1b39" title="new_rehook" alt="" coords="1332,111,1423,140"/><area shape="rect" id="node28" href="../../d6/d62/tracer_8c.html#a8bab813b90267e0e25592821248d7158" title="tracer_check_node_collision" alt="" coords="1472,84,1659,113"/><area shape="rect" id="node30" href="../../da/db5/tracer_8h.html#a12c03f2eaa97e2c644dcdd892e0fa758" title="tracer_store_pkt" alt="" coords="1708,97,1823,127"/><area shape="rect" id="node32" href="../../d8/da0/qspn_8h.html#ab70abece99b6ae77b078ec100c35912a" title="qspn_close" alt="" coords="1884,151,1972,180"/><area shape="rect" id="node37" href="../../d8/da0/qspn_8h.html#a6df687dad6a64c0807fbfc105cf244c5" title="qspn_open" alt="" coords="1885,44,1971,73"/><area shape="rect" id="node40" href="../../da/db5/tracer_8h.html#ab53c5821a9d4215b3d5ba16fd95e8297" title="tracer_pkt_recv" alt="" coords="1872,97,1984,127"/><area shape="rect" id="node34" href="../../d8/da0/qspn_8h.html#a6c5c062e24ec079201aea53899af3e28" title="qspn_init" alt="" coords="2032,97,2107,127"/></map>
</div>
</p>
</div>
</div>
<a class="anchor" id="a35fe2545f32c0fa347ef475c6d655013"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">int unset_broadcast_sk </td>
<td>(</td>
<td class="paramtype">int&#160;</td>
<td class="paramname"><em>socket</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">int&#160;</td>
<td class="paramname"><em>family</em>&#160;</td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td>
</tr>
</table>
</div><div class="memdoc">
<p><div class="dynheader">
Here is the call graph for this function:</div>
<div class="dyncontent">
<div class="center"><img src="../../da/d89/inet_8c_a35fe2545f32c0fa347ef475c6d655013_cgraph.png" border="0" usemap="#da/d89/inet_8c_a35fe2545f32c0fa347ef475c6d655013_cgraph" alt=""/></div>
<map name="da/d89/inet_8c_a35fe2545f32c0fa347ef475c6d655013_cgraph" id="da/d89/inet_8c_a35fe2545f32c0fa347ef475c6d655013_cgraph">
<area shape="rect" id="node3" href="../../d7/df8/log_8c.html#ac33c8a42a58a6379397850b60be22028" title="error" alt="" coords="192,5,240,35"/><area shape="rect" id="node5" href="../../d7/df8/log_8c.html#a3bd4b0345d9f0035edbe68f3795319de" title="print_log" alt="" coords="289,5,359,35"/></map>
</div>
</p>
</div>
</div>
<a class="anchor" id="a44c83c2b2a74ef116d7f94d41b8b5531"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">int unset_keepalive_sk </td>
<td>(</td>
<td class="paramtype">int&#160;</td>
<td class="paramname"><em>socket</em></td><td>)</td>
<td></td>
</tr>
</table>
</div><div class="memdoc">
<p><div class="dynheader">
Here is the call graph for this function:</div>
<div class="dyncontent">
<div class="center"><img src="../../da/d89/inet_8c_a44c83c2b2a74ef116d7f94d41b8b5531_cgraph.png" border="0" usemap="#da/d89/inet_8c_a44c83c2b2a74ef116d7f94d41b8b5531_cgraph" alt=""/></div>
<map name="da/d89/inet_8c_a44c83c2b2a74ef116d7f94d41b8b5531_cgraph" id="da/d89/inet_8c_a44c83c2b2a74ef116d7f94d41b8b5531_cgraph">
<area shape="rect" id="node3" href="../../d7/df8/log_8c.html#ac33c8a42a58a6379397850b60be22028" title="error" alt="" coords="192,5,240,35"/><area shape="rect" id="node5" href="../../d7/df8/log_8c.html#a3bd4b0345d9f0035edbe68f3795319de" title="print_log" alt="" coords="289,5,359,35"/></map>
</div>
</p>
</div>
</div>
<a class="anchor" id="a8b78c3f5fdf056d9f5f9bb69e5896190"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">int unset_nonblock_sk </td>
<td>(</td>
<td class="paramtype">int&#160;</td>
<td class="paramname"><em>fd</em></td><td>)</td>
<td></td>
</tr>
</table>
</div><div class="memdoc">
<p><div class="dynheader">
Here is the call graph for this function:</div>
<div class="dyncontent">
<div class="center"><img src="../../da/d89/inet_8c_a8b78c3f5fdf056d9f5f9bb69e5896190_cgraph.png" border="0" usemap="#da/d89/inet_8c_a8b78c3f5fdf056d9f5f9bb69e5896190_cgraph" alt=""/></div>
<map name="da/d89/inet_8c_a8b78c3f5fdf056d9f5f9bb69e5896190_cgraph" id="da/d89/inet_8c_a8b78c3f5fdf056d9f5f9bb69e5896190_cgraph">
<area shape="rect" id="node3" href="../../d7/df8/log_8c.html#ac33c8a42a58a6379397850b60be22028" title="error" alt="" coords="189,5,237,35"/><area shape="rect" id="node5" href="../../d7/df8/log_8c.html#a3bd4b0345d9f0035edbe68f3795319de" title="print_log" alt="" coords="287,5,356,35"/></map>
</div>
</p>
<p><div class="dynheader">
Here is the caller graph for this function:</div>
<div class="dyncontent">
<div class="center"><img src="../../da/d89/inet_8c_a8b78c3f5fdf056d9f5f9bb69e5896190_icgraph.png" border="0" usemap="#da/d89/inet_8c_a8b78c3f5fdf056d9f5f9bb69e5896190_icgraph" alt=""/></div>
<map name="da/d89/inet_8c_a8b78c3f5fdf056d9f5f9bb69e5896190_icgraph" id="da/d89/inet_8c_a8b78c3f5fdf056d9f5f9bb69e5896190_icgraph">
<area shape="rect" id="node3" href="../../d0/d51/daemon_8h.html#a6bfa338bfc8ec41ee95e77a666e26114" title="tcp_daemon" alt="" coords="189,32,283,61"/><area shape="rect" id="node5" href="../../d5/d05/andna_8h.html#ae8a0abdfc416da1b04dafe5c30fb14c3" title="andna_main" alt="" coords="332,5,423,35"/><area shape="rect" id="node7" href="../../d9/d88/ntkresolv_8h.html#a3c04138a5bfe5d72780bb7e82a18e627" title="main" alt="" coords="472,32,523,61"/></map>
</div>
</p>
</div>
</div>
</div><!-- contents -->
</div><!-- doc-content -->
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="navelem"><a class="el" href="../../dir_68267d1309a1af8e8297ef4c3efbcdba.html">src</a></li><li class="navelem"><a class="el" href="../../da/d89/inet_8c.html">inet.c</a></li>
<li class="footer">Generated on Wed Feb 19 2014 14:19:12 for The Netsukuku Project by
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="../../doxygen.png" alt="doxygen"/></a> 1.8.6 </li>
</ul>
</div>
</body>
</html>