z/OS Communications Server: IP Sockets Application Programming Interface Guide and Reference
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


SayIntAd

z/OS Communications Server: IP Sockets Application Programming Interface Guide and Reference
SC27-3660-00

This function converts the Internet Protocol address specified by InternetAddress to a printable string. If the address can be resolved to a name by use of local host tables, the name is returned. The address to name resolution depends on how the resolver is configured and if any local host tables exist. See z/OS Communications Server: IP Configuration Guide for information about configuring the resolver and how local host tables can be used. If the address cannot be resolved to a name, the dotted decimal format of the address is returned. Figure 1 shows an example of this procedure.

Figure 1. SayIntAd example
   function SayIntAd
            (
                 InternetAddress: InternetAddressType
            ):
            WordType;
            external;
Parameter
Description
InternetAddress
The internet address to be converted.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014