Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > media > contrib-release > by-pkgid > 550bbe86d83a7870fdddc73c68e5d2b2 > files > 277

libunbound-devel-1.3.4-1mdv2010.0.i586.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<title>unbound: delegpt_ns Struct Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css">
<link href="doxygen.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.5.9 -->
<div class="navigation" id="top">
  <div class="tabs">
    <ul>
      <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
      <li class="current"><a href="annotated.html"><span>Data&nbsp;Structures</span></a></li>
      <li><a href="files.html"><span>Files</span></a></li>
      <li><a href="dirs.html"><span>Directories</span></a></li>
    </ul>
  </div>
  <div class="tabs">
    <ul>
      <li><a href="annotated.html"><span>Data&nbsp;Structures</span></a></li>
      <li><a href="classes.html"><span>Data&nbsp;Structure&nbsp;Index</span></a></li>
      <li><a href="functions.html"><span>Data&nbsp;Fields</span></a></li>
    </ul>
  </div>
</div>
<div class="contents">
<h1>delegpt_ns Struct Reference</h1><!-- doxytag: class="delegpt_ns" -->Nameservers for a delegation point.  
<a href="#_details">More...</a>
<p>
<code>#include &lt;iter_delegpt.h&gt;</code>
<p>
<table border="0" cellpadding="0" cellspacing="0">
<tr><td></td></tr>
<tr><td colspan="2"><br><h2>Data Fields</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="1d902a27da5b055d359b010ed5f72be9"></a><!-- doxytag: member="delegpt_ns::next" ref="1d902a27da5b055d359b010ed5f72be9" args="" -->
struct <a class="el" href="structdelegpt__ns.html">delegpt_ns</a> *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structdelegpt__ns.html#1d902a27da5b055d359b010ed5f72be9">next</a></td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">next in list <br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="5d8f696303657fff04e1c8cf5b230416"></a><!-- doxytag: member="delegpt_ns::name" ref="5d8f696303657fff04e1c8cf5b230416" args="" -->
uint8_t *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structdelegpt__ns.html#5d8f696303657fff04e1c8cf5b230416">name</a></td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">name of nameserver <br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="5cf4422387c498a114439e4cec197d2b"></a><!-- doxytag: member="delegpt_ns::namelen" ref="5cf4422387c498a114439e4cec197d2b" args="" -->
size_t&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structdelegpt__ns.html#5cf4422387c498a114439e4cec197d2b">namelen</a></td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">length of name <br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structdelegpt__ns.html#54887af265ebd4f46da298170e313ce2">resolved</a></td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">If the name has been resolved.  <a href="#54887af265ebd4f46da298170e313ce2"></a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="f3ea276d2237dae3dcf3a3bb1e4273a9"></a><!-- doxytag: member="delegpt_ns::got4" ref="f3ea276d2237dae3dcf3a3bb1e4273a9" args="" -->
uint8_t&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structdelegpt__ns.html#f3ea276d2237dae3dcf3a3bb1e4273a9">got4</a></td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">if the ipv4 address is in the <a class="el" href="structdelegpt.html" title="Delegation Point.">delegpt</a> <br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="bbd56f2c7f18f4a2309bdef5699c3299"></a><!-- doxytag: member="delegpt_ns::got6" ref="bbd56f2c7f18f4a2309bdef5699c3299" args="" -->
uint8_t&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structdelegpt__ns.html#bbd56f2c7f18f4a2309bdef5699c3299">got6</a></td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">if the ipv6 address is in the <a class="el" href="structdelegpt.html" title="Delegation Point.">delegpt</a> <br></td></tr>
</table>
<hr><a name="_details"></a><h2>Detailed Description</h2>
Nameservers for a delegation point. <hr><h2>Field Documentation</h2>
<a class="anchor" name="54887af265ebd4f46da298170e313ce2"></a><!-- doxytag: member="delegpt_ns::resolved" ref="54887af265ebd4f46da298170e313ce2" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">int <a class="el" href="structdelegpt__ns.html#54887af265ebd4f46da298170e313ce2">delegpt_ns::resolved</a>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
If the name has been resolved. 
<p>
false if not queried for yet. true if the A, AAAA queries have been generated. marked true if those queries fail. and marked true is got4 and got6 are both true. 
<p>Referenced by <a class="el" href="dns_8c_source.html#l00222">cache_fill_missing()</a>, <a class="el" href="iter__delegpt_8c_source.html#l00428">delegpt_add_neg_msg()</a>, <a class="el" href="iter__delegpt_8c_source.html#l00096">delegpt_add_ns()</a>, <a class="el" href="iter__delegpt_8c_source.html#l00148">delegpt_add_target()</a>, <a class="el" href="iter__delegpt_8c_source.html#l00062">delegpt_copy()</a>, <a class="el" href="iter__delegpt_8c_source.html#l00274">delegpt_count_missing_targets()</a>, <a class="el" href="iter__delegpt_8c_source.html#l00195">delegpt_count_ns()</a>, <a class="el" href="iter__delegpt_8c_source.html#l00226">delegpt_log()</a>, <a class="el" href="iterator_8c_source.html#l00179">error_supers()</a>, <a class="el" href="iter__utils_8c_source.html#l00439">iter_dp_is_useless()</a>, <a class="el" href="iter__utils_8c_source.html#l00417">iter_mark_cycle_targets()</a>, <a class="el" href="iterator_8c_source.html#l01798">processTargetResponse()</a>, and <a class="el" href="iterator_8c_source.html#l01163">query_for_targets()</a>.</p>

</div>
</div><p>
<hr>The documentation for this struct was generated from the following file:<ul>
<li>iterator/<a class="el" href="iter__delegpt_8h.html">iter_delegpt.h</a></ul>
</div>
<hr size="1"><address style="text-align: right;"><small>Generated on Tue Oct 13 06:46:34 2009 for unbound by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
</body>
</html>