©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  

protoent Struct Reference

List of all members.

Detailed Description

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

Definition at line 3417 of file SUS_Summary.

Public Attributes

char * p_name
char ** p_aliases
int p_proto


Member Data Documentation

char** protoent::p_aliases
 

array of alternative protocol names

Definition at line 3419 of file SUS_Summary.

Referenced by display_protoent(), and main().

char* protoent::p_name
 

official protocol name

Definition at line 3418 of file SUS_Summary.

Referenced by display_protoent(), and main().

int protoent::p_proto
 

protocol number

Definition at line 3420 of file SUS_Summary.

Referenced by display_protoent(), and main().


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