|
INET Framework for OMNeT++/OMNEST
|
#include "inet/common/lifecycle/ILifecycle.h"#include "inet/common/ModuleRefByPar.h"#include "inet/common/packet/tag/TagSet.h"#include "inet/common/Protocol.h"#include "inet/common/Simsignals.h"#include "inet/common/StringFormat.h"#include "inet/common/TagBase.h"#include "inet/linklayer/common/MacAddress.h"#include "inet/networklayer/common/InterfaceToken.h"#include "inet/networklayer/common/L3Address.h"#include "inet/networklayer/contract/IInterfaceTable.h"#include "inet/queueing/base/PacketProcessorBase.h"#include "inet/queueing/contract/IPacketProcessor.h"#include "inet/queueing/contract/IPassivePacketSink.h"Classes | |
| class | inet::MacEstimateCostProcess |
| class | inet::InterfaceProtocolData |
| Base class for protocol-specific data on an interface. More... | |
| class | inet::NetworkInterfaceChangeDetails |
| class | inet::NetworkInterface |
| Interface entry for the interface table in IInterfaceTable. More... | |
| class | inet::NetworkInterface::LocalGate |
Namespaces | |
| inet | |
| Copyright (c) 2005 Jan Ringo�, www.ringos.cz. | |
Enumerations | |
| enum | inet::McastSourceFilterMode { inet::MCAST_INCLUDE_SOURCES, inet::MCAST_EXCLUDE_SOURCES } |
Functions | |
| std::ostream & | inet::operator<< (std::ostream &o, NetworkInterface::State s) |
| NetworkInterface * | inet::findContainingNicModule (const cModule *from) |
| Find the nic module (inside the networkNode) containing the given module. More... | |
| NetworkInterface * | inet::getContainingNicModule (const cModule *from) |
| Find the nic module (inside the networkNode) containing the given module. More... | |