INET Framework for OMNeT++/OMNEST
|
#include <set>
#include "inet/common/stlutils.h"
#include "inet/networklayer/ipv4/IIPv4RoutingTable.h"
#include "inet/networklayer/contract/IInterfaceTable.h"
#include "inet/networklayer/common/L3AddressResolver.h"
#include "inet/networklayer/configurator/ipv4/IPv4NetworkConfigurator.h"
#include "inet/networklayer/common/InterfaceEntry.h"
#include "inet/common/ModuleAccess.h"
#include "inet/common/XMLUtils.h"
Namespaces | |
inet | |
Copyright (c) 2005 Jan Ringo�, www.ringos.cz. | |
Macros | |
#define | ADDRLEN_BITS 32 |
Functions | |
inet::Define_Module (IPv4NetworkConfigurator) | |
int | inet::getRepresentationBitCount (uint32 count) |
Returns how many bits are needed to represent count different values. More... | |
#define ADDRLEN_BITS 32 |
Referenced by inet::getRepresentationBitCount().