#include <sys/types.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <arpa/inet.h>
int inet_ntoa_r(struct in_addr internet_address,
char *output_buffer,
int output_buffer_length)
Service Program Name: Name QSOSRV2The inet_ntoa_r() function is used to translate an Internet address from a 32-bit IP address to dotted decimal format.
None.
The inet_ntoa_r() function returns:
When the inet_ntoa_r() function fails, errno can be set to:
This error code indicates one of the following:
| Top | UNIX-Type APIs | APIs by category |