INET Framework for OMNeT++/OMNEST
|
Defines | |
#define | MSGKIND_CONNECT 0 |
#define | MSGKIND_SEND 1 |
#define | MSGKIND_ABORT 2 |
#define | MSGKIND_PRIMARY 3 |
#define | MSGKIND_STOP 5 |
Functions | |
Define_Module (SCTPClient) |
#define MSGKIND_ABORT 2 |
Referenced by SCTPClient::handleTimer(), and SCTPClient::socketEstablished().
#define MSGKIND_CONNECT 0 |
Referenced by SCTPClient::handleTimer(), SCTPClient::initialize(), and SCTPClient::socketFailure().
#define MSGKIND_PRIMARY 3 |
Referenced by SCTPClient::handleTimer(), and SCTPClient::initialize().
#define MSGKIND_SEND 1 |
Referenced by SCTPClient::handleTimer(), and SCTPClient::socketEstablished().
#define MSGKIND_STOP 5 |
Referenced by SCTPClient::handleTimer(), and SCTPClient::initialize().
Define_Module | ( | SCTPClient | ) |