|
INET Framework for OMNeT++/OMNEST
|
For routers: advertised prefix configuration. More...
#include <Ipv6InterfaceData.h>
Public Member Functions | |
| AdvPrefix () | |
| AdvPrefix (const Ipv6Address &addr, short preflength) | |
Public Attributes | |
| short | prefixLength |
| bool | advOnLinkFlag |
| bool | advAutonomousFlag |
| simtime_t | advValidLifetime |
| simtime_t | advPreferredLifetime |
| Ipv6Address | prefix |
For routers: advertised prefix configuration.
advValidLifetime, advPreferredLifetime:
|
inline |
| bool inet::Ipv6InterfaceData::AdvPrefix::advAutonomousFlag |
| bool inet::Ipv6InterfaceData::AdvPrefix::advOnLinkFlag |
| simtime_t inet::Ipv6InterfaceData::AdvPrefix::advPreferredLifetime |
| simtime_t inet::Ipv6InterfaceData::AdvPrefix::advValidLifetime |
| Ipv6Address inet::Ipv6InterfaceData::AdvPrefix::prefix |
Referenced by inet::Ipv6FlatNetworkConfigurator::configureAdvPrefixes(), inet::Ipv6RoutingTable::configureInterfaceFromXml(), inet::Ipv6NeighbourDiscovery::createAndSendRaPacket(), inet::Ipv6RoutingTable::initialize(), inet::InterfaceTable::isNeighborAddress(), inet::ospfv3::Ospfv3Process::parseConfig(), inet::Ipv6InterfaceData::setAdvPrefix(), and inet::Ipv6InterfaceData::str().
| short inet::Ipv6InterfaceData::AdvPrefix::prefixLength |
Referenced by inet::Ipv6FlatNetworkConfigurator::configureAdvPrefixes(), inet::Ipv6RoutingTable::configureInterfaceFromXml(), inet::Ipv6NeighbourDiscovery::createAndSendRaPacket(), inet::InterfaceTable::isNeighborAddress(), inet::ospfv3::Ospfv3Process::parseConfig(), inet::Ipv6InterfaceData::setAdvPrefix(), and inet::Ipv6InterfaceData::str().