Symbian
Symbian OS Library

SYMBIAN OS V9.3

[Index] [Spacer] [Previous] [Next]



Location: netdb_r.h

_gethostbyaddr_r()

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

struct hostent *