Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]

#include <NETDB.H>

Struct hostent

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

char * h_name;

Description


h_aliases

char ** h_aliases;

Description


h_addrtype

int h_addrtype;

Description


h_length

int h_length;

Description


h_addr_list

char ** h_addr_list;

Description