#include <NETDB_R.H>
Link against:
estlib.lib
_inet_ntoa_r(struct _reent *,struct)
IMPORT_C char* _inet_ntoa_r(struct _reent *, struct in_addr);
Description
Parameters
Return value
_gethostbyaddr_r(struct _reent *,const char *,int,int)
IMPORT_C struct hostent* _gethostbyaddr_r(struct _reent *rp, const char *addr, int length, int format);
Description
Get the internet name of the host by address.
Parameters
struct _reent _reent *rp |
pointer
|
const char *addr |
|
int length |
|
int format |
|
|
Return value
_gethostbyname_r(struct _reent *,const char *)
IMPORT_C struct hostent* _gethostbyname_r(struct _reent *rp, const char *name);
Description
Get the internet name of the host by name.
Parameters
Return value