Defines | Functions

SCTPPeer.cc File Reference

#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"

Go to the source code of this file.

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 Documentation

#define MSGKIND_ABORT   2

Definition at line 30 of file SCTPPeer.cc.

Referenced by SCTPPeer::socketEstablished().

#define MSGKIND_CONNECT   0
#define MSGKIND_PRIMARY   3

Definition at line 31 of file SCTPPeer.cc.

#define MSGKIND_SEND   1

Definition at line 29 of file SCTPPeer.cc.

Referenced by SCTPPeer::socketEstablished().

#define MSGKIND_STOP   5

Definition at line 32 of file SCTPPeer.cc.


Function Documentation

Define_Module ( SCTPPeer   )