OVERVIEW   INDEX   DEPRECATED   HELP   CORRESPONDENCES   |
|
| Data Types Summary | |
|---|---|
| ICMP_SocketReq_Type | |
| ICMP_CtrlRequest_Type | |
| ICMP_DataRequest_Type | |
| ICMP_CtrlIndication_Type | |
| ICMP_DataIndication_Type | |
type record ICMP_SocketReq_Type {
IP_SockOptList_Type SockOptList
}
type union ICMP_CtrlRequest_Type {
ICMP_SocketReq_Type SocketReq,
Null_Type Close
}
type union ICMP_DataRequest_Type {
Datagram_DL_Type SendTo
}
type union ICMP_CtrlIndication_Type {
Null_Type SocketCnf
}
type union ICMP_DataIndication_Type {
Datagram_UL_Type RecvFrom
}