INET Framework for OMNeT++/OMNEST
|
#include "inet/networklayer/rsvp_te/RSVP.h"
#include "inet/networklayer/contract/ipv4/IPv4ControlInfo.h"
#include "inet/networklayer/common/L3AddressResolver.h"
#include "inet/networklayer/rsvp_te/Utils.h"
#include "inet/common/XMLUtils.h"
#include "inet/networklayer/ipv4/IPv4InterfaceData.h"
#include "inet/common/ModuleAccess.h"
#include "inet/common/lifecycle/NodeOperations.h"
#include "inet/common/lifecycle/NodeStatus.h"
#include "inet/networklayer/common/IPSocket.h"
#include "inet/networklayer/ipv4/IIPv4RoutingTable.h"
#include "inet/networklayer/contract/IInterfaceTable.h"
#include "inet/networklayer/ted/TED.h"
Namespaces | |
inet | |
Copyright (c) 2005 Jan Ringo�, www.ringos.cz. | |
Macros | |
#define | PSB_REFRESH_INTERVAL 5.0 |
#define | RSB_REFRESH_INTERVAL 6.0 |
#define | PSB_TIMEOUT_INTERVAL 16.0 |
#define | RSB_TIMEOUT_INTERVAL 19.0 |
#define | PATH_ERR_UNFEASIBLE 1 |
#define | PATH_ERR_PREEMPTED 2 |
#define | PATH_ERR_NEXTHOP_FAILED 3 |
Functions | |
inet::Define_Module (RSVP) | |
bool | inet::operator== (const SessionObj_t &a, const SessionObj_t &b) |
bool | inet::operator!= (const SessionObj_t &a, const SessionObj_t &b) |
bool | inet::operator== (const FilterSpecObj_t &a, const FilterSpecObj_t &b) |
bool | inet::operator!= (const FilterSpecObj_t &a, const FilterSpecObj_t &b) |
bool | inet::operator== (const SenderTemplateObj_t &a, const SenderTemplateObj_t &b) |
bool | inet::operator!= (const SenderTemplateObj_t &a, const SenderTemplateObj_t &b) |
std::ostream & | inet::operator<< (std::ostream &os, const FlowSpecObj_t &a) |
std::ostream & | inet::operator<< (std::ostream &os, const SessionObj_t &a) |
std::ostream & | inet::operator<< (std::ostream &os, const SenderTemplateObj_t &a) |
#define PATH_ERR_NEXTHOP_FAILED 3 |
#define PATH_ERR_PREEMPTED 2 |
Referenced by inet::RSVP::commitResv(), and inet::RSVP::processPathErrMsg().
#define PATH_ERR_UNFEASIBLE 1 |
Referenced by inet::RSVP::commitResv(), inet::RSVP::processPathErrMsg(), and inet::RSVP::processPathMsg().
#define PSB_REFRESH_INTERVAL 5.0 |
Referenced by inet::RSVP::processPSB_TIMER().
#define PSB_TIMEOUT_INTERVAL 16.0 |
Referenced by inet::RSVP::scheduleTimeout().
#define RSB_REFRESH_INTERVAL 6.0 |
Referenced by inet::RSVP::processRSB_REFRESH_TIMER().
#define RSB_TIMEOUT_INTERVAL 19.0 |
Referenced by inet::RSVP::scheduleTimeout().