inet_ntoa()

convert Internet host address to an Internet dot address 

Function


SYNOPSIS

#include <arpa/inet.h>

char *inet_ntoa(struct in_addr in);


DESCRIPTION

The inet_ntoa() function converts the specified Internet host address to a string in the Internet standard dot notation.


PARAMETERS

in 

Is the Internet host address to convert.


RETURN VALUES

The inet_ntoa() function returns a pointer to the network address in Internet standard dot notation.


CONFORMANCE

UNIX 98


MULTITHREAD SAFETY LEVEL

MT-Safe.


PORTING ISSUES

None.


AVAILABILITY

PTC MKS Toolkit for Professional Developers
PTC MKS Toolkit for Professional Developers 64-Bit Edition
PTC MKS Toolkit for Enterprise Developers
PTC MKS Toolkit for Enterprise Developers 64-Bit Edition


SEE ALSO

Functions:
inet_addr(), inet_aton(), inet_lnaof(), inet_makeaddr(), inet_net_ntop(), inet_net_pton(), inet_neta(), inet_netof(), inet_network(), inet_ntop(), inet_pton()


PTC MKS Toolkit 10.4 Documentation Build 39.