OVERVIEW   INDEX   DEPRECATED   HELP   CORRESPONDENCES  


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

Group IP_SocketHandling.ICMP_Socket

Declared in module IP_ASP_TypeDefs


Data Types Summary
ICMP_SocketReq_Type
ICMP_CtrlRequest_Type
ICMP_DataRequest_Type
ICMP_CtrlIndication_Type
ICMP_DataIndication_Type

Details

ICMP_SocketReq_Type
type record ICMP_SocketReq_Type {             
IP_SockOptList_Type         SockOptList     
  }

Declared in group IP_SocketHandling.ICMP_Socket

ICMP_CtrlRequest_Type
type union ICMP_CtrlRequest_Type {
ICMP_SocketReq_Type         SocketReq,      
Null_Type                   Close           
  }

Declared in group IP_SocketHandling.ICMP_Socket

ICMP_DataRequest_Type
type union ICMP_DataRequest_Type {
Datagram_DL_Type            SendTo          
  }

Declared in group IP_SocketHandling.ICMP_Socket

ICMP_CtrlIndication_Type
type union ICMP_CtrlIndication_Type {
Null_Type                   SocketCnf       
  }

Declared in group IP_SocketHandling.ICMP_Socket

ICMP_DataIndication_Type
type union ICMP_DataIndication_Type {
Datagram_UL_Type            RecvFrom        
  }

Declared in group IP_SocketHandling.ICMP_Socket