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 *rp |
pointer
|
const char *addr |
|
int length |
|
int format |
|
|
Return value