Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]

#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

struct _reent_reent *

struct in_addr

Return value

char *

[Top]


_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

struct hostenthostent *

[Top]


_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

struct _reent_reent *rp

const char *name

name of the host

Return value

struct hostenthostent *