|
INET Framework for OMNeT++/OMNEST
|
#include "inet/common/INETDefs.h"#include "inet/networklayer/contract/IRoute.h"#include "inet/networklayer/contract/IRoutingTable.h"#include "inet/networklayer/contract/IInterfaceTable.h"#include "inet/common/lifecycle/ILifecycle.h"#include "inet/transportlayer/contract/udp/UDPSocket.h"Classes | |
| struct | inet::RIPRoute |
| struct | inet::RIPInterfaceEntry |
| Holds the RIP configuration of the interfaces. More... | |
| class | inet::RIPRouting |
| Implementation of the Routing Information Protocol. More... | |
Namespaces | |
| inet | |
| Copyright (c) 2005 Jan Ringo�, www.ringos.cz. | |
Macros | |
| #define | RIP_INFINITE_METRIC 16 |
Enumerations | |
| enum | inet::RIPMode { inet::NO_RIP, inet::NO_SPLIT_HORIZON, inet::SPLIT_HORIZON, inet::SPLIT_HORIZON_POISONED_REVERSE } |
| Enumerated parameter to control how the RIPRouting module advertises the routes to its neighbors. More... | |
| #define RIP_INFINITE_METRIC 16 |
Referenced by inet::RIPInterfaceEntry::configure(), inet::RIPRouting::importRoute(), inet::RIPRouting::invalidateRoute(), inet::RIPRouting::isValidResponse(), inet::RIPRouting::processRequest(), inet::RIPRouting::processResponse(), inet::RIPRouting::sendRIPRequest(), inet::RIPRouting::sendRoutes(), and inet::RIPRouting::updateRoute().