VMS Help  —  TCPIP Services, Programming Interfaces, Socket API Functions, inet_aton()
    Converts an IP address in the standard dotted-decimal format
    to its numeric binary form, in network byte order. Replaces the
    inet_addr() function.
    Format
      #include  <inet.h>
      int inet_aton  ( const char *cp, struct in_addr *in);
Additional Information: explode extract
Argument Description Return Value
Close Help