The InetNtop function converts an IPv4 or IPv6 Internet network address into a string in Internet standard format. The ANSI version of this function is inet_ntop.
NAME inet_ntop, inet_pton - convert IPv4 and IPv6 addresses between binary and text form SYNOPSIS. #include <arpa/inet.h> const char *inet_ntop(int af, const void ...
INET_NTOP(3) Linux Programmer's Manual INET_NTOP(3) NAME top inet_ntop - convert IPv4 and IPv6 addresses from binary to text form
inet_ntop() returns the dst parameter on success, or NULL on failure (and errno is set). inet_pton() returns 1 on success. It returns -1 if there was an error (errno ...
PHP's inet_ntop function is not compatible with the binary representation used by MySQL's INET6_ATON function, assuming you are using the recommended method of ...
inet_ntop() extends the inet_ntoa(3) function to support multiple address families, inet_ntoa(3) is now considered to be deprecated in favor of inet_ntop().
The InetPton function converts an IPv4 or IPv6 Internet network address in its standard text presentation form into its numeric binary form. The ANSI version of this ...
NOM inet_ntop - Convertir des adresses IPv4 et IPv6 sous forme binaire en forme texte SYNOPSIS #include <arpa/inet.h> const char *inet_ntop(int af, const void *src ...
inet_ntop Convertit un paquet d'adresses internet en une représentation humainement lisible inet_ntop inet_ntop (PHP 5 >= 5.1.0) inet_ntop ? Convertit un paquet d ...
1. inet_ntop.3.man Manpage of INET_NTOP INET_NTOP Section: Manuel du programmeur Linux (3) Updated: 18 décembre 2000 Index Return to Main Contents