OVERVIEW   INDEX   DEPRECATED   HELP   CORRESPONDENCES  


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

Group IP_SocketHandling

Declared in module IP_ASP_TypeDefs
Subgroups: Socket_Common, Socket_Datagram, TCP_Socket, UDP_Socket, ICMP_Socket, Socket_Primitives

Data Types Summary
Datagram_Content_Type
TCP_Data_Type
InternetApplication_Type
Datagram_DL_Type
Datagram_UL_Type
TCP_ConnectRequest_Type
TCP_Listen_Type
UDP_SocketReq_Type
ICMP_SocketReq_Type
IP_SockOptList_Type
IP_SockOpt_Type
IP_SocketError_Type
TCP_CtrlRequest_Type
TCP_DataRequest_Type
TCP_CtrlIndication_Type
TCP_DataIndication_Type
UDP_CtrlRequest_Type
UDP_DataRequest_Type
UDP_CtrlIndication_Type
UDP_DataIndication_Type
ICMP_CtrlRequest_Type
ICMP_DataRequest_Type
ICMP_CtrlIndication_Type
ICMP_DataIndication_Type
IP_CtrlRequest_Type
IP_DataRequest_Type
IP_CtrlIndication_Type
IP_DataIndication_Type

Details

Datagram_Content_Type
type octetstring Datagram_Content_Type;

Declared in group IP_SocketHandling.Socket_Datagram

TCP_Data_Type
type octetstring         TCP_Data_Type;

Declared in group IP_SocketHandling.TCP_Socket

InternetApplication_Type
type enumerated InternetApplication_Type { ims, http };

Declared in group IP_SocketHandling.TCP_Socket

Datagram_DL_Type
type record Datagram_DL_Type {                
Datagram_Content_Type Buffer                
  }

Declared in group IP_SocketHandling.Socket_Datagram

Datagram_UL_Type
type record Datagram_UL_Type {                
Datagram_Content_Type Buffer,               
IP_DrbInfo_Type       DrbInfo   optional    
  }

Declared in group IP_SocketHandling.Socket_Datagram

TCP_ConnectRequest_Type
type record TCP_ConnectRequest_Type {         
IP_SockOptList_Type         SockOptList,    
InternetApplication_Type    Application     
  }

Declared in group IP_SocketHandling.TCP_Socket

TCP_Listen_Type
type record TCP_Listen_Type {                 
IP_SockOptList_Type         SockOptList,    
InternetApplication_Type    Application     
  }

Declared in group IP_SocketHandling.TCP_Socket

UDP_SocketReq_Type
type record UDP_SocketReq_Type {              
IP_SockOptList_Type         SockOptList     
  }

Declared in group IP_SocketHandling.UDP_Socket

ICMP_SocketReq_Type
type record ICMP_SocketReq_Type {             
IP_SockOptList_Type         SockOptList     
  }

Declared in group IP_SocketHandling.ICMP_Socket

IP_SockOptList_Type
type record of IP_SockOpt_Type IP_SockOptList_Type

Declared in group IP_SocketHandling.Socket_Common

IP_SockOpt_Type
type union IP_SockOpt_Type {          
boolean     SO_BROADCAST            
  }

Declared in group IP_SocketHandling.Socket_Common

IP_SocketError_Type
type union IP_SocketError_Type {      
Null_Type   InvalidAddress,         
integer     System                  
  }

Declared in group IP_SocketHandling.Socket_Common

TCP_CtrlRequest_Type
type union TCP_CtrlRequest_Type {
TCP_ConnectRequest_Type     ConnectReq,     
TCP_Listen_Type             Listen,         
Null_Type                   Close           
  }

Declared in group IP_SocketHandling.TCP_Socket

TCP_DataRequest_Type
type union TCP_DataRequest_Type {
TCP_Data_Type               Send            
  }

Declared in group IP_SocketHandling.TCP_Socket

TCP_CtrlIndication_Type
type union TCP_CtrlIndication_Type {
Null_Type                   ConnectCnf,     
Null_Type                   Accept,         
Null_Type                   Close,          
Null_Type                   CloseCnf        
  }

Declared in group IP_SocketHandling.TCP_Socket

TCP_DataIndication_Type
type union TCP_DataIndication_Type {
TCP_Data_Type               Recv            
  }

Declared in group IP_SocketHandling.TCP_Socket

UDP_CtrlRequest_Type
type union UDP_CtrlRequest_Type {
UDP_SocketReq_Type          SocketReq,      
Null_Type                   Close           
  }

Declared in group IP_SocketHandling.UDP_Socket

UDP_DataRequest_Type
type union UDP_DataRequest_Type {
   Datagram_DL_Type             SendTo          
  }

Declared in group IP_SocketHandling.UDP_Socket

UDP_CtrlIndication_Type
type union UDP_CtrlIndication_Type {
Null_Type                   SocketCnf       
  }

Declared in group IP_SocketHandling.UDP_Socket

UDP_DataIndication_Type
type union UDP_DataIndication_Type {
Datagram_UL_Type            RecvFrom        
  }

Declared in group IP_SocketHandling.UDP_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

IP_CtrlRequest_Type
type union IP_CtrlRequest_Type {
TCP_CtrlRequest_Type        TCP,
UDP_CtrlRequest_Type        UDP,
ICMP_CtrlRequest_Type       ICMP
  }

Declared in group IP_SocketHandling.Socket_Primitives

IP_DataRequest_Type
type union IP_DataRequest_Type {
TCP_DataRequest_Type        TCP,
UDP_DataRequest_Type        UDP,
ICMP_DataRequest_Type       ICMP
  }

Declared in group IP_SocketHandling.Socket_Primitives

IP_CtrlIndication_Type
type union IP_CtrlIndication_Type {
TCP_CtrlIndication_Type     TCP,
UDP_CtrlIndication_Type     UDP,
ICMP_CtrlIndication_Type    ICMP,
IP_SocketError_Type         Error
  }

Declared in group IP_SocketHandling.Socket_Primitives

IP_DataIndication_Type
type union IP_DataIndication_Type {
TCP_DataIndication_Type     TCP,
UDP_DataIndication_Type     UDP,
ICMP_DataIndication_Type    ICMP
  }

Declared in group IP_SocketHandling.Socket_Primitives