The Rgethostbyname() call returns a pointer to information about a host specified by a host name. The request goes directly to a SOCKS server, sockd.
Syntax
#include <netdb.h> struct hostent *Rgethostbyname(name) char *name;
See the "Description" section in gethostbyname() for additional information about this topic. (This description information also applies to the Rgethostbyname() call.)
Related Calls