©2004 by Marc J. Rochkind. All rights reserved. Portions marked "Open Source" may be copied under license.

 

Main Page   Modules   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members  

hostent Struct Reference

List of all members.

Detailed Description

Description:
Structure for host-database functions (Std. UNIX; see AUP2 Sec. 8.8.1)
Headers:

Definition at line 3262 of file SUS_Summary.

Public Attributes

char * h_name
char ** h_aliases
int h_addrtype
int h_length
char ** h_addr_list


Member Data Documentation

char** hostent::h_addr_list
 

array of pointers to network addresses

Definition at line 3267 of file SUS_Summary.

Referenced by display_hostent().

int hostent::h_addrtype
 

address family (not type)

Definition at line 3265 of file SUS_Summary.

Referenced by display_hostent().

char** hostent::h_aliases
 

array of alternative host names

Definition at line 3264 of file SUS_Summary.

Referenced by display_hostent().

int hostent::h_length
 

length of each address

Definition at line 3266 of file SUS_Summary.

Referenced by display_hostent().

char* hostent::h_name
 

official host name

Definition at line 3263 of file SUS_Summary.

Referenced by display_hostent().


The documentation for this struct was generated from the following file:
Generated on Fri Apr 23 10:57:13 2004 for AUP2 Example Source by doxygen 1.3.1