65 lines
3.6 KiB
HTML
65 lines
3.6 KiB
HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
|
<meta name="Copyright" content="Copyright (c) 2006 by IBM Corporation">
|
|
<title>Name-to-Address Translation APIs</title>
|
|
<!-- Begin Header Records ========================================= -->
|
|
<!-- All rights reserved. Licensed Materials Property of IBM -->
|
|
<!-- US Government Users Restricted Rights -->
|
|
<!-- Use, duplication or disclosure restricted by -->
|
|
<!-- GSA ADP Schedule Contract with IBM Corp. -->
|
|
<!-- NETMG2 SCRIPT A converted by B2H R4.1 (346) (CMS) by HOLTJM at -->
|
|
<!-- RCHVMW2 on 29 Jan 1999 at 10:01:37 -->
|
|
<!-- File restructured for V5R2 -->
|
|
<!-- 031111 JETAYLOR replaced API and/or Exit listings with -->
|
|
<!-- pagegenerator output from javascript array -->
|
|
<!-- End Header Records -->
|
|
<link rel="stylesheet" type="text/css" href="../rzahg/ic.css">
|
|
</head>
|
|
<body>
|
|
<a name="Top_Of_Page"></a>
|
|
<!-- Java sync-link -->
|
|
<script language="Javascript" src="../rzahg/synch.js" type="text/javascript">
|
|
</script>
|
|
|
|
<h2>Name-to-Address Translation APIs</h2>
|
|
|
|
<p>The name-to-address translation APIs allow an application to obtain the
|
|
address of a service on a specified host in a transport-independent manner.
|
|
These APIs are typically used by the applications that use the expert level
|
|
TI-RPC APIs.</p>
|
|
|
|
<p>The name-to-address translation APIs are:</p>
|
|
|
|
<!-- ***** NOTE ***** Do not manually update text or links in this section. -->
|
|
<!-- Updates made in this section *will* be overlaid by automated tools -->
|
|
<!-- Notify User Technologies of needed updates to be made in XML for API finder.-->
|
|
<!--***************API BEGIN PASTE***************-->
|
|
<ul>
|
|
<li><A HREF="netdir_free.htm">netdir_free()</A> (Free netdir structures) frees structures that are allocated by name-to-address translation APIs.</li>
|
|
<li><A HREF="netdir_getbyaddr.htm">netdir_getbyaddr()</A> (Translate a netbuf address to a host) maps addresses into host names and service names.</li>
|
|
<li><A HREF="netdir_getbyname.htm">netdir_getbyname()</A> (Translate a given host-service pair) maps the host name and service name that are specified in the service parameter to a set of addresses that are consistent with the transport identified in the netconfig structure.</li>
|
|
<li><A HREF="netdir_options.htm">netdir_options()</A> (Access transport-specific capabilities) provides interfaces to transport-specific capabilities such as the broadcast address and reserved port facilities of TCP and UDP.</li>
|
|
<li><A HREF="netdir_sperror.htm">netdir_sperror()</A> (Indicate an error in an NTA Routine) issues an informational message that states why one of the name-to-address translation APIs may have failed.</li>
|
|
<li><A HREF="taddr2uaddr.htm">taddr2uaddr()</A> (Translate a local address) translates a transport-specific (local) address to a transport-independent (universal) address.</li>
|
|
<li><A HREF="uaddr2taddr.htm">uaddr2taddr()</A> (Translate a universal address) translates a transport-independent (universal) address to a transport-specific (local) address (netbuf structure).</li>
|
|
</ul>
|
|
<!--***************API END PASTE***************-->
|
|
|
|
|
|
|
|
<hr>
|
|
<center>
|
|
<table cellpadding="2" cellspacing="2">
|
|
<tr align="center">
|
|
<td valign="middle" align="center">
|
|
<a href="#Top_Of_Page">Top</a> |
|
|
<a href="rpc1.htm">Remote Procedure Call (RPC) APIs</a> |
|
|
<a href="aplist.htm">APIs by category</a></td>
|
|
</tr>
|
|
</table>
|
|
</center>
|
|
</body>
|
|
</html>
|