|
INET Framework for OMNeT++/OMNEST
|
#include "inet/applications/sctpapp/SctpClient.h"#include "inet/common/IProtocolRegistrationListener.h"#include "inet/common/ModuleAccess.h"#include "inet/common/TimeTag_m.h"#include "inet/common/lifecycle/NodeStatus.h"#include "inet/common/packet/Message.h"#include "inet/common/packet/chunk/ByteCountChunk.h"#include "inet/networklayer/common/L3AddressResolver.h"#include "inet/transportlayer/contract/sctp/SctpCommand_m.h"#include "inet/transportlayer/sctp/SctpAssociation.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 |
| #define MSGKIND_CONNECT 0 |
| #define MSGKIND_PRIMARY 3 |
| #define MSGKIND_RESET 4 |
| #define MSGKIND_SEND 1 |
| #define MSGKIND_STOP 5 |