INET Framework for OMNeT++/OMNEST
|
#include "inet/applications/sctpapp/SCTPClient.h"
#include "inet/networklayer/common/L3AddressResolver.h"
#include "inet/common/ModuleAccess.h"
#include "inet/common/lifecycle/NodeStatus.h"
#include "inet/transportlayer/sctp/SCTPAssociation.h"
#include "inet/transportlayer/contract/sctp/SCTPCommand_m.h"
Namespaces | |
inet | |
Copyright (c) 2005 Jan Ringo�, www.ringos.cz. | |
Macros | |
#define | MSGKIND_CONNECT 0 |
#define | MSGKIND_SEND 1 |
#define | MSGKIND_ABORT 2 |
#define | MSGKIND_PRIMARY 3 |
#define | MSGKIND_RESET 4 |
#define | MSGKIND_STOP 5 |
Functions | |
inet::Define_Module (SCTPClient) | |
#define MSGKIND_ABORT 2 |
Referenced by inet::SCTPClient::handleTimer(), and inet::SCTPClient::socketEstablished().
#define MSGKIND_CONNECT 0 |
#define MSGKIND_PRIMARY 3 |
Referenced by inet::SCTPClient::handleTimer(), and inet::SCTPClient::initialize().
#define MSGKIND_RESET 4 |
Referenced by inet::SCTPClient::connect(), and inet::SCTPClient::handleTimer().
#define MSGKIND_SEND 1 |
Referenced by inet::SCTPClient::handleTimer(), and inet::SCTPClient::socketEstablished().
#define MSGKIND_STOP 5 |
Referenced by inet::SCTPClient::handleTimer(), and inet::SCTPClient::initialize().