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 ...
INET_PTON(3) Linux Programmer's Manual INET_PTON(3) NAME top inet_pton - convert IPv4 and IPv6 addresses from text to binary form
inet_pton() also takes an address family (either AF_INET or AF_INET6) in the af parameter. The src parameter is a pointer to a string containing the IP address in ...
Valeurs de retour. Retourne la représentation in_addr de l'adresse fournie par le paramètre address ou FALSE si le paramètre address fourni a une synthaxe invalide ...
DESCRIPTION. The inet_pton() function converts an address from presentation format to network format (usually a struct in_addr, struct in6_addr, or some other binary ...
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 ...
This function converts the character string src into a network address structure in the af address family, then copies the network address structure to dst.
inet_pton - Convertir des adresses IPv4 et IPv6 sous forme texte en forme binaire
INET_PTON Section : Manuel du programmeur Linux Mise à jour de la version anglaise : 18 juin 2008 Index Menu principal NOM inet_pton - Créer une structure d'adresse ...
INET(3) Manuel du programmeur Linux INET(3) NOM inet_aton, inet_addr, inet_network, inet_ntoa, inet_makeaddr, inet_lnaof, inet ...