OVERVIEW   INDEX   DEPRECATED   HELP   CORRESPONDENCES   |
|
| Ports Summary | |
|---|---|
| UlpPort | |
| IpiPort | |
| DNSPort | |
| BSFPort | |
| UtpPort | |
| SMSPort | |
| UpuPort | |
| IpcPort | |
| SysMessagePort | |
type port UlpPort message {
inout ULP_PDU
}
type port IpiPort message {
in TCPInfoMessage
}
type port DNSPort message {
inout DNSMessage
}
type port BSFPort message {
in HttpRequest;
out HttpResponse
}
type port UtpPort message {
inout MMIMessage
}
type port SMSPort message {
out SMSWAPSUPLINITMessage;
out MESSAGE_Request;
out CDMASMSSUPLINITMessage;
in Response
}
type port UpuPort message {
out UDPSUPLINITMessage;
}
type port IpcPort message {
out TlsVersionConfig;
out SecretKeyConfig;
out CipherSuiteConfig;
out DoneConfig;
out StopAllConnections;
in TLSNotify
}
type port SysMessagePort message {
inout Sys_Message
}