INET Framework for OMNeT++/OMNEST
|
#include "SCTPPeer.h"
#include "SCTPSocket.h"
#include "SCTPCommand_m.h"
#include "SCTPMessage_m.h"
#include <stdlib.h>
#include <stdio.h>
#include "SCTPAssociation.h"
#include "IPAddressResolver.h"
Defines | |
#define | MSGKIND_CONNECT 0 |
#define | MSGKIND_SEND 1 |
#define | MSGKIND_ABORT 2 |
#define | MSGKIND_PRIMARY 3 |
#define | MSGKIND_STOP 5 |
Functions | |
Define_Module (SCTPPeer) |
#define MSGKIND_ABORT 2 |
Referenced by SCTPPeer::socketEstablished().
#define MSGKIND_CONNECT 0 |
Referenced by SCTPPeer::handleTimer(), SCTPPeer::initialize(), and SCTPPeer::socketFailure().
#define MSGKIND_PRIMARY 3 |
#define MSGKIND_SEND 1 |
Referenced by SCTPPeer::socketEstablished().
#define MSGKIND_STOP 5 |
Define_Module | ( | SCTPPeer | ) |