1. InetPton function (Windows) - msdn.microsoft.com

    https://msdn.microsoft.com/en-us/library/windows/desktop/cc805844...

    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 ...

    • Syntax

      INT WSAAPI InetPton(
        _In_ INT Family,
        _In_ PCTSTR pszAddrString,
        _Out_ PVOID pAddrBuf
      );
      Was this helpful?Thanks! Give more feedback
  2. inet_pton(3) - Linux manual page - Michael Kerrisk

    man7.org/linux/man-pages/man3/inet_pton.3.html

    INET_PTON(3) Linux Programmer's Manual INET_PTON(3) NAME top inet_pton - convert IPv4 and IPv6 addresses from text to binary form

  3. inet_ntop(), inet_pton() - Beej

    beej.us/guide/bgnet/output/html/multipage/inet_ntopman.html

    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 ...

  4. PHP: inet_pton - Manual

    php.net/manual/fr/function.inet-pton.php

    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 ...

  5. inet_pton() -- convert address from presentation format …

    www.mkssoftware.com/docs/man3/inet_pton.3.asp

    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 ...

  6. inet_{ntop,pton}() - The Open Group

    pubs.opengroup.org/onlinepubs/009695399/functions/inet_ntop.html

    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 ...

  7. inet_pton(3) - Linux man page

    https://linux.die.net/man/3/inet_pton

    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.

  8. man.developpez.com/man3/inet_pton

    inet_pton - Convertir des adresses IPv4 et IPv6 sous forme texte en forme binaire

  9. manpagesfr.free.fr/man/man3/inet_pton.3.html

    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 ...

  10. www.linux-france.org/article/man-fr/man3/inet_aton-3.html

    INET(3) Manuel du programmeur Linux INET(3) NOM inet_aton, inet_addr, inet_network, inet_ntoa, inet_makeaddr, inet_lnaof, inet ...