OVERVIEW   INDEX   DEPRECATED   HELP   CORRESPONDENCES  


Module Parameters   Data Types   Component Types   Port Types   Constants   Templates   Signatures   Functions   Altsteps   Test Cases  

Group IP_Common

Declared in module IP_ASP_TypeDefs


Data Types Summary
PortNumber_Type
InternetProtocol_Type
IPv4_AddrInfo_Type
IPv6_AddrInfo_Type
IP_Socket_Type
IP_Connection_Type
IP_AddrInfo_Type

Details

PortNumber_Type
type UInt16_Type PortNumber_Type;

Declared in group IP_Common

InternetProtocol_Type
type enumerated InternetProtocol_Type {
udp,
tcp,
icmp,
icmpv6
  };

Declared in group IP_Common

IPv4_AddrInfo_Type
type record IPv4_AddrInfo_Type {                      
charstring          Addr                            
  }

Declared in group IP_Common

IPv6_AddrInfo_Type
type record IPv6_AddrInfo_Type {                      
charstring          Addr,                           
UInt32_Type         ScopeId     optional            
  }

Declared in group IP_Common

IP_Socket_Type
type record IP_Socket_Type {                          
IP_AddrInfo_Type    IpAddr      optional,           
PortNumber_Type     Port        optional            
  }

Declared in group IP_Common

IP_Connection_Type
type record IP_Connection_Type {
InternetProtocol_Type Protocol,
IP_Socket_Type        Local     optional,
IP_Socket_Type        Remote    optional
  }

Declared in group IP_Common

IP_AddrInfo_Type
type union IP_AddrInfo_Type {
IPv4_AddrInfo_Type  V4,
IPv6_AddrInfo_Type  V6
  }

Declared in group IP_Common