#include <sys/types.h> #include <netns/ns.h> int ns_ntoa_r(struct ns_addr network_services_address, char *output_buffer, int output_buffer_length)
The ns_ntoa_r() function is used to translate a network services address from a 12-byte address to a human readable format.
None.
The ns_ntoa_r() function returns:
When the ns_ntoa_r() function fails, errno can be set to:
Parameter is not valid.
This error code indicates one of the following:
Top | UNIX-Type APIs | APIs by category |