netsukuku/d9/dfc/endianness_8c.html

475 lines
72 KiB
HTML
Raw Permalink Normal View History

<!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/endianness.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;">
2014-02-20 00:30:40 +00:00
<td id="projectlogo"><img alt="Logo" src="../../Logo_netsukuku.jpg"/></td>
<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('d9/dfc/endianness_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="#define-members">Macros</a> &#124;
<a href="#func-members">Functions</a> </div>
<div class="headertitle">
<div class="title">endianness.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="../../d7/d7f/log_8h_source.html">log.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 endianness.c:</div>
<div class="dyncontent">
<div class="center"><img src="../../dc/df1/endianness_8c__incl.png" border="0" usemap="#src_2endianness_8c" alt=""/></div>
<map name="src_2endianness_8c" id="src_2endianness_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="node65" href="../../d7/d7f/log_8h.html" title="log.h" alt="" coords="2789,169,2840,199"/><area shape="rect" id="node69" href="../../dc/d3e/endianness_8h.html" title="endianness.h" alt="" coords="2865,83,2964,112"/><area shape="rect" id="node59" href="../../d4/d08/misc_8h.html" title="misc.h" alt="" coords="2512,169,2573,199"/><area shape="rect" id="node61" href="../../d5/d08/buffer_8h.html" title="buffer.h" alt="" coords="2597,169,2664,199"/><area shape="rect" id="node63" href="../../d8/de3/xmalloc_8h.html" title="xmalloc.h" alt="" coords="2688,169,2765,199"/></map>
</div>
</div><table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="define-members"></a>
Macros</h2></td></tr>
<tr class="memitem:a0074f75dd43c879f407ccdeecc392f86"><td class="memItemLeft" align="right" valign="top">#define&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="../../d9/dfc/endianness_8c.html#a0074f75dd43c879f407ccdeecc392f86">IS_DYNAMIC</a>(i)&#160;&#160;&#160;({<a class="el" href="../../d4/d08/misc_8h.html#ad3dd98cde966bc68b438e72af3c68527">do_nothing</a>();})</td></tr>
<tr class="separator:a0074f75dd43c879f407ccdeecc392f86"><td class="memSeparator" colspan="2">&#160;</td></tr>
</table><table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="func-members"></a>
Functions</h2></td></tr>
<tr class="memitem:aca2792b724aa77910817b443d8de4492"><td class="memItemLeft" align="right" valign="top">void *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="../../d9/dfc/endianness_8c.html#aca2792b724aa77910817b443d8de4492">int_info_copy</a> (<a class="el" href="../../d4/d1c/structint__info.html">int_info</a> *dst, const <a class="el" href="../../d4/d1c/structint__info.html">int_info</a> *src)</td></tr>
<tr class="separator:aca2792b724aa77910817b443d8de4492"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a29c401e27b50dda7df6e6714d801020d"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="../../d9/dfc/endianness_8c.html#a29c401e27b50dda7df6e6714d801020d">ints_array_ntohl</a> (int *hostlong, int nmemb)</td></tr>
<tr class="separator:a29c401e27b50dda7df6e6714d801020d"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a1a256f4a240590c9338842ccf89cef71"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="../../d9/dfc/endianness_8c.html#a1a256f4a240590c9338842ccf89cef71">ints_array_htonl</a> (int *netlong, int nmemb)</td></tr>
<tr class="separator:a1a256f4a240590c9338842ccf89cef71"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:acbced2f124c85ac91411e02a9165d095"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="../../d9/dfc/endianness_8c.html#acbced2f124c85ac91411e02a9165d095">ints_array_ntohs</a> (short *hostshort, int nmemb)</td></tr>
<tr class="separator:acbced2f124c85ac91411e02a9165d095"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:adba3e27303d1342689cbb377921aee3f"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="../../d9/dfc/endianness_8c.html#adba3e27303d1342689cbb377921aee3f">ints_array_htons</a> (short *netshort, int nmemb)</td></tr>
<tr class="separator:adba3e27303d1342689cbb377921aee3f"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a629226f9f754987898be147e82b2321c"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="../../d9/dfc/endianness_8c.html#a629226f9f754987898be147e82b2321c">ints_network_to_host</a> (void *s, <a class="el" href="../../d4/d1c/structint__info.html">int_info</a> iinfo)</td></tr>
<tr class="separator:a629226f9f754987898be147e82b2321c"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:aed4f03aa2dac4cdc67d1e9cdf66bb850"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="../../d9/dfc/endianness_8c.html#aed4f03aa2dac4cdc67d1e9cdf66bb850">ints_host_to_network</a> (void *s, <a class="el" href="../../d4/d1c/structint__info.html">int_info</a> iinfo)</td></tr>
<tr class="separator:aed4f03aa2dac4cdc67d1e9cdf66bb850"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ad630f794fffad8e4cb68648945293e88"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="../../d9/dfc/endianness_8c.html#ad630f794fffad8e4cb68648945293e88">ints_printf</a> (void *s, <a class="el" href="../../d4/d1c/structint__info.html">int_info</a> iinfo, void(*print_func(const char *,...)))</td></tr>
<tr class="separator:ad630f794fffad8e4cb68648945293e88"><td class="memSeparator" colspan="2">&#160;</td></tr>
</table>
<h2 class="groupheader">Macro Definition Documentation</h2>
<a class="anchor" id="a0074f75dd43c879f407ccdeecc392f86"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">#define IS_DYNAMIC</td>
<td>(</td>
<td class="paramtype">&#160;</td>
<td class="paramname">i</td><td>)</td>
<td>&#160;&#160;&#160;({<a class="el" href="../../d4/d08/misc_8h.html#ad3dd98cde966bc68b438e72af3c68527">do_nothing</a>();})</td>
</tr>
</table>
</div><div class="memdoc">
</div>
</div>
<h2 class="groupheader">Function Documentation</h2>
<a class="anchor" id="aca2792b724aa77910817b443d8de4492"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">void* int_info_copy </td>
<td>(</td>
<td class="paramtype"><a class="el" href="../../d4/d1c/structint__info.html">int_info</a> *&#160;</td>
<td class="paramname"><em>dst</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">const <a class="el" href="../../d4/d1c/structint__info.html">int_info</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="../../d9/dfc/endianness_8c_aca2792b724aa77910817b443d8de4492_icgraph.png" border="0" usemap="#d9/dfc/endianness_8c_aca2792b724aa77910817b443d8de4492_icgraph" alt=""/></div>
<map name="d9/dfc/endianness_8c_aca2792b724aa77910817b443d8de4492_icgraph" id="d9/dfc/endianness_8c_aca2792b724aa77910817b443d8de4492_icgraph">
<area shape="rect" id="node3" href="../../d3/dc7/hook_8c.html#a2dba643d9fbb3c9ce179b936a5190f59" title="get_qspn_round" alt="" coords="152,139,267,168"/><area shape="rect" id="node35" href="../../d6/d34/hook_8h.html#a14eec030eb6098fc9cc4a8609b19bd00" title="put_qspn_round" alt="" coords="331,191,445,220"/><area shape="rect" id="node5" href="../../d3/dc7/hook_8c.html#a121f2311c11a2ea89f57e07d064f33b9" title="hook_get_free_nodes" alt="" coords="315,85,461,115"/><area shape="rect" id="node7" href="../../d6/d34/hook_8h.html#af10a487801fab9a28a3cfb6759fe138f" title="netsukuku_hook" alt="" coords="509,60,627,89"/><area shape="rect" id="node9" href="../../d9/d88/ntkresolv_8h.html#a3c04138a5bfe5d72780bb7e82a18e627" title="main" alt="" coords="1947,44,1997,73"/><area shape="rect" id="node11" href="../../d2/d42/rehook_8h.html#ae6ae2d4b03e5a8cc1891cbf553ebb913" title="rehook" alt="" coords="675,60,736,89"/><area shape="rect" id="node13" href="../../df/dba/rehook_8c.html#aeb32663f186f840edf41bb43d1f82459" title="new_rehook_thread" alt="" coords="785,60,919,89"/><area shape="rect" id="node15" href="../../d2/d42/rehook_8h.html#acd9ab3b97734c31a06ae3dcf475a1b39" title="new_rehook" alt="" coords="969,60,1060,89"/><area shape="rect" id="node17" href="../../d6/d62/tracer_8c.html#a8bab813b90267e0e25592821248d7158" title="tracer_check_node_collision" alt="" coords="1109,47,1296,76"/><area shape="rect" id="node19" href="../../da/db5/tracer_8h.html#a12c03f2eaa97e2c644dcdd892e0fa758" title="tracer_store_pkt" alt="" coords="1345,96,1460,125"/><area shape="rect" id="node21" href="../../d8/da0/qspn_8h.html#ab70abece99b6ae77b078ec100c35912a" title="qspn_close" alt="" coords="1521,43,1609,72"/><area shape="rect" id="node28" href="../../d8/da0/qspn_8h.html#a6df687dad6a64c0807fbfc105cf244c5" title="qspn_open" alt="" coords="1523,96,1608,125"/><area shape="rect" id="node31" href="../../da/db5/tracer_8h.html#ab53c5821a9d4215b3d5ba16fd95e8297" title="tracer_pkt_recv" alt="" coords="1509,149,1621,179"/><area shape="rect" id="node23" href="../../d8/da0/qspn_8h.html#a6c5c062e24ec079201aea53899af3e28" title="qspn_init" alt="" coords="1669,96,1744,125"/><area shape="rect" id="node25" href="../../d4/d3b/netsukuku_8c.html#a110d67ecacf72375eea84dc00338030c" title="init_netsukuku" alt="" coords="1792,96,1899,125"/><area shape="rect" id="node37" href="../../d6/d34/hook_8h.html#af541d5ab5dd6596b12342140f4094dee" title="hook_init" alt="" coords="531,195,605,224"/></map>
</div>
</p>
</div>
</div>
<a class="anchor" id="a1a256f4a240590c9338842ccf89cef71"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">void ints_array_htonl </td>
<td>(</td>
<td class="paramtype">int *&#160;</td>
<td class="paramname"><em>netlong</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">int&#160;</td>
<td class="paramname"><em>nmemb</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="../../d9/dfc/endianness_8c_a1a256f4a240590c9338842ccf89cef71_icgraph.png" border="0" usemap="#d9/dfc/endianness_8c_a1a256f4a240590c9338842ccf89cef71_icgraph" alt=""/></div>
<map name="d9/dfc/endianness_8c_a1a256f4a240590c9338842ccf89cef71_icgraph" id="d9/dfc/endianness_8c_a1a256f4a240590c9338842ccf89cef71_icgraph">
<area shape="rect" id="node3" href="../../dc/d3e/endianness_8h.html#aed4f03aa2dac4cdc67d1e9cdf66bb850" title="ints_host_to_network" alt="" coords="168,893,315,923"/><area shape="rect" id="node5" href="../../d5/d05/andna_8h.html#a47f535bfa2b7403ded9d8b4a7c19d27d" title="andna_register_hname" alt="" coords="375,83,527,112"/><area shape="rect" id="node14" href="../../d5/d05/andna_8h.html#a1ce60180d15ab89d473eb45928ee6ee5" title="andna_resolve_hash" alt="" coords="380,240,521,269"/><area shape="rect" id="node22" href="../../d5/d05/andna_8h.html#a8aab86a04409ff7c8baef00863464621" title="andna_recv_resolve_rq" alt="" coords="597,528,752,557"/><area shape="rect" id="node26" href="../../d5/d05/andna_8h.html#a176509d35d2405f8416d22b7defd2081" title="get_single_andna_c" alt="" coords="383,424,519,453"/><area shape="rect" id="node35" href="../../d5/d05/andna_8h.html#ac5be4621b26ee1e36c55a6da772614de" title="spread_single_acache" alt="" coords="376,477,525,507"/><area shape="rect" id="node39" href="../../d7/d74/andna__cache_8h.html#a60fdbdec49432f14029850a309df83ad" title="pack_lcl_keyring" alt="" coords="616,581,733,611"/><area shape="rect" id="node44" href="../../d7/d74/andna__cache_8h.html#a57cc184f00d4d7dcba8d59428e0c6eb1" title="pack_lcl_cache" alt="" coords="395,371,507,400"/><area shape="rect" id="node53" href="../../d2/de6/andna__cache_8c.html#a2d80e94b5ec287281ea7eec6279f9399" title="pack_andna_cache_queue" alt="" coords="363,632,539,661"/><area shape="rect" id="node55" href="../../d2/de6/andna__cache_8c.html#a29c1eeb9df9d110cdfca3144331b8b7b" title="pack_single_andna_cache" alt="" coords="588,683,761,712"/><area shape="rect" id="node57" href="../../d7/d74/andna__cache_8h.html#a0d9f1fef5d898612fcabd13b79b486ba" title="pack_andna_cache" alt="" coords="835,684,968,713"/><area shape="rect" id="node69" href="../../d7/d74/andna__cache_8h.html#a35b354e37cffa71b841eac414548e31d" title="pack_counter_cache" alt="" coords="380,787,521,816"/><area shape="rect" id="node76" href="../../d7/d74/andna__cache_8h.html#a0df1bcedcc94f5eb43bf734603c1f7a5" title="pack_rh_cache" alt="" coords="396,840,505,869"/><area shape="rect" id="node80" href="../../d5/dbf/bmap_8h.html#ae8c6ea7090b72e0e8bb5b84052897f49" title="pack_all_bmaps" alt="" coords="844,1253,959,1283"/><area shape="rect" id="node88" href="../../d7/d3b/gmap_8h.html#a70ce90c9c90ffba9965aca7863badae2" title="pack_quadro_group" alt="" coords="608,944,741,973"/><area shape="rect" id="node90" href="../../d7/d3b/gmap_8h.html#ad3b5a9f9d1ee7be33ede21a83479450c" title="pack_extmap" alt="" coords="852,1021,951,1051"/><area shape="rect" id="node97" href="../../d7/d3b/gmap_8h.html#a98445e1621693c83ca7af93d9e2fc722" title="pack_map_gnode" alt="" coords="613,1048,736,1077"/><area shape="rect" id="node101" href="../../d6/d34/hook_8h.html#a7da6546e5822e282b57e5aee17e0c80c" title="put_free_nodes" alt="" coords="847,1411,956,1440"/><area shape="rect" id="node104" href="../../d6/d34/hook_8h.html#a14eec030eb6098fc9cc4a8609b19bd00" title="put_qspn_round" alt="" coords="1051,1359,1165,1388"/><area shape="rect" id="node107" href="../../da/dd7/igs_8h.html#a413fd34c9565aa635c90cc7f811169e5" title="pack_igws" alt="" coords="409,1203,492,1232"/><area shape="rect" id="node109" href="../../d6/d4a/inet_8h.html#a4ef2e36725d0f18182509c8de38d8a64" title="pack_inet_prefix" alt="" coords="392,893,509,923"/><area shape="rect" id="node112" href="../../dc/db7/map_8h.html#a987fd3f199daaabdbf8a3859d7bcd4cc" title="get_rnode_block" alt="" coords="392,1307,509,1336"/><area shape="rect" id="node114" href="../../dc/db7/map_8h.html#a492987dbade1c9b1b87e31e6b61eaba2" title="pack_map_node" alt="" coords="392,1099,509,1128"/><area shape="rect" id="node117" href="../../dc/db7/map_8h.html#adedb299c04209530f0730bba4c5fb04c" title="pack_map" alt="" coords="633,1151,716,1180"/><area shape="rect" id="node121" href="../../d5/d89/pkts_8h.html#ae6409550716070c3ff80141d94dab212" title="pkt_pack" alt="" coords="413,1461,488,1491"/><area shape="rect" id="node123" href="../../d6/d62/tracer_8c.html#a68480933369b2c518a29ce511b06602c" title="trace
</div>
</p>
</div>
</div>
<a class="anchor" id="adba3e27303d1342689cbb377921aee3f"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">void ints_array_htons </td>
<td>(</td>
<td class="paramtype">short *&#160;</td>
<td class="paramname"><em>netshort</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">int&#160;</td>
<td class="paramname"><em>nmemb</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="../../d9/dfc/endianness_8c_adba3e27303d1342689cbb377921aee3f_icgraph.png" border="0" usemap="#d9/dfc/endianness_8c_adba3e27303d1342689cbb377921aee3f_icgraph" alt=""/></div>
<map name="d9/dfc/endianness_8c_adba3e27303d1342689cbb377921aee3f_icgraph" id="d9/dfc/endianness_8c_adba3e27303d1342689cbb377921aee3f_icgraph">
<area shape="rect" id="node3" href="../../dc/d3e/endianness_8h.html#aed4f03aa2dac4cdc67d1e9cdf66bb850" title="ints_host_to_network" alt="" coords="173,893,320,923"/><area shape="rect" id="node5" href="../../d5/d05/andna_8h.html#a47f535bfa2b7403ded9d8b4a7c19d27d" title="andna_register_hname" alt="" coords="380,83,532,112"/><area shape="rect" id="node14" href="../../d5/d05/andna_8h.html#a1ce60180d15ab89d473eb45928ee6ee5" title="andna_resolve_hash" alt="" coords="385,240,527,269"/><area shape="rect" id="node22" href="../../d5/d05/andna_8h.html#a8aab86a04409ff7c8baef00863464621" title="andna_recv_resolve_rq" alt="" coords="603,528,757,557"/><area shape="rect" id="node26" href="../../d5/d05/andna_8h.html#a176509d35d2405f8416d22b7defd2081" title="get_single_andna_c" alt="" coords="388,424,524,453"/><area shape="rect" id="node35" href="../../d5/d05/andna_8h.html#ac5be4621b26ee1e36c55a6da772614de" title="spread_single_acache" alt="" coords="381,477,531,507"/><area shape="rect" id="node39" href="../../d7/d74/andna__cache_8h.html#a60fdbdec49432f14029850a309df83ad" title="pack_lcl_keyring" alt="" coords="621,581,739,611"/><area shape="rect" id="node44" href="../../d7/d74/andna__cache_8h.html#a57cc184f00d4d7dcba8d59428e0c6eb1" title="pack_lcl_cache" alt="" coords="400,371,512,400"/><area shape="rect" id="node53" href="../../d2/de6/andna__cache_8c.html#a2d80e94b5ec287281ea7eec6279f9399" title="pack_andna_cache_queue" alt="" coords="368,632,544,661"/><area shape="rect" id="node55" href="../../d2/de6/andna__cache_8c.html#a29c1eeb9df9d110cdfca3144331b8b7b" title="pack_single_andna_cache" alt="" coords="593,683,767,712"/><area shape="rect" id="node57" href="../../d7/d74/andna__cache_8h.html#a0d9f1fef5d898612fcabd13b79b486ba" title="pack_andna_cache" alt="" coords="840,684,973,713"/><area shape="rect" id="node69" href="../../d7/d74/andna__cache_8h.html#a35b354e37cffa71b841eac414548e31d" title="pack_counter_cache" alt="" coords="385,787,527,816"/><area shape="rect" id="node76" href="../../d7/d74/andna__cache_8h.html#a0df1bcedcc94f5eb43bf734603c1f7a5" title="pack_rh_cache" alt="" coords="401,840,511,869"/><area shape="rect" id="node80" href="../../d5/dbf/bmap_8h.html#ae8c6ea7090b72e0e8bb5b84052897f49" title="pack_all_bmaps" alt="" coords="849,1253,964,1283"/><area shape="rect" id="node88" href="../../d7/d3b/gmap_8h.html#a70ce90c9c90ffba9965aca7863badae2" title="pack_quadro_group" alt="" coords="613,944,747,973"/><area shape="rect" id="node90" href="../../d7/d3b/gmap_8h.html#ad3b5a9f9d1ee7be33ede21a83479450c" title="pack_extmap" alt="" coords="857,1021,956,1051"/><area shape="rect" id="node97" href="../../d7/d3b/gmap_8h.html#a98445e1621693c83ca7af93d9e2fc722" title="pack_map_gnode" alt="" coords="619,1048,741,1077"/><area shape="rect" id="node101" href="../../d6/d34/hook_8h.html#a7da6546e5822e282b57e5aee17e0c80c" title="put_free_nodes" alt="" coords="852,1411,961,1440"/><area shape="rect" id="node104" href="../../d6/d34/hook_8h.html#a14eec030eb6098fc9cc4a8609b19bd00" title="put_qspn_round" alt="" coords="1056,1359,1171,1388"/><area shape="rect" id="node107" href="../../da/dd7/igs_8h.html#a413fd34c9565aa635c90cc7f811169e5" title="pack_igws" alt="" coords="415,1203,497,1232"/><area shape="rect" id="node109" href="../../d6/d4a/inet_8h.html#a4ef2e36725d0f18182509c8de38d8a64" title="pack_inet_prefix" alt="" coords="397,893,515,923"/><area shape="rect" id="node112" href="../../dc/db7/map_8h.html#a987fd3f199daaabdbf8a3859d7bcd4cc" title="get_rnode_block" alt="" coords="397,1307,515,1336"/><area shape="rect" id="node114" href="../../dc/db7/map_8h.html#a492987dbade1c9b1b87e31e6b61eaba2" title="pack_map_node" alt="" coords="397,1099,515,1128"/><area shape="rect" id="node117" href="../../dc/db7/map_8h.html#adedb299c04209530f0730bba4c5fb04c" title="pack_map" alt="" coords="639,1151,721,1180"/><area shape="rect" id="node121" href="../../d5/d89/pkts_8h.html#ae6409550716070c3ff80141d94dab212" title="pkt_pack" alt="" coords="419,1461,493,1491"/><area shape="rect" id="node123" href="../../d6/d62/tracer_8c.html#a68480933369b2c518a29ce511b06602c" title="trace
</div>
</p>
</div>
</div>
<a class="anchor" id="a29c401e27b50dda7df6e6714d801020d"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">void ints_array_ntohl </td>
<td>(</td>
<td class="paramtype">int *&#160;</td>
<td class="paramname"><em>hostlong</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">int&#160;</td>
<td class="paramname"><em>nmemb</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="../../d9/dfc/endianness_8c_a29c401e27b50dda7df6e6714d801020d_icgraph.png" border="0" usemap="#d9/dfc/endianness_8c_a29c401e27b50dda7df6e6714d801020d_icgraph" alt=""/></div>
<map name="d9/dfc/endianness_8c_a29c401e27b50dda7df6e6714d801020d_icgraph" id="d9/dfc/endianness_8c_a29c401e27b50dda7df6e6714d801020d_icgraph">
<area shape="rect" id="node3" href="../../dc/d3e/endianness_8h.html#a629226f9f754987898be147e82b2321c" title="ints_network_to_host" alt="" coords="168,1052,315,1081"/><area shape="rect" id="node5" href="../../d5/d05/andna_8h.html#a5da3518ba270f03f8d087c3c1cb25115" title="andna_recv_reg_rq" alt="" coords="1016,173,1147,202"/><area shape="rect" id="node9" href="../../d5/d05/andna_8h.html#aaa787887419437e0bca8efae5cd88aaf" title="andna_recv_check_counter" alt="" coords="773,348,955,377"/><area shape="rect" id="node12" href="../../d5/d05/andna_8h.html#a1ce60180d15ab89d473eb45928ee6ee5" title="andna_resolve_hash" alt="" coords="371,633,512,662"/><area shape="rect" id="node20" href="../../d5/d05/andna_8h.html#a8aab86a04409ff7c8baef00863464621" title="andna_recv_resolve_rq" alt="" coords="1004,226,1159,256"/><area shape="rect" id="node23" href="../../d5/d05/andna_8h.html#a518d5d1d638386131f4e1ca4b5e2edb6" title="put_single_acache" alt="" coords="1016,400,1147,429"/><area shape="rect" id="node26" href="../../d5/d05/andna_8h.html#a7cb15ea6895d12e1dc8b334360de6819" title="recv_spread_single\l_acache" alt="" coords="1015,279,1148,326"/><area shape="rect" id="node29" href="../../d7/d74/andna__cache_8h.html#a1b05831280109c236a1093b623176022" title="unpack_lcl_keyring" alt="" coords="375,740,508,769"/><area shape="rect" id="node33" href="../../d7/d74/andna__cache_8h.html#ad36261c4854577e1921a9d9033b09e88" title="unpack_lcl_cache" alt="" coords="379,502,504,532"/><area shape="rect" id="node40" href="../../d2/de6/andna__cache_8c.html#a616a54519cf7a95237b8805ce7be6207" title="unpack_acq_llist" alt="" coords="383,244,500,273"/><area shape="rect" id="node42" href="../../d7/d74/andna__cache_8h.html#a35e46feb951ff01251d48e46ef345f96" title="unpack_andna_cache" alt="" coords="573,192,720,221"/><area shape="rect" id="node54" href="../../d7/d74/andna__cache_8h.html#abeab4c42702fa5492a775eb8c01fe95c" title="unpack_counter_cache" alt="" coords="364,820,519,849"/><area shape="rect" id="node60" href="../../d7/d74/andna__cache_8h.html#a2e671db507cb5a73fe73c8eda6fcc7f4" title="unpack_rh_cache" alt="" coords="380,873,503,902"/><area shape="rect" id="node64" href="../../d5/dbf/bmap_8h.html#aade6d459f779e4b70ecd48aa3b5ff6a9" title="unpack_all_bmaps" alt="" coords="799,1001,929,1030"/><area shape="rect" id="node66" href="../../d5/dbf/bmap_8h.html#a233c188952c33778f3c4b085540b9f77" title="load_bmap" alt="" coords="1039,949,1124,978"/><area shape="rect" id="node73" href="../../d7/d3b/gmap_8h.html#aff77e100f9fda2f9320246f0be0eaa77" title="unpack_quadro_group" alt="" coords="572,1284,721,1313"/><area shape="rect" id="node75" href="../../d7/d3b/gmap_8h.html#af1e8816c82f2eeaf6b8aee6d51e80709" title="unpack_extmap" alt="" coords="807,1232,921,1261"/><area shape="rect" id="node77" href="../../d7/d3b/gmap_8h.html#a750e03b9ac5f9f2e27bc0eb268a36f9b" title="load_extmap" alt="" coords="1033,1284,1129,1313"/><area shape="rect" id="node83" href="../../d7/d3b/gmap_8h.html#a7bd57f7bec930295a7b6e629947bcb4c" title="unpack_map_gnode" alt="" coords="577,1180,716,1209"/><area shape="rect" id="node88" href="../../d3/dc7/hook_8c.html#a13ba2bdeee0139a4e9cc749296099be2" title="get_free_nodes" alt="" coords="387,1438,496,1468"/><area shape="rect" id="node92" href="../../d3/dc7/hook_8c.html#a2dba643d9fbb3c9ce179b936a5190f59" title="get_qspn_round" alt="" coords="384,1492,499,1521"/><area shape="rect" id="node95" href="../../da/dd7/igs_8h.html#ac988c4e403d8e860068177e9c0358363" title="unpack_igws" alt="" coords="392,1545,491,1574"/><area shape="rect" id="node99" href="../../d6/d4a/inet_8h.html#aa21ac550789ccbba526f404f090ac9c2" title="unpack_inet_prefix" alt="" coords="376,1284,507,1313"/><area shape="rect" id="node102" href="../../dc/db7/map_8h.html#a6b31ffd5d96575c58fc76eb1002b1424" title="store_rnode_block" alt="" coords="377,1598,505,1628"/><area shape="rect" id="node104" href="../../dc/db7/map_8h.html#a93be2b471bde6f7180cad23d6a528ff2" title="unpack_map_node" alt="" coords="376,1129,507,1158"/><area shape="rect" id="node107" href="../../dc/db7/map_8h.html#aa1c547a1395ad23dae8
</div>
</p>
</div>
</div>
<a class="anchor" id="acbced2f124c85ac91411e02a9165d095"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">void ints_array_ntohs </td>
<td>(</td>
<td class="paramtype">short *&#160;</td>
<td class="paramname"><em>hostshort</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">int&#160;</td>
<td class="paramname"><em>nmemb</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="../../d9/dfc/endianness_8c_acbced2f124c85ac91411e02a9165d095_icgraph.png" border="0" usemap="#d9/dfc/endianness_8c_acbced2f124c85ac91411e02a9165d095_icgraph" alt=""/></div>
<map name="d9/dfc/endianness_8c_acbced2f124c85ac91411e02a9165d095_icgraph" id="d9/dfc/endianness_8c_acbced2f124c85ac91411e02a9165d095_icgraph">
<area shape="rect" id="node3" href="../../dc/d3e/endianness_8h.html#a629226f9f754987898be147e82b2321c" title="ints_network_to_host" alt="" coords="173,1052,320,1081"/><area shape="rect" id="node5" href="../../d5/d05/andna_8h.html#a5da3518ba270f03f8d087c3c1cb25115" title="andna_recv_reg_rq" alt="" coords="1021,173,1152,202"/><area shape="rect" id="node9" href="../../d5/d05/andna_8h.html#aaa787887419437e0bca8efae5cd88aaf" title="andna_recv_check_counter" alt="" coords="779,348,960,377"/><area shape="rect" id="node12" href="../../d5/d05/andna_8h.html#a1ce60180d15ab89d473eb45928ee6ee5" title="andna_resolve_hash" alt="" coords="376,633,517,662"/><area shape="rect" id="node20" href="../../d5/d05/andna_8h.html#a8aab86a04409ff7c8baef00863464621" title="andna_recv_resolve_rq" alt="" coords="1009,226,1164,256"/><area shape="rect" id="node23" href="../../d5/d05/andna_8h.html#a518d5d1d638386131f4e1ca4b5e2edb6" title="put_single_acache" alt="" coords="1021,400,1152,429"/><area shape="rect" id="node26" href="../../d5/d05/andna_8h.html#a7cb15ea6895d12e1dc8b334360de6819" title="recv_spread_single\l_acache" alt="" coords="1020,279,1153,326"/><area shape="rect" id="node29" href="../../d7/d74/andna__cache_8h.html#a1b05831280109c236a1093b623176022" title="unpack_lcl_keyring" alt="" coords="380,740,513,769"/><area shape="rect" id="node33" href="../../d7/d74/andna__cache_8h.html#ad36261c4854577e1921a9d9033b09e88" title="unpack_lcl_cache" alt="" coords="384,502,509,532"/><area shape="rect" id="node40" href="../../d2/de6/andna__cache_8c.html#a616a54519cf7a95237b8805ce7be6207" title="unpack_acq_llist" alt="" coords="388,244,505,273"/><area shape="rect" id="node42" href="../../d7/d74/andna__cache_8h.html#a35e46feb951ff01251d48e46ef345f96" title="unpack_andna_cache" alt="" coords="579,192,725,221"/><area shape="rect" id="node54" href="../../d7/d74/andna__cache_8h.html#abeab4c42702fa5492a775eb8c01fe95c" title="unpack_counter_cache" alt="" coords="369,820,524,849"/><area shape="rect" id="node60" href="../../d7/d74/andna__cache_8h.html#a2e671db507cb5a73fe73c8eda6fcc7f4" title="unpack_rh_cache" alt="" coords="385,873,508,902"/><area shape="rect" id="node64" href="../../d5/dbf/bmap_8h.html#aade6d459f779e4b70ecd48aa3b5ff6a9" title="unpack_all_bmaps" alt="" coords="804,1001,935,1030"/><area shape="rect" id="node66" href="../../d5/dbf/bmap_8h.html#a233c188952c33778f3c4b085540b9f77" title="load_bmap" alt="" coords="1044,949,1129,978"/><area shape="rect" id="node73" href="../../d7/d3b/gmap_8h.html#aff77e100f9fda2f9320246f0be0eaa77" title="unpack_quadro_group" alt="" coords="577,1284,727,1313"/><area shape="rect" id="node75" href="../../d7/d3b/gmap_8h.html#af1e8816c82f2eeaf6b8aee6d51e80709" title="unpack_extmap" alt="" coords="812,1232,927,1261"/><area shape="rect" id="node77" href="../../d7/d3b/gmap_8h.html#a750e03b9ac5f9f2e27bc0eb268a36f9b" title="load_extmap" alt="" coords="1039,1284,1135,1313"/><area shape="rect" id="node83" href="../../d7/d3b/gmap_8h.html#a7bd57f7bec930295a7b6e629947bcb4c" title="unpack_map_gnode" alt="" coords="583,1180,721,1209"/><area shape="rect" id="node88" href="../../d3/dc7/hook_8c.html#a13ba2bdeee0139a4e9cc749296099be2" title="get_free_nodes" alt="" coords="392,1438,501,1468"/><area shape="rect" id="node92" href="../../d3/dc7/hook_8c.html#a2dba643d9fbb3c9ce179b936a5190f59" title="get_qspn_round" alt="" coords="389,1492,504,1521"/><area shape="rect" id="node95" href="../../da/dd7/igs_8h.html#ac988c4e403d8e860068177e9c0358363" title="unpack_igws" alt="" coords="397,1545,496,1574"/><area shape="rect" id="node99" href="../../d6/d4a/inet_8h.html#aa21ac550789ccbba526f404f090ac9c2" title="unpack_inet_prefix" alt="" coords="381,1284,512,1313"/><area shape="rect" id="node102" href="../../dc/db7/map_8h.html#a6b31ffd5d96575c58fc76eb1002b1424" title="store_rnode_block" alt="" coords="383,1598,511,1628"/><area shape="rect" id="node104" href="../../dc/db7/map_8h.html#a93be2b471bde6f7180cad23d6a528ff2" title="unpack_map_node" alt="" coords="381,1129,512,1158"/><area shape="rect" id="node107" href="../../dc/db7/map_8h.html#aa1c547a1395ad23dae8
</div>
</p>
</div>
</div>
<a class="anchor" id="aed4f03aa2dac4cdc67d1e9cdf66bb850"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">void ints_host_to_network </td>
<td>(</td>
<td class="paramtype">void *&#160;</td>
<td class="paramname"><em>s</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype"><a class="el" href="../../d4/d1c/structint__info.html">int_info</a>&#160;</td>
<td class="paramname"><em>iinfo</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="../../d9/dfc/endianness_8c_aed4f03aa2dac4cdc67d1e9cdf66bb850_cgraph.png" border="0" usemap="#d9/dfc/endianness_8c_aed4f03aa2dac4cdc67d1e9cdf66bb850_cgraph" alt=""/></div>
<map name="d9/dfc/endianness_8c_aed4f03aa2dac4cdc67d1e9cdf66bb850_cgraph" id="d9/dfc/endianness_8c_aed4f03aa2dac4cdc67d1e9cdf66bb850_cgraph">
<area shape="rect" id="node3" href="../../d0/ddb/misc_8c.html#a7b5a2df1e2b36c954653fd3e786a5405" title="swap_ints" alt="" coords="220,5,300,35"/><area shape="rect" id="node7" href="../../d0/ddb/misc_8c.html#a98da58b707cfc9acf75f8105a3508b89" title="swap_shorts" alt="" coords="212,59,308,88"/><area shape="rect" id="node10" href="../../d9/dfc/endianness_8c.html#a1a256f4a240590c9338842ccf89cef71" title="ints_array_htonl" alt="" coords="203,112,317,141"/><area shape="rect" id="node12" href="../../d9/dfc/endianness_8c.html#adba3e27303d1342689cbb377921aee3f" title="ints_array_htons" alt="" coords="201,165,319,195"/><area shape="rect" id="node5" href="../../d0/ddb/misc_8c.html#acb6548d316f7cd3f28e77c2bd4eb3e33" title="swap_array" alt="" coords="369,32,457,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="../../d9/dfc/endianness_8c_aed4f03aa2dac4cdc67d1e9cdf66bb850_icgraph.png" border="0" usemap="#d9/dfc/endianness_8c_aed4f03aa2dac4cdc67d1e9cdf66bb850_icgraph" alt=""/></div>
<map name="d9/dfc/endianness_8c_aed4f03aa2dac4cdc67d1e9cdf66bb850_icgraph" id="d9/dfc/endianness_8c_aed4f03aa2dac4cdc67d1e9cdf66bb850_icgraph">
<area shape="rect" id="node3" href="../../d5/d05/andna_8h.html#a47f535bfa2b7403ded9d8b4a7c19d27d" title="andna_register_hname" alt="" coords="212,95,364,124"/><area shape="rect" id="node12" href="../../d5/d05/andna_8h.html#a1ce60180d15ab89d473eb45928ee6ee5" title="andna_resolve_hash" alt="" coords="217,725,359,755"/><area shape="rect" id="node20" href="../../d5/d05/andna_8h.html#a8aab86a04409ff7c8baef00863464621" title="andna_recv_resolve_rq" alt="" coords="435,252,589,281"/><area shape="rect" id="node24" href="../../d5/d05/andna_8h.html#a176509d35d2405f8416d22b7defd2081" title="get_single_andna_c" alt="" coords="220,357,356,387"/><area shape="rect" id="node33" href="../../d5/d05/andna_8h.html#ac5be4621b26ee1e36c55a6da772614de" title="spread_single_acache" alt="" coords="213,304,363,333"/><area shape="rect" id="node37" href="../../d7/d74/andna__cache_8h.html#a60fdbdec49432f14029850a309df83ad" title="pack_lcl_keyring" alt="" coords="453,409,571,439"/><area shape="rect" id="node42" href="../../d7/d74/andna__cache_8h.html#a57cc184f00d4d7dcba8d59428e0c6eb1" title="pack_lcl_cache" alt="" coords="232,200,344,229"/><area shape="rect" id="node51" href="../../d2/de6/andna__cache_8c.html#a2d80e94b5ec287281ea7eec6279f9399" title="pack_andna_cache_queue" alt="" coords="200,512,376,541"/><area shape="rect" id="node53" href="../../d2/de6/andna__cache_8c.html#a29c1eeb9df9d110cdfca3144331b8b7b" title="pack_single_andna_cache" alt="" coords="425,463,599,492"/><area shape="rect" id="node55" href="../../d7/d74/andna__cache_8h.html#a0d9f1fef5d898612fcabd13b79b486ba" title="pack_andna_cache" alt="" coords="672,511,805,540"/><area shape="rect" id="node67" href="../../d7/d74/andna__cache_8h.html#a35b354e37cffa71b841eac414548e31d" title="pack_counter_cache" alt="" coords="217,619,359,648"/><area shape="rect" id="node74" href="../../d7/d74/andna__cache_8h.html#a0df1bcedcc94f5eb43bf734603c1f7a5" title="pack_rh_cache" alt="" coords="233,780,343,809"/><area shape="rect" id="node78" href="../../d5/dbf/bmap_8h.html#ae8c6ea7090b72e0e8bb5b84052897f49" title="pack_all_bmaps" alt="" coords="681,933,796,963"/><area shape="rect" id="node86" href="../../d7/d3b/gmap_8h.html#a70ce90c9c90ffba9965aca7863badae2" title="pack_quadro_group" alt="" coords="445,1143,579,1172"/><area shape="rect" id="node88" href="../../d7/d3b/gmap_8h.html#ad3b5a9f9d1ee7be33ede21a83479450c" title="pack_extmap" alt="" coords="689,1091,788,1120"/><area shape="rect" id="node95" href="../../d7/d3b/gmap_8h.html#a98445e1621693c83ca7af93d9e2fc722" title="pack_map_gnode" alt="" coords="451,1039,573,1068"/><area shape="rect" id="node99" href="../../d6/d34/hook_8h.html#a7da6546e5822e282b57e5aee17e0c80c" title="put_free_nodes" alt="" coords="684,1012,793,1041"/><area shape="rect" id="node102" href="../../d6/d34/hook_8h.html#a14eec030eb6098fc9cc4a8609b19bd00" title="put_qspn_round" alt="" coords="888,1220,1003,1249"/><area shape="rect" id="node105" href="../../da/dd7/igs_8h.html#a413fd34c9565aa635c90cc7f811169e5" title="pack_igws" alt="" coords="247,1295,329,1324"/><area shape="rect" id="node110" href="../../d6/d4a/inet_8h.html#a4ef2e36725d0f18182509c8de38d8a64" title="pack_inet_prefix" alt="" coords="229,1191,347,1220"/><area shape="rect" id="node113" href="../../dc/db7/map_8h.html#a987fd3f199daaabdbf8a3859d7bcd4cc" title="get_rnode_block" alt="" coords="229,1348,347,1377"/><area shape="rect" id="node115" href="../../dc/db7/map_8h.html#a492987dbade1c9b1b87e31e6b61eaba2" title="pack_map_node" alt="" coords="229,935,347,964"/><area shape="rect" id="node118" href="../../dc/db7/map_8h.html#adedb299c04209530f0730bba4c5fb04c" title="pack_map" alt="" coords="471,935,553,964"/><area shape="rect" id="node122" href="../../d5/d89/pkts_8h.html#ae6409550716070c3ff80141d94dab212" title="pkt_pack" alt="" coords="251,1401,325,1431"/><area shape="rect" id="node124" href="../../d6/d62/tracer_8c.html#a68480933369b2c518a29ce511b06602c" title="tracer_pack_pkt" alt="" coords="231,1455,345,1484"/><area shape="rect" id="node5" href="../../d4/d18/andna_8c.html#abac5b6d2df2140ec17abb62d9ce8cbbc" title="andna_min_update_
</div>
</p>
</div>
</div>
<a class="anchor" id="a629226f9f754987898be147e82b2321c"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">void ints_network_to_host </td>
<td>(</td>
<td class="paramtype">void *&#160;</td>
<td class="paramname"><em>s</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype"><a class="el" href="../../d4/d1c/structint__info.html">int_info</a>&#160;</td>
<td class="paramname"><em>iinfo</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="../../d9/dfc/endianness_8c_a629226f9f754987898be147e82b2321c_cgraph.png" border="0" usemap="#d9/dfc/endianness_8c_a629226f9f754987898be147e82b2321c_cgraph" alt=""/></div>
<map name="d9/dfc/endianness_8c_a629226f9f754987898be147e82b2321c_cgraph" id="d9/dfc/endianness_8c_a629226f9f754987898be147e82b2321c_cgraph">
<area shape="rect" id="node3" href="../../d0/ddb/misc_8c.html#a7b5a2df1e2b36c954653fd3e786a5405" title="swap_ints" alt="" coords="220,5,300,35"/><area shape="rect" id="node7" href="../../d0/ddb/misc_8c.html#a98da58b707cfc9acf75f8105a3508b89" title="swap_shorts" alt="" coords="212,59,308,88"/><area shape="rect" id="node10" href="../../d9/dfc/endianness_8c.html#a29c401e27b50dda7df6e6714d801020d" title="ints_array_ntohl" alt="" coords="203,112,317,141"/><area shape="rect" id="node12" href="../../d9/dfc/endianness_8c.html#acbced2f124c85ac91411e02a9165d095" title="ints_array_ntohs" alt="" coords="201,165,319,195"/><area shape="rect" id="node5" href="../../d0/ddb/misc_8c.html#acb6548d316f7cd3f28e77c2bd4eb3e33" title="swap_array" alt="" coords="369,32,457,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="../../d9/dfc/endianness_8c_a629226f9f754987898be147e82b2321c_icgraph.png" border="0" usemap="#d9/dfc/endianness_8c_a629226f9f754987898be147e82b2321c_icgraph" alt=""/></div>
<map name="d9/dfc/endianness_8c_a629226f9f754987898be147e82b2321c_icgraph" id="d9/dfc/endianness_8c_a629226f9f754987898be147e82b2321c_icgraph">
<area shape="rect" id="node3" href="../../d5/d05/andna_8h.html#a5da3518ba270f03f8d087c3c1cb25115" title="andna_recv_reg_rq" alt="" coords="853,239,984,268"/><area shape="rect" id="node7" href="../../d5/d05/andna_8h.html#aaa787887419437e0bca8efae5cd88aaf" title="andna_recv_check_counter" alt="" coords="611,35,792,64"/><area shape="rect" id="node10" href="../../d5/d05/andna_8h.html#a1ce60180d15ab89d473eb45928ee6ee5" title="andna_resolve_hash" alt="" coords="208,267,349,296"/><area shape="rect" id="node18" href="../../d5/d05/andna_8h.html#a8aab86a04409ff7c8baef00863464621" title="andna_recv_resolve_rq" alt="" coords="841,395,996,424"/><area shape="rect" id="node21" href="../../d5/d05/andna_8h.html#a518d5d1d638386131f4e1ca4b5e2edb6" title="put_single_acache" alt="" coords="853,135,984,164"/><area shape="rect" id="node24" href="../../d5/d05/andna_8h.html#a7cb15ea6895d12e1dc8b334360de6819" title="recv_spread_single\l_acache" alt="" coords="852,448,985,494"/><area shape="rect" id="node27" href="../../d7/d74/andna__cache_8h.html#a1b05831280109c236a1093b623176022" title="unpack_lcl_keyring" alt="" coords="212,504,345,534"/><area shape="rect" id="node31" href="../../d7/d74/andna__cache_8h.html#ad36261c4854577e1921a9d9033b09e88" title="unpack_lcl_cache" alt="" coords="216,400,341,430"/><area shape="rect" id="node38" href="../../d2/de6/andna__cache_8c.html#a616a54519cf7a95237b8805ce7be6207" title="unpack_acq_llist" alt="" coords="220,558,337,587"/><area shape="rect" id="node40" href="../../d7/d74/andna__cache_8h.html#a35e46feb951ff01251d48e46ef345f96" title="unpack_andna_cache" alt="" coords="411,558,557,587"/><area shape="rect" id="node52" href="../../d7/d74/andna__cache_8h.html#abeab4c42702fa5492a775eb8c01fe95c" title="unpack_counter_cache" alt="" coords="201,715,356,744"/><area shape="rect" id="node58" href="../../d7/d74/andna__cache_8h.html#a2e671db507cb5a73fe73c8eda6fcc7f4" title="unpack_rh_cache" alt="" coords="217,768,340,798"/><area shape="rect" id="node62" href="../../d5/dbf/bmap_8h.html#aade6d459f779e4b70ecd48aa3b5ff6a9" title="unpack_all_bmaps" alt="" coords="636,923,767,952"/><area shape="rect" id="node64" href="../../d5/dbf/bmap_8h.html#a233c188952c33778f3c4b085540b9f77" title="load_bmap" alt="" coords="876,871,961,900"/><area shape="rect" id="node71" href="../../d7/d3b/gmap_8h.html#aff77e100f9fda2f9320246f0be0eaa77" title="unpack_quadro_group" alt="" coords="409,1392,559,1422"/><area shape="rect" id="node73" href="../../d7/d3b/gmap_8h.html#af1e8816c82f2eeaf6b8aee6d51e80709" title="unpack_extmap" alt="" coords="644,1286,759,1315"/><area shape="rect" id="node75" href="../../d7/d3b/gmap_8h.html#a750e03b9ac5f9f2e27bc0eb268a36f9b" title="load_extmap" alt="" coords="871,1366,967,1395"/><area shape="rect" id="node81" href="../../d7/d3b/gmap_8h.html#a7bd57f7bec930295a7b6e629947bcb4c" title="unpack_map_gnode" alt="" coords="415,1076,553,1106"/><area shape="rect" id="node86" href="../../d3/dc7/hook_8c.html#a13ba2bdeee0139a4e9cc749296099be2" title="get_free_nodes" alt="" coords="224,1128,333,1158"/><area shape="rect" id="node90" href="../../d3/dc7/hook_8c.html#a2dba643d9fbb3c9ce179b936a5190f59" title="get_qspn_round" alt="" coords="221,1182,336,1211"/><area shape="rect" id="node93" href="../../da/dd7/igs_8h.html#ac988c4e403d8e860068177e9c0358363" title="unpack_igws" alt="" coords="229,1286,328,1315"/><area shape="rect" id="node97" href="../../d6/d4a/inet_8h.html#aa21ac550789ccbba526f404f090ac9c2" title="unpack_inet_prefix" alt="" coords="213,1392,344,1422"/><area shape="rect" id="node100" href="../../dc/db7/map_8h.html#a6b31ffd5d96575c58fc76eb1002b1424" title="store_rnode_block" alt="" coords="215,1339,343,1368"/><area shape="rect" id="node104" href="../../dc/db7/map_8h.html#a93be2b471bde6f7180cad23d6a528ff2" title="unpack_map_node" alt="" coords="213,1024,344,1054"/><area shape="rect" id="node107" href="../../dc/db7/map_8h.html#aa1c547a1395ad23dae8112e8d330f45c" title="unpack_map" alt="" coords="436,923,532,952"/><area shape="rect" id="node110" href="../../dc/db7/map_8h.html#a29795c4a141eaa2d9acfdb1a5f17e609" title="load_map" a
</div>
</p>
</div>
</div>
<a class="anchor" id="ad630f794fffad8e4cb68648945293e88"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">void ints_printf </td>
<td>(</td>
<td class="paramtype">void *&#160;</td>
<td class="paramname"><em>s</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype"><a class="el" href="../../d4/d1c/structint__info.html">int_info</a>&#160;</td>
<td class="paramname"><em>iinfo</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">void(**,...&#160;</td>
<td class="paramname"><em>char</em>&#160;</td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td>
</tr>
</table>
</div><div class="memdoc">
</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="../../d9/dfc/endianness_8c.html">endianness.c</a></li>
2014-02-20 00:30:40 +00:00
<li class="footer">Generated on Wed Feb 19 2014 16:28:59 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>