Previous topic |
Next topic |
Contents |
Contact z/OS |
Library |
PDF
GETHOSTBYADDR z/OS Communications Server: IP Sockets Application Programming Interface Guide and Reference SC27-3660-00 |
|
Use the GETHOSTBYADDR command to resolve an IPv4 address to a host name. This command uses a domain name system (DNS) server. If the IP address is not resolved by the DNS server, then the resolver searches the local hosts tables. For information about the local host tables, see z/OS Communications Server: IP Configuration Guide. Restriction: This command does not support IPv6 addresses.
Tips:
Parameters
Returned valueThis command returns a string that contains the return code and the host name, for example, 0 ABCD.RALEIGH.IBM.COM. The return code can be 0 or the REXX API error number. The return code 0 indicates that the requested socket command was completed successfully. See Socket call error return codes for additional information about the numeric error codes that are returned by this command. The following REXX socket API error numbers can be returned:
LE C/C++ equivalent
Code exampleFigure 1. GETHOSTBYADDR command
example
|
Copyright IBM Corporation 1990, 2014
|