Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]

#include <netdb.h>

Struct hostent

Interface status: externallyDefinedApi

struct hostent;

Description

Structures returned by network data base library. All addresses are supplied in host order, and returned in network order (suitable for use in system calls).

Members

Defined in hostent:


Member data


h_name

Interface status: externallyDefinedApi Inherited from: hostent

char * h_name;

Description

official name of host


h_aliases

Interface status: externallyDefinedApi Inherited from: hostent

char ** h_aliases;

Description

alias list


h_addrtype

Interface status: externallyDefinedApi Inherited from: hostent

int h_addrtype;

Description

host address type


h_length

Interface status: externallyDefinedApi Inherited from: hostent

int h_length;

Description

length of address


h_addr_list

Interface status: externallyDefinedApi Inherited from: hostent

char ** h_addr_list;

Description

list of addresses from name server