~ubuntu-branches/ubuntu/lucid/bind9/lucid-updates

« back to all changes in this revision

Viewing changes to lib/lwres/man/lwres_inetntop.html

  • Committer: Bazaar Package Importer
  • Author(s): LaMont Jones, Internet Software Consortium, Inc
  • Date: 2010-03-17 08:06:42 UTC
  • mfrom: (1.6.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20100317080642-k7us37vn1mpgagmv
Tags: 1:9.7.0.dfsg.P1-1
[Internet Software Consortium, Inc]

* 9.7.0-P1
  - 2852. [bug] Handle broken DNSSEC trust chains better. [RT #15619]

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
 - OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
15
15
 - PERFORMANCE OF THIS SOFTWARE.
16
16
-->
17
 
<!-- $Id: lwres_inetntop.html,v 1.24 2009/07/11 01:12:46 tbox Exp $ -->
 
17
<!-- $Id: lwres_inetntop.html,v 1.24.184.1 2010/02/25 12:43:24 tbox Exp $ -->
18
18
<html>
19
19
<head>
20
20
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
22
22
<meta name="generator" content="DocBook XSL Stylesheets V1.71.1">
23
23
</head>
24
24
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="refentry" lang="en">
25
 
<a name="id2476275"></a><div class="titlepage"></div>
 
25
<a name="id2476267"></a><div class="titlepage"></div>
26
26
<div class="refnamediv">
27
27
<h2>Name</h2>
28
28
<p>lwres_net_ntop &#8212; lightweight resolver IP address presentation</p>
62
62
</div>
63
63
</div>
64
64
<div class="refsect1" lang="en">
65
 
<a name="id2543379"></a><h2>DESCRIPTION</h2>
 
65
<a name="id2543377"></a><h2>DESCRIPTION</h2>
66
66
<p><code class="function">lwres_net_ntop()</code>
67
67
      converts an IP address of protocol family
68
68
      <em class="parameter"><code>af</code></em> &#8212; IPv4 or IPv6 &#8212; at
80
80
    </p>
81
81
</div>
82
82
<div class="refsect1" lang="en">
83
 
<a name="id2543411"></a><h2>RETURN VALUES</h2>
 
83
<a name="id2543409"></a><h2>RETURN VALUES</h2>
84
84
<p>
85
85
      If successful, the function returns <em class="parameter"><code>dst</code></em>:
86
86
      a pointer to a string containing the presentation format of the
93
93
    </p>
94
94
</div>
95
95
<div class="refsect1" lang="en">
96
 
<a name="id2543444"></a><h2>SEE ALSO</h2>
 
96
<a name="id2543442"></a><h2>SEE ALSO</h2>
97
97
<p><span class="citerefentry"><span class="refentrytitle">RFC1884</span></span>,
98
98
      <span class="citerefentry"><span class="refentrytitle">inet_ntop</span>(3)</span>,
99
99
      <span class="citerefentry"><span class="refentrytitle">errno</span>(3)</span>.