Library /sys$common/syshlp/HELPLIB.HLB  —  TCPIP Services, Programming Interfaces, Socket API Functions, gethostbyname_r()
    Reentrant version of gethostbyname.
    Format
      #include  <netdb.h>
      int gethostbyname_r(const char *name, struct hostent *ret,
                          char *buffer, size_t buflen,
                          struct hostent **result, int *h_errnop);
Additional Information: explode extract
Arguments Description Return Values Errors
Close Help