Open System Services Porting Guide (G06.24+, H06.03+)

Table Of Contents
Porting or Migrating Sockets Applications
Open System Services Porting Guide520573-006
11-9
Interoperability of OSS and Guardian Sockets in an
OSS Application
gethostbyaddr()
Gets the name of the host with the specified
Internet address
gethostbyname()
Gets the Internet address of the specified host
gethostid()
Gets the ID of the local host
gethostname()
Gets the name of the local host
getipnodebyaddr()
Gets a network host entry by address (protocol-
independent)
getipnodebyname()
Gets host information based on IP node name
(protocol-independent)
getnameinfo()
Converts a protocol-independent host address to
a host name and gives the service name
getnetbyaddr()
Gets the name of the network with the specified
network address
getnetbyname()
Gets the Internet address of the network with the
specified network name
getprotobyname()
Gets the protocol number of the specified
protocol name
getprotobynumber()
Gets the protocol name of the specified protocol
number
getservbyname()
Gets the service port number for the specified
port name
getservbyport()
Gets the service name of the specified port
number
host_file_gethostbyaddr()
Gets the name of the host with the specified
Internet address
host_file_gethostbyname()
Gets the Internet address of the specified host
if_freenameindex()
Frees dynamic memory allocated by the
if_nameindex function
if_indextoname()
Maps an interface index to its corresponding
name
if_nameindex()
Gets all interface names and indexes
if_nametoindex()
Maps an interface name to its corresponding
index
inet_addr()
Converts an Internet address from dotted-decimal
format to binary format
inet_lnaof()
Breaks apart an Internet address and returns the
local or host number portion
Table 11-3. Additional Internet Domain Support Functions (page 2 of 3)
Function Description