Defines | Functions

UDP.cc File Reference

#include <omnetpp.h>
#include <string.h>
#include "UDPPacket.h"
#include "UDP.h"
#include "IPControlInfo.h"
#include "IPv6ControlInfo.h"
#include "ICMPAccess.h"
#include "ICMPv6Access.h"
#include "ICMPMessage_m.h"
#include "ICMPv6Message_m.h"
#include "IPDatagram_m.h"
#include "IPv6Datagram_m.h"

Go to the source code of this file.

Defines

#define EPHEMERAL_PORTRANGE_START   1024
#define EPHEMERAL_PORTRANGE_END   5000

Functions

 Define_Module (UDP)

Define Documentation

#define EPHEMERAL_PORTRANGE_END   5000

Definition at line 42 of file UDP.cc.

Referenced by UDP::getEphemeralPort().

#define EPHEMERAL_PORTRANGE_START   1024

Definition at line 41 of file UDP.cc.

Referenced by UDP::getEphemeralPort().


Function Documentation

Define_Module ( UDP   )