netsukuku/d4/d02/andns__lib_8c.html

966 lines
82 KiB
HTML
Raw 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/andns_lib.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('d4/d02/andns__lib_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">andns_lib.c File Reference</div> </div>
</div><!--header-->
<div class="contents">
<div class="textblock"><code>#include &quot;<a class="el" href="../../da/d94/andns__lib_8h_source.html">andns_lib.h</a>&quot;</code><br/>
<code>#include &quot;<a class="el" href="../../d6/de1/andns__net_8h_source.html">andns_net.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="../../d7/d6c/err__errno_8h_source.html">err_errno.h</a>&quot;</code><br/>
<code>#include &quot;<a class="el" href="../../d8/de3/xmalloc_8h_source.html">xmalloc.h</a>&quot;</code><br/>
<code>#include &lt;arpa/inet.h&gt;</code><br/>
<code>#include &lt;zlib.h&gt;</code><br/>
</div><div class="textblock"><div class="dynheader">
Include dependency graph for andns_lib.c:</div>
<div class="dyncontent">
<div class="center"><img src="../../d7/d00/andns__lib_8c__incl.png" border="0" usemap="#src_2andns__lib_8c" alt=""/></div>
<map name="src_2andns__lib_8c" id="src_2andns__lib_8c">
<area shape="rect" id="node3" href="../../da/d94/andns__lib_8h.html" title="andns_lib.h" alt="" coords="155,83,243,112"/><area shape="rect" id="node11" href="../../d6/de1/andns__net_8h.html" title="andns_net.h" alt="" coords="500,83,593,112"/><area shape="rect" id="node27" href="../../d7/d7f/log_8h.html" title="log.h" alt="" coords="668,83,719,112"/><area shape="rect" id="node31" href="../../d7/d6c/err__errno_8h.html" title="err_errno.h" alt="" coords="313,83,396,112"/><area shape="rect" id="node37" href="../../d8/de3/xmalloc_8h.html" title="xmalloc.h" alt="" coords="743,83,820,112"/></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:acb4c3610fc4810a2e44f1f8554d7bffd"><td class="memItemLeft" align="right" valign="top">int&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="../../d4/d02/andns__lib_8c.html#acb4c3610fc4810a2e44f1f8554d7bffd">andns_compress</a> (char *src, int srclen)</td></tr>
<tr class="separator:acb4c3610fc4810a2e44f1f8554d7bffd"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ab37e95cc279a372002d8cca033fa3640"><td class="memItemLeft" align="right" valign="top">char *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="../../d4/d02/andns__lib_8c.html#ab37e95cc279a372002d8cca033fa3640">andns_uncompress</a> (char *src, int srclen, int *dstlen)</td></tr>
<tr class="separator:ab37e95cc279a372002d8cca033fa3640"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:aa02481f0335a2ecf592bb3e0e8b7f622"><td class="memItemLeft" align="right" valign="top">int&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="../../d4/d02/andns__lib_8c.html#aa02481f0335a2ecf592bb3e0e8b7f622">a_hdr_u</a> (char *buf, <a class="el" href="../../d9/d5a/structandns__pkt.html">andns_pkt</a> *ap)</td></tr>
<tr class="separator:aa02481f0335a2ecf592bb3e0e8b7f622"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a80ef74d55672d12e171882f884f92234"><td class="memItemLeft" align="right" valign="top">int&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="../../d4/d02/andns__lib_8c.html#a80ef74d55672d12e171882f884f92234">a_qst_u</a> (char *buf, <a class="el" href="../../d9/d5a/structandns__pkt.html">andns_pkt</a> *ap, int limitlen)</td></tr>
<tr class="separator:a80ef74d55672d12e171882f884f92234"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a5ddeffd9e29677aa568ee674a2507d48"><td class="memItemLeft" align="right" valign="top">int&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="../../d4/d02/andns__lib_8c.html#a5ddeffd9e29677aa568ee674a2507d48">a_answ_u</a> (char *buf, <a class="el" href="../../d9/d5a/structandns__pkt.html">andns_pkt</a> *ap, int limitlen)</td></tr>
<tr class="separator:a5ddeffd9e29677aa568ee674a2507d48"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a4d06dfd1b127ce60289c63809371c705"><td class="memItemLeft" align="right" valign="top">int&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="../../d4/d02/andns__lib_8c.html#a4d06dfd1b127ce60289c63809371c705">a_answs_u</a> (char *buf, <a class="el" href="../../d9/d5a/structandns__pkt.html">andns_pkt</a> *ap, int limitlen)</td></tr>
<tr class="separator:a4d06dfd1b127ce60289c63809371c705"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a1741ef8f9940010d3f4f0a310f607973"><td class="memItemLeft" align="right" valign="top">int&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="../../d4/d02/andns__lib_8c.html#a1741ef8f9940010d3f4f0a310f607973">a_u</a> (char *buf, int pktlen, <a class="el" href="../../d9/d5a/structandns__pkt.html">andns_pkt</a> **app)</td></tr>
<tr class="separator:a1741ef8f9940010d3f4f0a310f607973"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a03000f7fe91fa92a17b6553a7de95197"><td class="memItemLeft" align="right" valign="top">int&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="../../d4/d02/andns__lib_8c.html#a03000f7fe91fa92a17b6553a7de95197">a_hdr_p</a> (<a class="el" href="../../d9/d5a/structandns__pkt.html">andns_pkt</a> *ap, char *buf)</td></tr>
<tr class="separator:a03000f7fe91fa92a17b6553a7de95197"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a1e135c544b646743571d4ec449253de8"><td class="memItemLeft" align="right" valign="top">int&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="../../d4/d02/andns__lib_8c.html#a1e135c544b646743571d4ec449253de8">a_qst_p</a> (<a class="el" href="../../d9/d5a/structandns__pkt.html">andns_pkt</a> *ap, char *buf, int limitlen)</td></tr>
<tr class="separator:a1e135c544b646743571d4ec449253de8"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a6eaa4af888ca2574e65551442145d1c9"><td class="memItemLeft" align="right" valign="top">int&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="../../d4/d02/andns__lib_8c.html#a6eaa4af888ca2574e65551442145d1c9">a_answ_p</a> (<a class="el" href="../../d9/d5a/structandns__pkt.html">andns_pkt</a> *ap, <a class="el" href="../../d0/d50/structandns__pkt__data.html">andns_pkt_data</a> *apd, char *buf, int limitlen)</td></tr>
<tr class="separator:a6eaa4af888ca2574e65551442145d1c9"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a691d78584a8ae13fd55fb084d642989f"><td class="memItemLeft" align="right" valign="top">int&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="../../d4/d02/andns__lib_8c.html#a691d78584a8ae13fd55fb084d642989f">a_answs_p</a> (<a class="el" href="../../d9/d5a/structandns__pkt.html">andns_pkt</a> *ap, char *buf, int limitlen)</td></tr>
<tr class="separator:a691d78584a8ae13fd55fb084d642989f"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:aa81f323a0d18821cb8b37b74cb89e56b"><td class="memItemLeft" align="right" valign="top">int&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="../../d4/d02/andns__lib_8c.html#aa81f323a0d18821cb8b37b74cb89e56b">a_p</a> (<a class="el" href="../../d9/d5a/structandns__pkt.html">andns_pkt</a> *ap, char *buf)</td></tr>
<tr class="separator:aa81f323a0d18821cb8b37b74cb89e56b"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a583d89a788cc10e486e750f39cd04c37"><td class="memItemLeft" align="right" valign="top"><a class="el" href="../../d9/d5a/structandns__pkt.html">andns_pkt</a> *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="../../d4/d02/andns__lib_8c.html#a583d89a788cc10e486e750f39cd04c37">create_andns_pkt</a> (void)</td></tr>
<tr class="separator:a583d89a788cc10e486e750f39cd04c37"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a1342a1908a09c410638f53e3de482114"><td class="memItemLeft" align="right" valign="top"><a class="el" href="../../d0/d50/structandns__pkt__data.html">andns_pkt_data</a> *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="../../d4/d02/andns__lib_8c.html#a1342a1908a09c410638f53e3de482114">create_andns_pkt_data</a> (void)</td></tr>
<tr class="separator:a1342a1908a09c410638f53e3de482114"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a59841c5dcf628766466cbe6553f1d80b"><td class="memItemLeft" align="right" valign="top"><a class="el" href="../../d0/d50/structandns__pkt__data.html">andns_pkt_data</a> *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="../../d4/d02/andns__lib_8c.html#a59841c5dcf628766466cbe6553f1d80b">andns_add_answ</a> (<a class="el" href="../../d9/d5a/structandns__pkt.html">andns_pkt</a> *ap)</td></tr>
<tr class="separator:a59841c5dcf628766466cbe6553f1d80b"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a9b467f6edffa6791730a90fc1318146c"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="../../d4/d02/andns__lib_8c.html#a9b467f6edffa6791730a90fc1318146c">destroy_andns_pkt_data</a> (<a class="el" href="../../d0/d50/structandns__pkt__data.html">andns_pkt_data</a> *apd)</td></tr>
<tr class="separator:a9b467f6edffa6791730a90fc1318146c"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:af907edbde8bd60a53714835fc76fc690"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="../../d4/d02/andns__lib_8c.html#af907edbde8bd60a53714835fc76fc690">andns_del_answ</a> (<a class="el" href="../../d9/d5a/structandns__pkt.html">andns_pkt</a> *ap)</td></tr>
<tr class="separator:af907edbde8bd60a53714835fc76fc690"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ab2b78fd0fecd54eb2cb4ba25aaa7499a"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="../../d4/d02/andns__lib_8c.html#ab2b78fd0fecd54eb2cb4ba25aaa7499a">destroy_andns_pkt_datas</a> (<a class="el" href="../../d9/d5a/structandns__pkt.html">andns_pkt</a> *ap)</td></tr>
<tr class="separator:ab2b78fd0fecd54eb2cb4ba25aaa7499a"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ac221d30c29b9c3846c67c6c09511add4"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="../../d4/d02/andns__lib_8c.html#ac221d30c29b9c3846c67c6c09511add4">destroy_andns_pkt</a> (<a class="el" href="../../d9/d5a/structandns__pkt.html">andns_pkt</a> *ap)</td></tr>
<tr class="separator:ac221d30c29b9c3846c67c6c09511add4"><td class="memSeparator" colspan="2">&#160;</td></tr>
</table>
<h2 class="groupheader">Function Documentation</h2>
<a class="anchor" id="a6eaa4af888ca2574e65551442145d1c9"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">int a_answ_p </td>
<td>(</td>
<td class="paramtype"><a class="el" href="../../d9/d5a/structandns__pkt.html">andns_pkt</a> *&#160;</td>
<td class="paramname"><em>ap</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype"><a class="el" href="../../d0/d50/structandns__pkt__data.html">andns_pkt_data</a> *&#160;</td>
<td class="paramname"><em>apd</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">char *&#160;</td>
<td class="paramname"><em>buf</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">int&#160;</td>
<td class="paramname"><em>limitlen</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="../../d4/d02/andns__lib_8c_a6eaa4af888ca2574e65551442145d1c9_cgraph.png" border="0" usemap="#d4/d02/andns__lib_8c_a6eaa4af888ca2574e65551442145d1c9_cgraph" alt=""/></div>
<map name="d4/d02/andns__lib_8c_a6eaa4af888ca2574e65551442145d1c9_cgraph" id="d4/d02/andns__lib_8c_a6eaa4af888ca2574e65551442145d1c9_cgraph">
<area shape="rect" id="node3" href="../../d7/df8/log_8c.html#a983d6ac9e7105eb38445c20ff5e72135" title="debug" alt="" coords="137,5,193,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="../../d4/d02/andns__lib_8c_a6eaa4af888ca2574e65551442145d1c9_icgraph.png" border="0" usemap="#d4/d02/andns__lib_8c_a6eaa4af888ca2574e65551442145d1c9_icgraph" alt=""/></div>
<map name="d4/d02/andns__lib_8c_a6eaa4af888ca2574e65551442145d1c9_icgraph" id="d4/d02/andns__lib_8c_a6eaa4af888ca2574e65551442145d1c9_icgraph">
<area shape="rect" id="node3" href="../../da/d94/andns__lib_8h.html#a691d78584a8ae13fd55fb084d642989f" title="a_answs_p" alt="" coords="136,32,224,61"/><area shape="rect" id="node5" href="../../da/d94/andns__lib_8h.html#aa81f323a0d18821cb8b37b74cb89e56b" title="a_p" alt="" coords="272,32,315,61"/><area shape="rect" id="node7" href="../../dd/dd9/andns_8h.html#a36956c4fc77c5a1b3dfcda3cc0a9051e" title="nk_forward" alt="" coords="371,5,456,35"/><area shape="rect" id="node13" href="../../d9/d88/ntkresolv_8h.html#aa95ce7a8d4506ae83dd9b76933d7c6ba" title="do_command" alt="" coords="364,59,463,88"/><area shape="rect" id="node9" href="../../dd/dd9/andns_8h.html#ad55d591cf7a444daa6b9cea7f8ae29bc" title="andns_rslv" alt="" coords="512,5,597,35"/><area shape="rect" id="node11" href="../../db/d6b/dns__wrapper_8c.html#ae858f92cfdc42ee9f2ba357a4021b59e" title="dns_exec_pkt" alt="" coords="647,5,748,35"/><area shape="rect" id="node15" href="../../d3/dbf/ntkresolv_8c.html#a3c04138a5bfe5d72780bb7e82a18e627" title="main" alt="" coords="529,59,580,88"/></map>
</div>
</p>
</div>
</div>
<a class="anchor" id="a5ddeffd9e29677aa568ee674a2507d48"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">int a_answ_u </td>
<td>(</td>
<td class="paramtype">char *&#160;</td>
<td class="paramname"><em>buf</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype"><a class="el" href="../../d9/d5a/structandns__pkt.html">andns_pkt</a> *&#160;</td>
<td class="paramname"><em>ap</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">int&#160;</td>
<td class="paramname"><em>limitlen</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="../../d4/d02/andns__lib_8c_a5ddeffd9e29677aa568ee674a2507d48_cgraph.png" border="0" usemap="#d4/d02/andns__lib_8c_a5ddeffd9e29677aa568ee674a2507d48_cgraph" alt=""/></div>
<map name="d4/d02/andns__lib_8c_a5ddeffd9e29677aa568ee674a2507d48_cgraph" id="d4/d02/andns__lib_8c_a5ddeffd9e29677aa568ee674a2507d48_cgraph">
<area shape="rect" id="node3" href="../../d4/d02/andns__lib_8c.html#a59841c5dcf628766466cbe6553f1d80b" title="andns_add_answ" alt="" coords="136,32,259,61"/><area shape="rect" id="node5" href="../../d4/d02/andns__lib_8c.html#a1342a1908a09c410638f53e3de482114" title="create_andns_pkt_data" alt="" coords="307,32,464,61"/><area shape="rect" id="node7" href="../../d2/dab/xmalloc_8c.html#a42ccfa6fc49cc4ce90cc44cd05052490" title="xmalloc" alt="" coords="512,32,579,61"/><area shape="rect" id="node9" href="../../d7/df8/log_8c.html#a677da14e8c4326bde43622f233f1ead3" title="fatal" alt="" coords="628,32,673,61"/><area shape="rect" id="node11" href="../../d7/df8/log_8c.html#a3bd4b0345d9f0035edbe68f3795319de" title="print_log" alt="" coords="739,5,808,35"/><area shape="rect" id="node13" href="../../d7/df8/log_8c.html#a32f684e2d9d47ca24806b88e58498931" title="close_log_file" alt="" coords="723,59,824,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="../../d4/d02/andns__lib_8c_a5ddeffd9e29677aa568ee674a2507d48_icgraph.png" border="0" usemap="#d4/d02/andns__lib_8c_a5ddeffd9e29677aa568ee674a2507d48_icgraph" alt=""/></div>
<map name="d4/d02/andns__lib_8c_a5ddeffd9e29677aa568ee674a2507d48_icgraph" id="d4/d02/andns__lib_8c_a5ddeffd9e29677aa568ee674a2507d48_icgraph">
<area shape="rect" id="node3" href="../../da/d94/andns__lib_8h.html#a4d06dfd1b127ce60289c63809371c705" title="a_answs_u" alt="" coords="136,32,224,61"/><area shape="rect" id="node5" href="../../da/d94/andns__lib_8h.html#a1741ef8f9940010d3f4f0a310f607973" title="a_u" alt="" coords="272,32,315,61"/><area shape="rect" id="node7" href="../../dd/dd9/andns_8h.html#ad55d591cf7a444daa6b9cea7f8ae29bc" title="andns_rslv" alt="" coords="371,5,456,35"/><area shape="rect" id="node12" href="../../d9/d88/ntkresolv_8h.html#aa95ce7a8d4506ae83dd9b76933d7c6ba" title="do_command" alt="" coords="364,59,463,88"/><area shape="rect" id="node9" href="../../db/d6b/dns__wrapper_8c.html#ae858f92cfdc42ee9f2ba357a4021b59e" title="dns_exec_pkt" alt="" coords="513,5,615,35"/><area shape="rect" id="node14" href="../../d3/dbf/ntkresolv_8c.html#a3c04138a5bfe5d72780bb7e82a18e627" title="main" alt="" coords="539,59,589,88"/></map>
</div>
</p>
</div>
</div>
<a class="anchor" id="a691d78584a8ae13fd55fb084d642989f"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">int a_answs_p </td>
<td>(</td>
<td class="paramtype"><a class="el" href="../../d9/d5a/structandns__pkt.html">andns_pkt</a> *&#160;</td>
<td class="paramname"><em>ap</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">char *&#160;</td>
<td class="paramname"><em>buf</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">int&#160;</td>
<td class="paramname"><em>limitlen</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="../../d4/d02/andns__lib_8c_a691d78584a8ae13fd55fb084d642989f_cgraph.png" border="0" usemap="#d4/d02/andns__lib_8c_a691d78584a8ae13fd55fb084d642989f_cgraph" alt=""/></div>
<map name="d4/d02/andns__lib_8c_a691d78584a8ae13fd55fb084d642989f_cgraph" id="d4/d02/andns__lib_8c_a691d78584a8ae13fd55fb084d642989f_cgraph">
<area shape="rect" id="node3" href="../../d4/d02/andns__lib_8c.html#a6eaa4af888ca2574e65551442145d1c9" title="a_answ_p" alt="" coords="143,7,223,36"/><area shape="rect" id="node9" href="../../d7/df8/log_8c.html#ac33c8a42a58a6379397850b60be22028" title="error" alt="" coords="277,59,325,88"/><area shape="rect" id="node5" href="../../d7/df8/log_8c.html#a983d6ac9e7105eb38445c20ff5e72135" title="debug" alt="" coords="273,5,329,35"/><area shape="rect" id="node7" href="../../d7/df8/log_8c.html#a3bd4b0345d9f0035edbe68f3795319de" title="print_log" alt="" coords="380,32,449,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="../../d4/d02/andns__lib_8c_a691d78584a8ae13fd55fb084d642989f_icgraph.png" border="0" usemap="#d4/d02/andns__lib_8c_a691d78584a8ae13fd55fb084d642989f_icgraph" alt=""/></div>
<map name="d4/d02/andns__lib_8c_a691d78584a8ae13fd55fb084d642989f_icgraph" id="d4/d02/andns__lib_8c_a691d78584a8ae13fd55fb084d642989f_icgraph">
<area shape="rect" id="node3" href="../../da/d94/andns__lib_8h.html#aa81f323a0d18821cb8b37b74cb89e56b" title="a_p" alt="" coords="141,32,184,61"/><area shape="rect" id="node5" href="../../dd/dd9/andns_8h.html#a36956c4fc77c5a1b3dfcda3cc0a9051e" title="nk_forward" alt="" coords="240,5,325,35"/><area shape="rect" id="node11" href="../../d9/d88/ntkresolv_8h.html#aa95ce7a8d4506ae83dd9b76933d7c6ba" title="do_command" alt="" coords="233,59,332,88"/><area shape="rect" id="node7" href="../../dd/dd9/andns_8h.html#ad55d591cf7a444daa6b9cea7f8ae29bc" title="andns_rslv" alt="" coords="381,5,467,35"/><area shape="rect" id="node9" href="../../db/d6b/dns__wrapper_8c.html#ae858f92cfdc42ee9f2ba357a4021b59e" title="dns_exec_pkt" alt="" coords="516,5,617,35"/><area shape="rect" id="node13" href="../../d3/dbf/ntkresolv_8c.html#a3c04138a5bfe5d72780bb7e82a18e627" title="main" alt="" coords="399,59,449,88"/></map>
</div>
</p>
</div>
</div>
<a class="anchor" id="a4d06dfd1b127ce60289c63809371c705"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">int a_answs_u </td>
<td>(</td>
<td class="paramtype">char *&#160;</td>
<td class="paramname"><em>buf</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype"><a class="el" href="../../d9/d5a/structandns__pkt.html">andns_pkt</a> *&#160;</td>
<td class="paramname"><em>ap</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">int&#160;</td>
<td class="paramname"><em>limitlen</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="../../d4/d02/andns__lib_8c_a4d06dfd1b127ce60289c63809371c705_cgraph.png" border="0" usemap="#d4/d02/andns__lib_8c_a4d06dfd1b127ce60289c63809371c705_cgraph" alt=""/></div>
<map name="d4/d02/andns__lib_8c_a4d06dfd1b127ce60289c63809371c705_cgraph" id="d4/d02/andns__lib_8c_a4d06dfd1b127ce60289c63809371c705_cgraph">
<area shape="rect" id="node3" href="../../d4/d02/andns__lib_8c.html#a5ddeffd9e29677aa568ee674a2507d48" title="a_answ_u" alt="" coords="143,7,223,36"/><area shape="rect" id="node17" href="../../d7/df8/log_8c.html#ac33c8a42a58a6379397850b60be22028" title="error" alt="" coords="309,59,357,88"/><area shape="rect" id="node5" href="../../d4/d02/andns__lib_8c.html#a59841c5dcf628766466cbe6553f1d80b" title="andns_add_answ" alt="" coords="272,5,395,35"/><area shape="rect" id="node7" href="../../d4/d02/andns__lib_8c.html#a1342a1908a09c410638f53e3de482114" title="create_andns_pkt_data" alt="" coords="443,5,600,35"/><area shape="rect" id="node9" href="../../d2/dab/xmalloc_8c.html#a42ccfa6fc49cc4ce90cc44cd05052490" title="xmalloc" alt="" coords="648,5,715,35"/><area shape="rect" id="node11" href="../../d7/df8/log_8c.html#a677da14e8c4326bde43622f233f1ead3" title="fatal" alt="" coords="764,5,809,35"/><area shape="rect" id="node13" href="../../d7/df8/log_8c.html#a3bd4b0345d9f0035edbe68f3795319de" title="print_log" alt="" coords="875,59,944,88"/><area shape="rect" id="node15" href="../../d7/df8/log_8c.html#a32f684e2d9d47ca24806b88e58498931" title="close_log_file" alt="" coords="859,5,960,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="../../d4/d02/andns__lib_8c_a4d06dfd1b127ce60289c63809371c705_icgraph.png" border="0" usemap="#d4/d02/andns__lib_8c_a4d06dfd1b127ce60289c63809371c705_icgraph" alt=""/></div>
<map name="d4/d02/andns__lib_8c_a4d06dfd1b127ce60289c63809371c705_icgraph" id="d4/d02/andns__lib_8c_a4d06dfd1b127ce60289c63809371c705_icgraph">
<area shape="rect" id="node3" href="../../da/d94/andns__lib_8h.html#a1741ef8f9940010d3f4f0a310f607973" title="a_u" alt="" coords="141,32,184,61"/><area shape="rect" id="node5" href="../../dd/dd9/andns_8h.html#ad55d591cf7a444daa6b9cea7f8ae29bc" title="andns_rslv" alt="" coords="240,5,325,35"/><area shape="rect" id="node10" href="../../d9/d88/ntkresolv_8h.html#aa95ce7a8d4506ae83dd9b76933d7c6ba" title="do_command" alt="" coords="233,59,332,88"/><area shape="rect" id="node7" href="../../db/d6b/dns__wrapper_8c.html#ae858f92cfdc42ee9f2ba357a4021b59e" title="dns_exec_pkt" alt="" coords="383,5,484,35"/><area shape="rect" id="node12" href="../../d3/dbf/ntkresolv_8c.html#a3c04138a5bfe5d72780bb7e82a18e627" title="main" alt="" coords="408,59,459,88"/></map>
</div>
</p>
</div>
</div>
<a class="anchor" id="a03000f7fe91fa92a17b6553a7de95197"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">int a_hdr_p </td>
<td>(</td>
<td class="paramtype"><a class="el" href="../../d9/d5a/structandns__pkt.html">andns_pkt</a> *&#160;</td>
<td class="paramname"><em>ap</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">char *&#160;</td>
<td class="paramname"><em>buf</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="../../d4/d02/andns__lib_8c_a03000f7fe91fa92a17b6553a7de95197_icgraph.png" border="0" usemap="#d4/d02/andns__lib_8c_a03000f7fe91fa92a17b6553a7de95197_icgraph" alt=""/></div>
<map name="d4/d02/andns__lib_8c_a03000f7fe91fa92a17b6553a7de95197_icgraph" id="d4/d02/andns__lib_8c_a03000f7fe91fa92a17b6553a7de95197_icgraph">
<area shape="rect" id="node3" href="../../da/d94/andns__lib_8h.html#aa81f323a0d18821cb8b37b74cb89e56b" title="a_p" alt="" coords="123,32,165,61"/><area shape="rect" id="node5" href="../../dd/dd9/andns_8h.html#a36956c4fc77c5a1b3dfcda3cc0a9051e" title="nk_forward" alt="" coords="221,5,307,35"/><area shape="rect" id="node11" href="../../d9/d88/ntkresolv_8h.html#aa95ce7a8d4506ae83dd9b76933d7c6ba" title="do_command" alt="" coords="215,59,313,88"/><area shape="rect" id="node7" href="../../dd/dd9/andns_8h.html#ad55d591cf7a444daa6b9cea7f8ae29bc" title="andns_rslv" alt="" coords="363,5,448,35"/><area shape="rect" id="node9" href="../../db/d6b/dns__wrapper_8c.html#ae858f92cfdc42ee9f2ba357a4021b59e" title="dns_exec_pkt" alt="" coords="497,5,599,35"/><area shape="rect" id="node13" href="../../d3/dbf/ntkresolv_8c.html#a3c04138a5bfe5d72780bb7e82a18e627" title="main" alt="" coords="380,59,431,88"/></map>
</div>
</p>
</div>
</div>
<a class="anchor" id="aa02481f0335a2ecf592bb3e0e8b7f622"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">int a_hdr_u </td>
<td>(</td>
<td class="paramtype">char *&#160;</td>
<td class="paramname"><em>buf</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype"><a class="el" href="../../d9/d5a/structandns__pkt.html">andns_pkt</a> *&#160;</td>
<td class="paramname"><em>ap</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="../../d4/d02/andns__lib_8c_aa02481f0335a2ecf592bb3e0e8b7f622_icgraph.png" border="0" usemap="#d4/d02/andns__lib_8c_aa02481f0335a2ecf592bb3e0e8b7f622_icgraph" alt=""/></div>
<map name="d4/d02/andns__lib_8c_aa02481f0335a2ecf592bb3e0e8b7f622_icgraph" id="d4/d02/andns__lib_8c_aa02481f0335a2ecf592bb3e0e8b7f622_icgraph">
<area shape="rect" id="node3" href="../../da/d94/andns__lib_8h.html#a1741ef8f9940010d3f4f0a310f607973" title="a_u" alt="" coords="123,32,165,61"/><area shape="rect" id="node5" href="../../dd/dd9/andns_8h.html#ad55d591cf7a444daa6b9cea7f8ae29bc" title="andns_rslv" alt="" coords="221,5,307,35"/><area shape="rect" id="node10" href="../../d9/d88/ntkresolv_8h.html#aa95ce7a8d4506ae83dd9b76933d7c6ba" title="do_command" alt="" coords="215,59,313,88"/><area shape="rect" id="node7" href="../../db/d6b/dns__wrapper_8c.html#ae858f92cfdc42ee9f2ba357a4021b59e" title="dns_exec_pkt" alt="" coords="364,5,465,35"/><area shape="rect" id="node12" href="../../d3/dbf/ntkresolv_8c.html#a3c04138a5bfe5d72780bb7e82a18e627" title="main" alt="" coords="389,59,440,88"/></map>
</div>
</p>
</div>
</div>
<a class="anchor" id="aa81f323a0d18821cb8b37b74cb89e56b"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">int a_p </td>
<td>(</td>
<td class="paramtype"><a class="el" href="../../d9/d5a/structandns__pkt.html">andns_pkt</a> *&#160;</td>
<td class="paramname"><em>ap</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">char *&#160;</td>
<td class="paramname"><em>buf</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="../../d4/d02/andns__lib_8c_aa81f323a0d18821cb8b37b74cb89e56b_cgraph.png" border="0" usemap="#d4/d02/andns__lib_8c_aa81f323a0d18821cb8b37b74cb89e56b_cgraph" alt=""/></div>
<map name="d4/d02/andns__lib_8c_aa81f323a0d18821cb8b37b74cb89e56b_cgraph" id="d4/d02/andns__lib_8c_aa81f323a0d18821cb8b37b74cb89e56b_cgraph">
<area shape="rect" id="node3" href="../../d4/d02/andns__lib_8c.html#a03000f7fe91fa92a17b6553a7de95197" title="a_hdr_p" alt="" coords="129,5,196,35"/><area shape="rect" id="node5" href="../../d4/d02/andns__lib_8c.html#a1e135c544b646743571d4ec449253de8" title="a_qst_p" alt="" coords="329,55,396,84"/><area shape="rect" id="node11" href="../../d4/d02/andns__lib_8c.html#a691d78584a8ae13fd55fb084d642989f" title="a_answs_p" alt="" coords="119,109,207,139"/><area shape="rect" id="node16" href="../../d7/df8/log_8c.html#ac33c8a42a58a6379397850b60be22028" title="error" alt="" coords="339,161,387,191"/><area shape="rect" id="node19" href="../../d4/d02/andns__lib_8c.html#ac221d30c29b9c3846c67c6c09511add4" title="destroy_andns_pkt" alt="" coords="97,213,228,243"/><area shape="rect" id="node25" href="../../d4/d02/andns__lib_8c.html#acb4c3610fc4810a2e44f1f8554d7bffd" title="andns_compress" alt="" coords="103,267,223,296"/><area shape="rect" id="node7" href="../../d7/df8/log_8c.html#a983d6ac9e7105eb38445c20ff5e72135" title="debug" alt="" coords="551,108,607,137"/><area shape="rect" id="node9" href="../../d7/df8/log_8c.html#a3bd4b0345d9f0035edbe68f3795319de" title="print_log" alt="" coords="711,135,780,164"/><area shape="rect" id="node13" href="../../d4/d02/andns__lib_8c.html#a6eaa4af888ca2574e65551442145d1c9" title="a_answ_p" alt="" coords="323,108,403,137"/><area shape="rect" id="node21" href="../../d4/d02/andns__lib_8c.html#ab2b78fd0fecd54eb2cb4ba25aaa7499a" title="destroy_andns_pkt_datas" alt="" coords="277,215,448,244"/><area shape="rect" id="node23" href="../../d4/d02/andns__lib_8c.html#a9b467f6edffa6791730a90fc1318146c" title="destroy_andns_pkt_data" alt="" coords="497,215,660,244"/></map>
</div>
</p>
<p><div class="dynheader">
Here is the caller graph for this function:</div>
<div class="dyncontent">
<div class="center"><img src="../../d4/d02/andns__lib_8c_aa81f323a0d18821cb8b37b74cb89e56b_icgraph.png" border="0" usemap="#d4/d02/andns__lib_8c_aa81f323a0d18821cb8b37b74cb89e56b_icgraph" alt=""/></div>
<map name="d4/d02/andns__lib_8c_aa81f323a0d18821cb8b37b74cb89e56b_icgraph" id="d4/d02/andns__lib_8c_aa81f323a0d18821cb8b37b74cb89e56b_icgraph">
<area shape="rect" id="node3" href="../../dd/dd9/andns_8h.html#a36956c4fc77c5a1b3dfcda3cc0a9051e" title="nk_forward" alt="" coords="104,5,189,35"/><area shape="rect" id="node9" href="../../d9/d88/ntkresolv_8h.html#aa95ce7a8d4506ae83dd9b76933d7c6ba" title="do_command" alt="" coords="97,59,196,88"/><area shape="rect" id="node5" href="../../dd/dd9/andns_8h.html#ad55d591cf7a444daa6b9cea7f8ae29bc" title="andns_rslv" alt="" coords="245,5,331,35"/><area shape="rect" id="node7" href="../../db/d6b/dns__wrapper_8c.html#ae858f92cfdc42ee9f2ba357a4021b59e" title="dns_exec_pkt" alt="" coords="380,5,481,35"/><area shape="rect" id="node11" href="../../d3/dbf/ntkresolv_8c.html#a3c04138a5bfe5d72780bb7e82a18e627" title="main" alt="" coords="263,59,313,88"/></map>
</div>
</p>
</div>
</div>
<a class="anchor" id="a1e135c544b646743571d4ec449253de8"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">int a_qst_p </td>
<td>(</td>
<td class="paramtype"><a class="el" href="../../d9/d5a/structandns__pkt.html">andns_pkt</a> *&#160;</td>
<td class="paramname"><em>ap</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">char *&#160;</td>
<td class="paramname"><em>buf</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">int&#160;</td>
<td class="paramname"><em>limitlen</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="../../d4/d02/andns__lib_8c_a1e135c544b646743571d4ec449253de8_cgraph.png" border="0" usemap="#d4/d02/andns__lib_8c_a1e135c544b646743571d4ec449253de8_cgraph" alt=""/></div>
<map name="d4/d02/andns__lib_8c_a1e135c544b646743571d4ec449253de8_cgraph" id="d4/d02/andns__lib_8c_a1e135c544b646743571d4ec449253de8_cgraph">
<area shape="rect" id="node3" href="../../d7/df8/log_8c.html#a983d6ac9e7105eb38445c20ff5e72135" title="debug" alt="" coords="124,5,180,35"/><area shape="rect" id="node5" href="../../d7/df8/log_8c.html#a3bd4b0345d9f0035edbe68f3795319de" title="print_log" alt="" coords="231,5,300,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="../../d4/d02/andns__lib_8c_a1e135c544b646743571d4ec449253de8_icgraph.png" border="0" usemap="#d4/d02/andns__lib_8c_a1e135c544b646743571d4ec449253de8_icgraph" alt=""/></div>
<map name="d4/d02/andns__lib_8c_a1e135c544b646743571d4ec449253de8_icgraph" id="d4/d02/andns__lib_8c_a1e135c544b646743571d4ec449253de8_icgraph">
<area shape="rect" id="node3" href="../../da/d94/andns__lib_8h.html#aa81f323a0d18821cb8b37b74cb89e56b" title="a_p" alt="" coords="123,32,165,61"/><area shape="rect" id="node5" href="../../dd/dd9/andns_8h.html#a36956c4fc77c5a1b3dfcda3cc0a9051e" title="nk_forward" alt="" coords="221,5,307,35"/><area shape="rect" id="node11" href="../../d9/d88/ntkresolv_8h.html#aa95ce7a8d4506ae83dd9b76933d7c6ba" title="do_command" alt="" coords="215,59,313,88"/><area shape="rect" id="node7" href="../../dd/dd9/andns_8h.html#ad55d591cf7a444daa6b9cea7f8ae29bc" title="andns_rslv" alt="" coords="363,5,448,35"/><area shape="rect" id="node9" href="../../db/d6b/dns__wrapper_8c.html#ae858f92cfdc42ee9f2ba357a4021b59e" title="dns_exec_pkt" alt="" coords="497,5,599,35"/><area shape="rect" id="node13" href="../../d3/dbf/ntkresolv_8c.html#a3c04138a5bfe5d72780bb7e82a18e627" title="main" alt="" coords="380,59,431,88"/></map>
</div>
</p>
</div>
</div>
<a class="anchor" id="a80ef74d55672d12e171882f884f92234"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">int a_qst_u </td>
<td>(</td>
<td class="paramtype">char *&#160;</td>
<td class="paramname"><em>buf</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype"><a class="el" href="../../d9/d5a/structandns__pkt.html">andns_pkt</a> *&#160;</td>
<td class="paramname"><em>ap</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">int&#160;</td>
<td class="paramname"><em>limitlen</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="../../d4/d02/andns__lib_8c_a80ef74d55672d12e171882f884f92234_cgraph.png" border="0" usemap="#d4/d02/andns__lib_8c_a80ef74d55672d12e171882f884f92234_cgraph" alt=""/></div>
<map name="d4/d02/andns__lib_8c_a80ef74d55672d12e171882f884f92234_cgraph" id="d4/d02/andns__lib_8c_a80ef74d55672d12e171882f884f92234_cgraph">
<area shape="rect" id="node3" href="../../d7/df8/log_8c.html#a983d6ac9e7105eb38445c20ff5e72135" title="debug" alt="" coords="124,5,180,35"/><area shape="rect" id="node5" href="../../d7/df8/log_8c.html#a3bd4b0345d9f0035edbe68f3795319de" title="print_log" alt="" coords="231,5,300,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="../../d4/d02/andns__lib_8c_a80ef74d55672d12e171882f884f92234_icgraph.png" border="0" usemap="#d4/d02/andns__lib_8c_a80ef74d55672d12e171882f884f92234_icgraph" alt=""/></div>
<map name="d4/d02/andns__lib_8c_a80ef74d55672d12e171882f884f92234_icgraph" id="d4/d02/andns__lib_8c_a80ef74d55672d12e171882f884f92234_icgraph">
<area shape="rect" id="node3" href="../../da/d94/andns__lib_8h.html#a1741ef8f9940010d3f4f0a310f607973" title="a_u" alt="" coords="123,32,165,61"/><area shape="rect" id="node5" href="../../dd/dd9/andns_8h.html#ad55d591cf7a444daa6b9cea7f8ae29bc" title="andns_rslv" alt="" coords="221,5,307,35"/><area shape="rect" id="node10" href="../../d9/d88/ntkresolv_8h.html#aa95ce7a8d4506ae83dd9b76933d7c6ba" title="do_command" alt="" coords="215,59,313,88"/><area shape="rect" id="node7" href="../../db/d6b/dns__wrapper_8c.html#ae858f92cfdc42ee9f2ba357a4021b59e" title="dns_exec_pkt" alt="" coords="364,5,465,35"/><area shape="rect" id="node12" href="../../d3/dbf/ntkresolv_8c.html#a3c04138a5bfe5d72780bb7e82a18e627" title="main" alt="" coords="389,59,440,88"/></map>
</div>
</p>
</div>
</div>
<a class="anchor" id="a1741ef8f9940010d3f4f0a310f607973"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">int a_u </td>
<td>(</td>
<td class="paramtype">char *&#160;</td>
<td class="paramname"><em>buf</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">int&#160;</td>
<td class="paramname"><em>pktlen</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype"><a class="el" href="../../d9/d5a/structandns__pkt.html">andns_pkt</a> **&#160;</td>
<td class="paramname"><em>app</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="../../d4/d02/andns__lib_8c_a1741ef8f9940010d3f4f0a310f607973_cgraph.png" border="0" usemap="#d4/d02/andns__lib_8c_a1741ef8f9940010d3f4f0a310f607973_cgraph" alt=""/></div>
<map name="d4/d02/andns__lib_8c_a1741ef8f9940010d3f4f0a310f607973_cgraph" id="d4/d02/andns__lib_8c_a1741ef8f9940010d3f4f0a310f607973_cgraph">
<area shape="rect" id="node3" href="../../d4/d02/andns__lib_8c.html#a583d89a788cc10e486e750f39cd04c37" title="create_andns_pkt" alt="" coords="730,187,855,216"/><area shape="rect" id="node13" href="../../d4/d02/andns__lib_8c.html#aa02481f0335a2ecf592bb3e0e8b7f622" title="a_hdr_u" alt="" coords="134,82,200,111"/><area shape="rect" id="node15" href="../../d4/d02/andns__lib_8c.html#ac221d30c29b9c3846c67c6c09511add4" title="destroy_andns_pkt" alt="" coords="102,135,232,164"/><area shape="rect" id="node21" href="../../d4/d02/andns__lib_8c.html#ab37e95cc279a372002d8cca033fa3640" title="andns_uncompress" alt="" coords="726,82,859,111"/><area shape="rect" id="node25" href="../../d4/d02/andns__lib_8c.html#a80ef74d55672d12e171882f884f92234" title="a_qst_u" alt="" coords="550,344,616,374"/><area shape="rect" id="node30" href="../../d4/d02/andns__lib_8c.html#a4d06dfd1b127ce60289c63809371c705" title="a_answs_u" alt="" coords="123,239,211,268"/><area shape="rect" id="node39" href="../../d7/df8/log_8c.html#ac33c8a42a58a6379397850b60be22028" title="error" alt="" coords="343,292,391,322"/><area shape="rect" id="node5" href="../../d2/dab/xmalloc_8c.html#a42ccfa6fc49cc4ce90cc44cd05052490" title="xmalloc" alt="" coords="919,200,986,230"/><area shape="rect" id="node7" href="../../d7/df8/log_8c.html#a677da14e8c4326bde43622f233f1ead3" title="fatal" alt="" coords="1035,226,1080,255"/><area shape="rect" id="node9" href="../../d7/df8/log_8c.html#a3bd4b0345d9f0035edbe68f3795319de" title="print_log" alt="" coords="1146,292,1215,322"/><area shape="rect" id="node11" href="../../d7/df8/log_8c.html#a32f684e2d9d47ca24806b88e58498931" title="close_log_file" alt="" coords="1130,226,1231,255"/><area shape="rect" id="node17" href="../../d4/d02/andns__lib_8c.html#ab2b78fd0fecd54eb2cb4ba25aaa7499a" title="destroy_andns_pkt_datas" alt="" coords="282,135,452,164"/><area shape="rect" id="node19" href="../../d4/d02/andns__lib_8c.html#a9b467f6edffa6791730a90fc1318146c" title="destroy_andns_pkt_data" alt="" coords="502,135,664,164"/><area shape="rect" id="node27" href="../../d7/df8/log_8c.html#a983d6ac9e7105eb38445c20ff5e72135" title="debug" alt="" coords="924,344,980,374"/><area shape="rect" id="node32" href="../../d4/d02/andns__lib_8c.html#a5ddeffd9e29677aa568ee674a2507d48" title="a_answ_u" alt="" coords="327,239,407,268"/><area shape="rect" id="node34" href="../../d4/d02/andns__lib_8c.html#a59841c5dcf628766466cbe6553f1d80b" title="andns_add_answ" alt="" coords="522,240,644,270"/><area shape="rect" id="node36" href="../../d4/d02/andns__lib_8c.html#a1342a1908a09c410638f53e3de482114" title="create_andns_pkt_data" alt="" coords="714,240,871,270"/></map>
</div>
</p>
<p><div class="dynheader">
Here is the caller graph for this function:</div>
<div class="dyncontent">
<div class="center"><img src="../../d4/d02/andns__lib_8c_a1741ef8f9940010d3f4f0a310f607973_icgraph.png" border="0" usemap="#d4/d02/andns__lib_8c_a1741ef8f9940010d3f4f0a310f607973_icgraph" alt=""/></div>
<map name="d4/d02/andns__lib_8c_a1741ef8f9940010d3f4f0a310f607973_icgraph" id="d4/d02/andns__lib_8c_a1741ef8f9940010d3f4f0a310f607973_icgraph">
<area shape="rect" id="node3" href="../../dd/dd9/andns_8h.html#ad55d591cf7a444daa6b9cea7f8ae29bc" title="andns_rslv" alt="" coords="195,5,280,35"/><area shape="rect" id="node7" href="../../da/d94/andns__lib_8h.html#a1741ef8f9940010d3f4f0a310f607973" title="a_u" alt="" coords="96,56,139,85"/><area shape="rect" id="node11" href="../../d9/d88/ntkresolv_8h.html#aa95ce7a8d4506ae83dd9b76933d7c6ba" title="do_command" alt="" coords="188,83,287,112"/><area shape="rect" id="node5" href="../../db/d6b/dns__wrapper_8c.html#ae858f92cfdc42ee9f2ba357a4021b59e" title="dns_exec_pkt" alt="" coords="337,5,439,35"/><area shape="rect" id="node13" href="../../d3/dbf/ntkresolv_8c.html#a3c04138a5bfe5d72780bb7e82a18e627" title="main" alt="" coords="363,83,413,112"/></map>
</div>
</p>
</div>
</div>
<a class="anchor" id="a59841c5dcf628766466cbe6553f1d80b"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname"><a class="el" href="../../d0/d50/structandns__pkt__data.html">andns_pkt_data</a>* andns_add_answ </td>
<td>(</td>
<td class="paramtype"><a class="el" href="../../d9/d5a/structandns__pkt.html">andns_pkt</a> *&#160;</td>
<td class="paramname"><em>ap</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="../../d4/d02/andns__lib_8c_a59841c5dcf628766466cbe6553f1d80b_cgraph.png" border="0" usemap="#d4/d02/andns__lib_8c_a59841c5dcf628766466cbe6553f1d80b_cgraph" alt=""/></div>
<map name="d4/d02/andns__lib_8c_a59841c5dcf628766466cbe6553f1d80b_cgraph" id="d4/d02/andns__lib_8c_a59841c5dcf628766466cbe6553f1d80b_cgraph">
<area shape="rect" id="node3" href="../../d4/d02/andns__lib_8c.html#a1342a1908a09c410638f53e3de482114" title="create_andns_pkt_data" alt="" coords="176,32,333,61"/><area shape="rect" id="node5" href="../../d2/dab/xmalloc_8c.html#a42ccfa6fc49cc4ce90cc44cd05052490" title="xmalloc" alt="" coords="381,32,448,61"/><area shape="rect" id="node7" href="../../d7/df8/log_8c.html#a677da14e8c4326bde43622f233f1ead3" title="fatal" alt="" coords="497,32,543,61"/><area shape="rect" id="node9" href="../../d7/df8/log_8c.html#a3bd4b0345d9f0035edbe68f3795319de" title="print_log" alt="" coords="608,5,677,35"/><area shape="rect" id="node11" href="../../d7/df8/log_8c.html#a32f684e2d9d47ca24806b88e58498931" title="close_log_file" alt="" coords="592,59,693,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="../../d4/d02/andns__lib_8c_a59841c5dcf628766466cbe6553f1d80b_icgraph.png" border="0" usemap="#d4/d02/andns__lib_8c_a59841c5dcf628766466cbe6553f1d80b_icgraph" alt=""/></div>
<map name="d4/d02/andns__lib_8c_a59841c5dcf628766466cbe6553f1d80b_icgraph" id="d4/d02/andns__lib_8c_a59841c5dcf628766466cbe6553f1d80b_icgraph">
<area shape="rect" id="node3" href="../../dd/dd9/andns_8h.html#a1220da16c538185a3258cedab47c254a" title="dpanswtoapansw" alt="" coords="176,11,299,40"/><area shape="rect" id="node11" href="../../da/d94/andns__lib_8h.html#a5ddeffd9e29677aa568ee674a2507d48" title="a_answ_u" alt="" coords="197,69,277,99"/><area shape="rect" id="node5" href="../../dd/dd9/andns_8h.html#a36956c4fc77c5a1b3dfcda3cc0a9051e" title="nk_forward" alt="" coords="484,5,569,35"/><area shape="rect" id="node7" href="../../dd/dd9/andns_8h.html#ad55d591cf7a444daa6b9cea7f8ae29bc" title="andns_rslv" alt="" coords="627,17,712,47"/><area shape="rect" id="node9" href="../../db/d6b/dns__wrapper_8c.html#ae858f92cfdc42ee9f2ba357a4021b59e" title="dns_exec_pkt" alt="" coords="769,17,871,47"/><area shape="rect" id="node13" href="../../da/d94/andns__lib_8h.html#a4d06dfd1b127ce60289c63809371c705" title="a_answs_u" alt="" coords="347,81,435,111"/><area shape="rect" id="node15" href="../../da/d94/andns__lib_8h.html#a1741ef8f9940010d3f4f0a310f607973" title="a_u" alt="" coords="505,83,548,112"/><area shape="rect" id="node19" href="../../d9/d88/ntkresolv_8h.html#aa95ce7a8d4506ae83dd9b76933d7c6ba" title="do_command" alt="" coords="620,83,719,112"/><area shape="rect" id="node21" href="../../d3/dbf/ntkresolv_8c.html#a3c04138a5bfe5d72780bb7e82a18e627" title="main" alt="" coords="795,83,845,112"/></map>
</div>
</p>
</div>
</div>
<a class="anchor" id="acb4c3610fc4810a2e44f1f8554d7bffd"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">int andns_compress </td>
<td>(</td>
<td class="paramtype">char *&#160;</td>
<td class="paramname"><em>src</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">int&#160;</td>
<td class="paramname"><em>srclen</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="../../d4/d02/andns__lib_8c_acb4c3610fc4810a2e44f1f8554d7bffd_icgraph.png" border="0" usemap="#d4/d02/andns__lib_8c_acb4c3610fc4810a2e44f1f8554d7bffd_icgraph" alt=""/></div>
<map name="d4/d02/andns__lib_8c_acb4c3610fc4810a2e44f1f8554d7bffd_icgraph" id="d4/d02/andns__lib_8c_acb4c3610fc4810a2e44f1f8554d7bffd_icgraph">
<area shape="rect" id="node3" href="../../da/d94/andns__lib_8h.html#aa81f323a0d18821cb8b37b74cb89e56b" title="a_p" alt="" coords="176,32,219,61"/><area shape="rect" id="node5" href="../../dd/dd9/andns_8h.html#a36956c4fc77c5a1b3dfcda3cc0a9051e" title="nk_forward" alt="" coords="275,5,360,35"/><area shape="rect" id="node11" href="../../d9/d88/ntkresolv_8h.html#aa95ce7a8d4506ae83dd9b76933d7c6ba" title="do_command" alt="" coords="268,59,367,88"/><area shape="rect" id="node7" href="../../dd/dd9/andns_8h.html#ad55d591cf7a444daa6b9cea7f8ae29bc" title="andns_rslv" alt="" coords="416,5,501,35"/><area shape="rect" id="node9" href="../../db/d6b/dns__wrapper_8c.html#ae858f92cfdc42ee9f2ba357a4021b59e" title="dns_exec_pkt" alt="" coords="551,5,652,35"/><area shape="rect" id="node13" href="../../d3/dbf/ntkresolv_8c.html#a3c04138a5bfe5d72780bb7e82a18e627" title="main" alt="" coords="433,59,484,88"/></map>
</div>
</p>
</div>
</div>
<a class="anchor" id="af907edbde8bd60a53714835fc76fc690"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">void andns_del_answ </td>
<td>(</td>
<td class="paramtype"><a class="el" href="../../d9/d5a/structandns__pkt.html">andns_pkt</a> *&#160;</td>
<td class="paramname"><em>ap</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="../../d4/d02/andns__lib_8c_af907edbde8bd60a53714835fc76fc690_cgraph.png" border="0" usemap="#d4/d02/andns__lib_8c_af907edbde8bd60a53714835fc76fc690_cgraph" alt=""/></div>
<map name="d4/d02/andns__lib_8c_af907edbde8bd60a53714835fc76fc690_cgraph" id="d4/d02/andns__lib_8c_af907edbde8bd60a53714835fc76fc690_cgraph">
<area shape="rect" id="node3" href="../../d4/d02/andns__lib_8c.html#a9b467f6edffa6791730a90fc1318146c" title="destroy_andns_pkt_data" alt="" coords="175,5,337,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="../../d4/d02/andns__lib_8c_af907edbde8bd60a53714835fc76fc690_icgraph.png" border="0" usemap="#d4/d02/andns__lib_8c_af907edbde8bd60a53714835fc76fc690_icgraph" alt=""/></div>
<map name="d4/d02/andns__lib_8c_af907edbde8bd60a53714835fc76fc690_icgraph" id="d4/d02/andns__lib_8c_af907edbde8bd60a53714835fc76fc690_icgraph">
<area shape="rect" id="node3" href="../../dd/dd9/andns_8h.html#a1220da16c538185a3258cedab47c254a" title="dpanswtoapansw" alt="" coords="173,5,296,35"/><area shape="rect" id="node5" href="../../dd/dd9/andns_8h.html#a36956c4fc77c5a1b3dfcda3cc0a9051e" title="nk_forward" alt="" coords="345,5,431,35"/><area shape="rect" id="node7" href="../../dd/dd9/andns_8h.html#ad55d591cf7a444daa6b9cea7f8ae29bc" title="andns_rslv" alt="" coords="480,5,565,35"/><area shape="rect" id="node9" href="../../db/d6b/dns__wrapper_8c.html#ae858f92cfdc42ee9f2ba357a4021b59e" title="dns_exec_pkt" alt="" coords="615,5,716,35"/></map>
</div>
</p>
</div>
</div>
<a class="anchor" id="ab37e95cc279a372002d8cca033fa3640"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">char* andns_uncompress </td>
<td>(</td>
<td class="paramtype">char *&#160;</td>
<td class="paramname"><em>src</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">int&#160;</td>
<td class="paramname"><em>srclen</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">int *&#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="../../d4/d02/andns__lib_8c_ab37e95cc279a372002d8cca033fa3640_cgraph.png" border="0" usemap="#d4/d02/andns__lib_8c_ab37e95cc279a372002d8cca033fa3640_cgraph" alt=""/></div>
<map name="d4/d02/andns__lib_8c_ab37e95cc279a372002d8cca033fa3640_cgraph" id="d4/d02/andns__lib_8c_ab37e95cc279a372002d8cca033fa3640_cgraph">
<area shape="rect" id="node3" href="../../d2/dab/xmalloc_8c.html#a42ccfa6fc49cc4ce90cc44cd05052490" title="xmalloc" alt="" coords="189,32,256,61"/><area shape="rect" id="node5" href="../../d7/df8/log_8c.html#a677da14e8c4326bde43622f233f1ead3" title="fatal" alt="" coords="305,32,351,61"/><area shape="rect" id="node7" href="../../d7/df8/log_8c.html#a3bd4b0345d9f0035edbe68f3795319de" title="print_log" alt="" coords="416,5,485,35"/><area shape="rect" id="node9" href="../../d7/df8/log_8c.html#a32f684e2d9d47ca24806b88e58498931" title="close_log_file" alt="" coords="400,59,501,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="../../d4/d02/andns__lib_8c_ab37e95cc279a372002d8cca033fa3640_icgraph.png" border="0" usemap="#d4/d02/andns__lib_8c_ab37e95cc279a372002d8cca033fa3640_icgraph" alt=""/></div>
<map name="d4/d02/andns__lib_8c_ab37e95cc279a372002d8cca033fa3640_icgraph" id="d4/d02/andns__lib_8c_ab37e95cc279a372002d8cca033fa3640_icgraph">
<area shape="rect" id="node3" href="../../da/d94/andns__lib_8h.html#a1741ef8f9940010d3f4f0a310f607973" title="a_u" alt="" coords="189,32,232,61"/><area shape="rect" id="node5" href="../../dd/dd9/andns_8h.html#ad55d591cf7a444daa6b9cea7f8ae29bc" title="andns_rslv" alt="" coords="288,5,373,35"/><area shape="rect" id="node10" href="../../d9/d88/ntkresolv_8h.html#aa95ce7a8d4506ae83dd9b76933d7c6ba" title="do_command" alt="" coords="281,59,380,88"/><area shape="rect" id="node7" href="../../db/d6b/dns__wrapper_8c.html#ae858f92cfdc42ee9f2ba357a4021b59e" title="dns_exec_pkt" alt="" coords="431,5,532,35"/><area shape="rect" id="node12" href="../../d3/dbf/ntkresolv_8c.html#a3c04138a5bfe5d72780bb7e82a18e627" title="main" alt="" coords="456,59,507,88"/></map>
</div>
</p>
</div>
</div>
<a class="anchor" id="a583d89a788cc10e486e750f39cd04c37"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname"><a class="el" href="../../d9/d5a/structandns__pkt.html">andns_pkt</a>* create_andns_pkt </td>
<td>(</td>
<td class="paramtype">void&#160;</td>
<td class="paramname"></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="../../d4/d02/andns__lib_8c_a583d89a788cc10e486e750f39cd04c37_cgraph.png" border="0" usemap="#d4/d02/andns__lib_8c_a583d89a788cc10e486e750f39cd04c37_cgraph" alt=""/></div>
<map name="d4/d02/andns__lib_8c_a583d89a788cc10e486e750f39cd04c37_cgraph" id="d4/d02/andns__lib_8c_a583d89a788cc10e486e750f39cd04c37_cgraph">
<area shape="rect" id="node3" href="../../d2/dab/xmalloc_8c.html#a42ccfa6fc49cc4ce90cc44cd05052490" title="xmalloc" alt="" coords="179,32,245,61"/><area shape="rect" id="node5" href="../../d7/df8/log_8c.html#a677da14e8c4326bde43622f233f1ead3" title="fatal" alt="" coords="295,32,340,61"/><area shape="rect" id="node7" href="../../d7/df8/log_8c.html#a3bd4b0345d9f0035edbe68f3795319de" title="print_log" alt="" coords="405,5,475,35"/><area shape="rect" id="node9" href="../../d7/df8/log_8c.html#a32f684e2d9d47ca24806b88e58498931" title="close_log_file" alt="" coords="389,59,491,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="../../d4/d02/andns__lib_8c_a583d89a788cc10e486e750f39cd04c37_icgraph.png" border="0" usemap="#d4/d02/andns__lib_8c_a583d89a788cc10e486e750f39cd04c37_icgraph" alt=""/></div>
<map name="d4/d02/andns__lib_8c_a583d89a788cc10e486e750f39cd04c37_icgraph" id="d4/d02/andns__lib_8c_a583d89a788cc10e486e750f39cd04c37_icgraph">
<area shape="rect" id="node3" href="../../da/d94/andns__lib_8h.html#a1741ef8f9940010d3f4f0a310f607973" title="a_u" alt="" coords="193,57,236,87"/><area shape="rect" id="node14" href="../../d9/d88/ntkresolv_8h.html#a58a3474ad5ffa3046c2a6247fa4b780a" title="opts_init" alt="" coords="180,111,249,140"/><area shape="rect" id="node5" href="../../dd/dd9/andns_8h.html#ad55d591cf7a444daa6b9cea7f8ae29bc" title="andns_rslv" alt="" coords="307,5,392,35"/><area shape="rect" id="node10" href="../../d9/d88/ntkresolv_8h.html#aa95ce7a8d4506ae83dd9b76933d7c6ba" title="do_command" alt="" coords="300,59,399,88"/><area shape="rect" id="node7" href="../../db/d6b/dns__wrapper_8c.html#ae858f92cfdc42ee9f2ba357a4021b59e" title="dns_exec_pkt" alt="" coords="449,5,551,35"/><area shape="rect" id="node12" href="../../d3/dbf/ntkresolv_8c.html#a3c04138a5bfe5d72780bb7e82a18e627" title="main" alt="" coords="475,84,525,113"/></map>
</div>
</p>
</div>
</div>
<a class="anchor" id="a1342a1908a09c410638f53e3de482114"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname"><a class="el" href="../../d0/d50/structandns__pkt__data.html">andns_pkt_data</a>* create_andns_pkt_data </td>
<td>(</td>
<td class="paramtype">void&#160;</td>
<td class="paramname"></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="../../d4/d02/andns__lib_8c_a1342a1908a09c410638f53e3de482114_cgraph.png" border="0" usemap="#d4/d02/andns__lib_8c_a1342a1908a09c410638f53e3de482114_cgraph" alt=""/></div>
<map name="d4/d02/andns__lib_8c_a1342a1908a09c410638f53e3de482114_cgraph" id="d4/d02/andns__lib_8c_a1342a1908a09c410638f53e3de482114_cgraph">
<area shape="rect" id="node3" href="../../d2/dab/xmalloc_8c.html#a42ccfa6fc49cc4ce90cc44cd05052490" title="xmalloc" alt="" coords="211,32,277,61"/><area shape="rect" id="node5" href="../../d7/df8/log_8c.html#a677da14e8c4326bde43622f233f1ead3" title="fatal" alt="" coords="327,32,372,61"/><area shape="rect" id="node7" href="../../d7/df8/log_8c.html#a3bd4b0345d9f0035edbe68f3795319de" title="print_log" alt="" coords="437,5,507,35"/><area shape="rect" id="node9" href="../../d7/df8/log_8c.html#a32f684e2d9d47ca24806b88e58498931" title="close_log_file" alt="" coords="421,59,523,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="../../d4/d02/andns__lib_8c_a1342a1908a09c410638f53e3de482114_icgraph.png" border="0" usemap="#d4/d02/andns__lib_8c_a1342a1908a09c410638f53e3de482114_icgraph" alt=""/></div>
<map name="d4/d02/andns__lib_8c_a1342a1908a09c410638f53e3de482114_icgraph" id="d4/d02/andns__lib_8c_a1342a1908a09c410638f53e3de482114_icgraph">
<area shape="rect" id="node3" href="../../da/d94/andns__lib_8h.html#a59841c5dcf628766466cbe6553f1d80b" title="andns_add_answ" alt="" coords="211,40,333,69"/><area shape="rect" id="node5" href="../../dd/dd9/andns_8h.html#a1220da16c538185a3258cedab47c254a" title="dpanswtoapansw" alt="" coords="381,11,504,40"/><area shape="rect" id="node13" href="../../da/d94/andns__lib_8h.html#a5ddeffd9e29677aa568ee674a2507d48" title="a_answ_u" alt="" coords="403,69,483,99"/><area shape="rect" id="node7" href="../../dd/dd9/andns_8h.html#a36956c4fc77c5a1b3dfcda3cc0a9051e" title="nk_forward" alt="" coords="689,5,775,35"/><area shape="rect" id="node9" href="../../dd/dd9/andns_8h.html#ad55d591cf7a444daa6b9cea7f8ae29bc" title="andns_rslv" alt="" coords="832,17,917,47"/><area shape="rect" id="node11" href="../../db/d6b/dns__wrapper_8c.html#ae858f92cfdc42ee9f2ba357a4021b59e" title="dns_exec_pkt" alt="" coords="975,17,1076,47"/><area shape="rect" id="node15" href="../../da/d94/andns__lib_8h.html#a4d06dfd1b127ce60289c63809371c705" title="a_answs_u" alt="" coords="552,81,640,111"/><area shape="rect" id="node17" href="../../da/d94/andns__lib_8h.html#a1741ef8f9940010d3f4f0a310f607973" title="a_u" alt="" coords="711,83,753,112"/><area shape="rect" id="node21" href="../../d9/d88/ntkresolv_8h.html#aa95ce7a8d4506ae83dd9b76933d7c6ba" title="do_command" alt="" coords="825,83,924,112"/><area shape="rect" id="node23" href="../../d3/dbf/ntkresolv_8c.html#a3c04138a5bfe5d72780bb7e82a18e627" title="main" alt="" coords="1000,83,1051,112"/></map>
</div>
</p>
</div>
</div>
<a class="anchor" id="ac221d30c29b9c3846c67c6c09511add4"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">void destroy_andns_pkt </td>
<td>(</td>
<td class="paramtype"><a class="el" href="../../d9/d5a/structandns__pkt.html">andns_pkt</a> *&#160;</td>
<td class="paramname"><em>ap</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="../../d4/d02/andns__lib_8c_ac221d30c29b9c3846c67c6c09511add4_cgraph.png" border="0" usemap="#d4/d02/andns__lib_8c_ac221d30c29b9c3846c67c6c09511add4_cgraph" alt=""/></div>
<map name="d4/d02/andns__lib_8c_ac221d30c29b9c3846c67c6c09511add4_cgraph" id="d4/d02/andns__lib_8c_ac221d30c29b9c3846c67c6c09511add4_cgraph">
<area shape="rect" id="node3" href="../../d4/d02/andns__lib_8c.html#ab2b78fd0fecd54eb2cb4ba25aaa7499a" title="destroy_andns_pkt_datas" alt="" coords="187,5,357,35"/><area shape="rect" id="node5" href="../../d4/d02/andns__lib_8c.html#a9b467f6edffa6791730a90fc1318146c" title="destroy_andns_pkt_data" alt="" coords="407,5,569,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="../../d4/d02/andns__lib_8c_ac221d30c29b9c3846c67c6c09511add4_icgraph.png" border="0" usemap="#d4/d02/andns__lib_8c_ac221d30c29b9c3846c67c6c09511add4_icgraph" alt=""/></div>
<map name="d4/d02/andns__lib_8c_ac221d30c29b9c3846c67c6c09511add4_icgraph" id="d4/d02/andns__lib_8c_ac221d30c29b9c3846c67c6c09511add4_icgraph">
<area shape="rect" id="node3" href="../../dd/dd9/andns_8h.html#a77c1322dbf52a1bacabe97028c9ce8d2" title="nk_rslv" alt="" coords="223,5,287,35"/><area shape="rect" id="node9" href="../../dd/dd9/andns_8h.html#a36956c4fc77c5a1b3dfcda3cc0a9051e" title="nk_forward" alt="" coords="413,60,499,89"/><area shape="rect" id="node12" href="../../da/d94/andns__lib_8h.html#a1741ef8f9940010d3f4f0a310f607973" title="a_u" alt="" coords="233,187,276,216"/><area shape="rect" id="node16" href="../../d9/d88/ntkresolv_8h.html#aa95ce7a8d4506ae83dd9b76933d7c6ba" title="do_command" alt="" coords="407,183,505,212"/><area shape="rect" id="node20" href="../../da/d94/andns__lib_8h.html#aa81f323a0d18821cb8b37b74cb89e56b" title="a_p" alt="" coords="233,109,276,139"/><area shape="rect" id="node25" href="../../d9/d88/ntkresolv_8h.html#a525d73873ebf5621cb96d199b41454df" title="ntkresolv_safe_exit" alt="" coords="188,445,321,475"/><area shape="rect" id="node5" href="../../dd/dd9/andns_8h.html#ad55d591cf7a444daa6b9cea7f8ae29bc" title="andns_rslv" alt="" coords="621,60,707,89"/><area shape="rect" id="node7" href="../../db/d6b/dns__wrapper_8c.html#ae858f92cfdc42ee9f2ba357a4021b59e" title="dns_exec_pkt" alt="" coords="788,60,889,89"/><area shape="rect" id="node18" href="../../d3/dbf/ntkresolv_8c.html#a3c04138a5bfe5d72780bb7e82a18e627" title="main" alt="" coords="813,465,864,495"/><area shape="rect" id="node27" href="../../d9/d88/ntkresolv_8h.html#af986bd0575ec9b913dfab4b8422509ae" title="version" alt="" coords="632,492,696,521"/><area shape="rect" id="node30" href="../../d3/dbf/ntkresolv_8c.html#ae8605e2b78cd4a81b6c6b5c30cb7366a" title="usage" alt="" coords="636,545,692,575"/><area shape="rect" id="node33" href="../../d9/d88/ntkresolv_8h.html#a878d850445a499c5a529a50309f704fa" title="qt_usage" alt="" coords="419,599,493,628"/><area shape="rect" id="node38" href="../../d9/d88/ntkresolv_8h.html#ae226936b7b54e18fd0142cec3fb75891" title="realm_usage" alt="" coords="408,652,504,681"/><area shape="rect" id="node43" href="../../d9/d88/ntkresolv_8h.html#a618d6dfb1e757d0b6cc7e14e85961d3d" title="proto_usage" alt="" coords="409,705,503,735"/><area shape="rect" id="node48" href="../../d9/d88/ntkresolv_8h.html#aa31287dfedcfeb069e2c19e9d85cfd11" title="service_and_proto_usage" alt="" coords="371,236,541,265"/><area shape="rect" id="node53" href="../../d9/d88/ntkresolv_8h.html#a55b7bc0916e754d54b95471def57e94f" title="opts_set_port" alt="" coords="613,329,715,359"/><area shape="rect" id="node56" href="../../d9/d88/ntkresolv_8h.html#a4fe23240617e7ebb55aca663b64e95ad" title="opts_set_ns" alt="" coords="409,340,503,369"/><area shape="rect" id="node59" href="../../d9/d88/ntkresolv_8h.html#a4aa3684915c89eb76081f2e5e6c6f336" title="opts_set_question" alt="" coords="392,393,520,423"/><area shape="rect" id="node61" href="../../d9/d88/ntkresolv_8h.html#af8db000da6d4c6009e8af4b927f818a5" title="opts_finish" alt="" coords="621,439,707,468"/><area shape="rect" id="node35" href="../../d9/d88/ntkresolv_8h.html#a63d87b859b08cbb60c867d78293adc54" title="opts_set_qt" alt="" coords="619,599,709,628"/><area shape="rect" id="node40" href="../../d9/d88/ntkresolv_8h.html#a33446b4052c109032876b7423849f082" title="opts_set_realm" alt="" coords="609,652,719,681"/><area shape="rect" id="node45" href="../../d9/d88/ntkresolv_8h.html#a53dc39e8aa18066a1fd3a0c5e991fd96" title="opts_set_proto" alt="" coords="611,705,717,735"/><area shape="rect" id="node50" href="../../d9/d88/ntkresolv_8h.html#a5a81581501fa29b9a28b34addd0a8ab9" title="opts_set_service_and\l_proto" alt="" coords="589,251,739,298"/></map>
</div>
</p>
</div>
</div>
<a class="anchor" id="a9b467f6edffa6791730a90fc1318146c"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">void destroy_andns_pkt_data </td>
<td>(</td>
<td class="paramtype"><a class="el" href="../../d0/d50/structandns__pkt__data.html">andns_pkt_data</a> *&#160;</td>
<td class="paramname"><em>apd</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="../../d4/d02/andns__lib_8c_a9b467f6edffa6791730a90fc1318146c_icgraph.png" border="0" usemap="#d4/d02/andns__lib_8c_a9b467f6edffa6791730a90fc1318146c_icgraph" alt=""/></div>
<map name="d4/d02/andns__lib_8c_a9b467f6edffa6791730a90fc1318146c_icgraph" id="d4/d02/andns__lib_8c_a9b467f6edffa6791730a90fc1318146c_icgraph">
<area shape="rect" id="node3" href="../../da/d94/andns__lib_8h.html#af907edbde8bd60a53714835fc76fc690" title="andns_del_answ" alt="" coords="245,697,363,727"/><area shape="rect" id="node13" href="../../da/d94/andns__lib_8h.html#ab2b78fd0fecd54eb2cb4ba25aaa7499a" title="destroy_andns_pkt_datas" alt="" coords="219,593,389,623"/><area shape="rect" id="node5" href="../../dd/dd9/andns_8h.html#a1220da16c538185a3258cedab47c254a" title="dpanswtoapansw" alt="" coords="443,723,565,752"/><area shape="rect" id="node7" href="../../dd/dd9/andns_8h.html#a36956c4fc77c5a1b3dfcda3cc0a9051e" title="nk_forward" alt="" coords="845,684,931,713"/><area shape="rect" id="node9" href="../../dd/dd9/andns_8h.html#ad55d591cf7a444daa6b9cea7f8ae29bc" title="andns_rslv" alt="" coords="1053,629,1139,659"/><area shape="rect" id="node11" href="../../db/d6b/dns__wrapper_8c.html#ae858f92cfdc42ee9f2ba357a4021b59e" title="dns_exec_pkt" alt="" coords="1220,629,1321,659"/><area shape="rect" id="node15" href="../../da/d94/andns__lib_8h.html#ac221d30c29b9c3846c67c6c09511add4" title="destroy_andns_pkt" alt="" coords="439,580,569,609"/><area shape="rect" id="node17" href="../../dd/dd9/andns_8h.html#a77c1322dbf52a1bacabe97028c9ce8d2" title="nk_rslv" alt="" coords="655,580,719,609"/><area shape="rect" id="node21" href="../../da/d94/andns__lib_8h.html#a1741ef8f9940010d3f4f0a310f607973" title="a_u" alt="" coords="665,527,708,556"/><area shape="rect" id="node25" href="../../d9/d88/ntkresolv_8h.html#aa95ce7a8d4506ae83dd9b76933d7c6ba" title="do_command" alt="" coords="839,527,937,556"/><area shape="rect" id="node29" href="../../da/d94/andns__lib_8h.html#aa81f323a0d18821cb8b37b74cb89e56b" title="a_p" alt="" coords="665,633,708,663"/><area shape="rect" id="node34" href="../../d9/d88/ntkresolv_8h.html#a525d73873ebf5621cb96d199b41454df" title="ntkresolv_safe_exit" alt="" coords="620,263,753,292"/><area shape="rect" id="node27" href="../../d3/dbf/ntkresolv_8c.html#a3c04138a5bfe5d72780bb7e82a18e627" title="main" alt="" coords="1245,272,1296,301"/><area shape="rect" id="node36" href="../../d9/d88/ntkresolv_8h.html#af986bd0575ec9b913dfab4b8422509ae" title="version" alt="" coords="1064,5,1128,35"/><area shape="rect" id="node39" href="../../d3/dbf/ntkresolv_8c.html#ae8605e2b78cd4a81b6c6b5c30cb7366a" title="usage" alt="" coords="1068,60,1124,89"/><area shape="rect" id="node42" href="../../d9/d88/ntkresolv_8h.html#a878d850445a499c5a529a50309f704fa" title="qt_usage" alt="" coords="851,105,925,135"/><area shape="rect" id="node47" href="../../d9/d88/ntkresolv_8h.html#ae226936b7b54e18fd0142cec3fb75891" title="realm_usage" alt="" coords="840,159,936,188"/><area shape="rect" id="node52" href="../../d9/d88/ntkresolv_8h.html#a618d6dfb1e757d0b6cc7e14e85961d3d" title="proto_usage" alt="" coords="841,316,935,345"/><area shape="rect" id="node57" href="../../d9/d88/ntkresolv_8h.html#aa31287dfedcfeb069e2c19e9d85cfd11" title="service_and_proto_usage" alt="" coords="803,369,973,399"/><area shape="rect" id="node62" href="../../d9/d88/ntkresolv_8h.html#a55b7bc0916e754d54b95471def57e94f" title="opts_set_port" alt="" coords="1045,421,1147,451"/><area shape="rect" id="node65" href="../../d9/d88/ntkresolv_8h.html#a4fe23240617e7ebb55aca663b64e95ad" title="opts_set_ns" alt="" coords="841,473,935,503"/><area shape="rect" id="node68" href="../../d9/d88/ntkresolv_8h.html#a4aa3684915c89eb76081f2e5e6c6f336" title="opts_set_question" alt="" coords="824,263,952,292"/><area shape="rect" id="node70" href="../../d9/d88/ntkresolv_8h.html#af8db000da6d4c6009e8af4b927f818a5" title="opts_finish" alt="" coords="1053,245,1139,275"/><area shape="rect" id="node44" href="../../d9/d88/ntkresolv_8h.html#a63d87b859b08cbb60c867d78293adc54" title="opts_set_qt" alt="" coords="1051,117,1141,147"/><area shape="rect" id="node49" href="../../d9/d88/ntkresolv_8h.html#a33446b4052c109032876b7423849f082" title="opts_set_realm" alt="" coords="1041,177,1151,207"/><area shape="rect" id="node54" href="../../d9/d88/ntkresolv_8h.html#a53dc39e8aa18066a1fd3a0c5e991fd96" title="opts_set_proto" alt="" coords="1043,299,1149,328"/><area shape="rect" i
</div>
</p>
</div>
</div>
<a class="anchor" id="ab2b78fd0fecd54eb2cb4ba25aaa7499a"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">void destroy_andns_pkt_datas </td>
<td>(</td>
<td class="paramtype"><a class="el" href="../../d9/d5a/structandns__pkt.html">andns_pkt</a> *&#160;</td>
<td class="paramname"><em>ap</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="../../d4/d02/andns__lib_8c_ab2b78fd0fecd54eb2cb4ba25aaa7499a_cgraph.png" border="0" usemap="#d4/d02/andns__lib_8c_ab2b78fd0fecd54eb2cb4ba25aaa7499a_cgraph" alt=""/></div>
<map name="d4/d02/andns__lib_8c_ab2b78fd0fecd54eb2cb4ba25aaa7499a_cgraph" id="d4/d02/andns__lib_8c_ab2b78fd0fecd54eb2cb4ba25aaa7499a_cgraph">
<area shape="rect" id="node3" href="../../d4/d02/andns__lib_8c.html#a9b467f6edffa6791730a90fc1318146c" title="destroy_andns_pkt_data" alt="" coords="225,5,388,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="../../d4/d02/andns__lib_8c_ab2b78fd0fecd54eb2cb4ba25aaa7499a_icgraph.png" border="0" usemap="#d4/d02/andns__lib_8c_ab2b78fd0fecd54eb2cb4ba25aaa7499a_icgraph" alt=""/></div>
<map name="d4/d02/andns__lib_8c_ab2b78fd0fecd54eb2cb4ba25aaa7499a_icgraph" id="d4/d02/andns__lib_8c_ab2b78fd0fecd54eb2cb4ba25aaa7499a_icgraph">
<area shape="rect" id="node3" href="../../da/d94/andns__lib_8h.html#ac221d30c29b9c3846c67c6c09511add4" title="destroy_andns_pkt" alt="" coords="225,148,356,177"/><area shape="rect" id="node5" href="../../dd/dd9/andns_8h.html#a77c1322dbf52a1bacabe97028c9ce8d2" title="nk_rslv" alt="" coords="441,5,505,35"/><area shape="rect" id="node11" href="../../dd/dd9/andns_8h.html#a36956c4fc77c5a1b3dfcda3cc0a9051e" title="nk_forward" alt="" coords="632,60,717,89"/><area shape="rect" id="node14" href="../../da/d94/andns__lib_8h.html#a1741ef8f9940010d3f4f0a310f607973" title="a_u" alt="" coords="452,187,495,216"/><area shape="rect" id="node18" href="../../d9/d88/ntkresolv_8h.html#aa95ce7a8d4506ae83dd9b76933d7c6ba" title="do_command" alt="" coords="625,183,724,212"/><area shape="rect" id="node22" href="../../da/d94/andns__lib_8h.html#aa81f323a0d18821cb8b37b74cb89e56b" title="a_p" alt="" coords="452,109,495,139"/><area shape="rect" id="node27" href="../../d9/d88/ntkresolv_8h.html#a525d73873ebf5621cb96d199b41454df" title="ntkresolv_safe_exit" alt="" coords="407,445,540,475"/><area shape="rect" id="node7" href="../../dd/dd9/andns_8h.html#ad55d591cf7a444daa6b9cea7f8ae29bc" title="andns_rslv" alt="" coords="840,60,925,89"/><area shape="rect" id="node9" href="../../db/d6b/dns__wrapper_8c.html#ae858f92cfdc42ee9f2ba357a4021b59e" title="dns_exec_pkt" alt="" coords="1007,60,1108,89"/><area shape="rect" id="node20" href="../../d3/dbf/ntkresolv_8c.html#a3c04138a5bfe5d72780bb7e82a18e627" title="main" alt="" coords="1032,465,1083,495"/><area shape="rect" id="node29" href="../../d9/d88/ntkresolv_8h.html#af986bd0575ec9b913dfab4b8422509ae" title="version" alt="" coords="851,492,915,521"/><area shape="rect" id="node32" href="../../d3/dbf/ntkresolv_8c.html#ae8605e2b78cd4a81b6c6b5c30cb7366a" title="usage" alt="" coords="855,545,911,575"/><area shape="rect" id="node35" href="../../d9/d88/ntkresolv_8h.html#a878d850445a499c5a529a50309f704fa" title="qt_usage" alt="" coords="637,599,712,628"/><area shape="rect" id="node40" href="../../d9/d88/ntkresolv_8h.html#ae226936b7b54e18fd0142cec3fb75891" title="realm_usage" alt="" coords="627,652,723,681"/><area shape="rect" id="node45" href="../../d9/d88/ntkresolv_8h.html#a618d6dfb1e757d0b6cc7e14e85961d3d" title="proto_usage" alt="" coords="628,705,721,735"/><area shape="rect" id="node50" href="../../d9/d88/ntkresolv_8h.html#aa31287dfedcfeb069e2c19e9d85cfd11" title="service_and_proto_usage" alt="" coords="589,236,760,265"/><area shape="rect" id="node55" href="../../d9/d88/ntkresolv_8h.html#a55b7bc0916e754d54b95471def57e94f" title="opts_set_port" alt="" coords="832,329,933,359"/><area shape="rect" id="node58" href="../../d9/d88/ntkresolv_8h.html#a4fe23240617e7ebb55aca663b64e95ad" title="opts_set_ns" alt="" coords="628,340,721,369"/><area shape="rect" id="node61" href="../../d9/d88/ntkresolv_8h.html#a4aa3684915c89eb76081f2e5e6c6f336" title="opts_set_question" alt="" coords="611,393,739,423"/><area shape="rect" id="node63" href="../../d9/d88/ntkresolv_8h.html#af8db000da6d4c6009e8af4b927f818a5" title="opts_finish" alt="" coords="840,439,925,468"/><area shape="rect" id="node37" href="../../d9/d88/ntkresolv_8h.html#a63d87b859b08cbb60c867d78293adc54" title="opts_set_qt" alt="" coords="837,599,928,628"/><area shape="rect" id="node42" href="../../d9/d88/ntkresolv_8h.html#a33446b4052c109032876b7423849f082" title="opts_set_realm" alt="" coords="828,652,937,681"/><area shape="rect" id="node47" href="../../d9/d88/ntkresolv_8h.html#a53dc39e8aa18066a1fd3a0c5e991fd96" title="opts_set_proto" alt="" coords="829,705,936,735"/><area shape="rect" id="node52" href="../../d9/d88/ntkresolv_8h.html#a5a81581501fa29b9a28b34addd0a8ab9" title="opts_set_service_and\l_proto" alt="" coords="808,251,957,298"/></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="../../d4/d02/andns__lib_8c.html">andns_lib.c</a></li>
2014-02-20 00:30:40 +00:00
<li class="footer">Generated on Wed Feb 19 2014 16:28:50 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>