|
INET Framework for OMNeT++/OMNEST
|
Class generated from inet/routing/ospfv2/Ospfv2Packet.msg:90 by opp_msgtool.
More...
#include <Ospfv2Packet_m.h>
Protected Member Functions | |
| bool | operator== (const Ospfv2LsaHeader &)=delete |
Protected Attributes | |
| unsigned short | lsAge = 0 |
| Ospfv2Options | lsOptions |
| Ospfv2LsaType | lsType = static_cast<Ospfv2LsaType>(-1) |
| ::inet::Ipv4Address | linkStateID |
| ::inet::Ipv4Address | advertisingRouter |
| int32_t | lsSequenceNumber = 0 |
| uint16_t | lsCrc = 0 |
| ::inet::CrcMode | lsCrcMode = CRC_MODE_UNDEFINED |
| uint16_t | lsaLength = 0 |
Private Member Functions | |
| void | copy (const Ospfv2LsaHeader &other) |
Class generated from inet/routing/ospfv2/Ospfv2Packet.msg:90 by opp_msgtool.
// // Represents an OSPF LSA header // class Ospfv2LsaHeader extends cObject { @packetData; unsigned short lsAge = 0; Ospfv2Options lsOptions; Ospfv2LsaType lsType = static_cast<Ospfv2LsaType>(-1); Ipv4Address linkStateID; Ipv4Address advertisingRouter; int32_t lsSequenceNumber = 0; uint16_t lsCrc = 0; CrcMode lsCrcMode = CRC_MODE_UNDEFINED; uint16_t lsaLength = 0; }
| inet::ospfv2::Ospfv2LsaHeader::Ospfv2LsaHeader | ( | ) |
| inet::ospfv2::Ospfv2LsaHeader::Ospfv2LsaHeader | ( | const Ospfv2LsaHeader & | other | ) |
|
virtual |
|
private |
|
inlineoverridevirtual |
|
virtual |
Referenced by inet::ospfv2::Neighbor::addToRetransmissionList(), inet::ospfv2::Ospfv2Area::ageDatabase(), inet::ospfv2::Router::ageDatabase(), inet::ospfv2::Router::calculateASExternalRoutes(), inet::ospfv2::Ospfv2Area::calculateInterAreaRoutes(), inet::ospfv2::Ospfv2Area::calculateNextHops(), inet::ospfv2::Ospfv2Interface::floodLsa(), inet::ospfv2::Router::getPreferredEntry(), inet::ospfv2::Router::installASExternalLSA(), inet::ospfv2::Ospfv2Area::installNetworkLSA(), inet::ospfv2::Ospfv2Area::installRouterLSA(), inet::ospfv2::Ospfv2Area::installSummaryLSA(), inet::ospfv2::operator<<(), inet::ospfv2::LinkStateUpdateHandler::processPacket(), inet::ospfv2::Ospfv2Area::recheckSummaryLSAs(), inet::ospfv2::Neighbor::sendLinkStateRequestPacket(), and inet::ospfv2::Ospfv2PacketSerializer::serializeLsaHeader().
|
inline |
|
virtual |
Referenced by inet::ospfv2::Neighbor::addToRetransmissionList(), inet::ospfv2::Ospfv2Area::ageDatabase(), inet::ospfv2::Router::ageDatabase(), inet::ospfv2::Router::calculateASExternalRoutes(), inet::ospfv2::Ospfv2Area::calculateInterAreaRoutes(), inet::ospfv2::Ospfv2Area::calculateNextHops(), inet::ospfv2::Ospfv2Area::calculateShortestPathTree(), inet::ospfv2::Ospfv2::checkExternalRoute(), inet::ospfv2::Ospfv2Area::createRoutingTableEntryFromSummaryLSA(), inet::ospfv2::Ospfv2Area::findSameOrWorseCostRoute(), inet::ospfv2::Ospfv2Interface::floodLsa(), inet::ospfv2::Ospfv2Area::hasLink(), inet::ospfv2::Router::installASExternalLSA(), inet::ospfv2::Ospfv2Area::installNetworkLSA(), inet::ospfv2::Ospfv2Area::installRouterLSA(), inet::ospfv2::Ospfv2Area::installSummaryLSA(), inet::ospfv2::Router::isDestinationUnreachable(), inet::ospfv2::Router::notifyAboutRoutingTableChanges(), inet::ospfv2::operator<<(), inet::ospfv2::Ospfv2Area::originateSummaryLSA(), inet::ospfv2::LinkStateUpdateHandler::processPacket(), inet::ospfv2::Ospfv2Area::recheckSummaryLSAs(), inet::ospfv2::Neighbor::sendLinkStateRequestPacket(), and inet::ospfv2::Ospfv2PacketSerializer::serializeLsaHeader().
|
inline |
|
virtual |
Referenced by inet::ospfv2::Ospfv2Area::ageDatabase(), inet::ospfv2::Ospfv2Area::calculateInterAreaRoutes(), inet::ospfv2::Ospfv2Area::calculateShortestPathTree(), inet::ospfv2::Neighbor::createDatabaseSummary(), inet::ospfv2::Ospfv2Interface::createUpdatePacket(), inet::ospfv2::RouterLsa::differsFrom(), inet::ospfv2::NetworkLsa::differsFrom(), inet::ospfv2::SummaryLsa::differsFrom(), inet::ospfv2::AsExternalLsa::differsFrom(), inet::ospfv2::Router::getPreferredEntry(), inet::ospfv2::operator<(), inet::ospfv2::operator<<(), inet::ospfv2::operator==(), inet::ospfv2::LinkStateUpdateHandler::processPacket(), inet::ospfv2::Ospfv2Area::recheckSummaryLSAs(), inet::ospfv2::Ospfv2PacketSerializer::serializeLsaHeader(), and inet::ospfv2::setLsaHeaderCrc().
|
virtual |
Referenced by inet::ospfv2::Ospfv2PacketSerializer::deserializeAsExternalLsa(), inet::ospfv2::Ospfv2PacketSerializer::deserializeNetworkLsa(), inet::ospfv2::Ospfv2PacketSerializer::deserializeSummaryLsa(), inet::ospfv2::RouterLsa::differsFrom(), inet::ospfv2::NetworkLsa::differsFrom(), inet::ospfv2::SummaryLsa::differsFrom(), inet::ospfv2::AsExternalLsa::differsFrom(), inet::ospfv2::Router::installASExternalLSA(), inet::ospfv2::Router::installLSA(), inet::ospfv2::operator<<(), and inet::ospfv2::Ospfv2PacketSerializer::serializeLsaHeader().
|
virtual |
Referenced by inet::ospfv2::Ospfv2PacketSerializer::serializeLsaHeader().
| virtual ::inet::CrcMode inet::ospfv2::Ospfv2LsaHeader::getLsCrcMode | ( | ) | const |
Referenced by inet::ospfv2::operator<<(), and inet::ospfv2::Ospfv2PacketSerializer::serializeLsaHeader().
|
virtual |
Referenced by inet::ospfv2::Router::calculateASExternalRoutes(), inet::ospfv2::Ospfv2Area::calculateShortestPathTree(), inet::ospfv2::Ospfv2Area::createRoutingTableEntryFromSummaryLSA(), inet::ospfv2::RouterLsa::differsFrom(), inet::ospfv2::NetworkLsa::differsFrom(), inet::ospfv2::SummaryLsa::differsFrom(), inet::ospfv2::AsExternalLsa::differsFrom(), and inet::ospfv2::Ospfv2PacketSerializer::serializeLsaHeader().
|
inlinevirtual |
Referenced by inet::ospfv2::Ospfv2PacketSerializer::deserializeLsaHeader().
|
virtual |
Referenced by inet::ospfv2::Ospfv2Area::ageDatabase(), inet::ospfv2::Router::ageDatabase(), inet::ospfv2::Ospfv2InterfaceState::changeState(), inet::ospfv2::Ospfv2Area::getUniqueLinkStateID(), inet::ospfv2::Router::getUniqueLinkStateID(), inet::ospfv2::Router::notifyAboutRoutingTableChanges(), inet::ospfv2::operator<(), inet::ospfv2::operator<<(), inet::ospfv2::operator==(), inet::ospfv2::HelloHandler::processPacket(), inet::ospfv2::LinkStateUpdateHandler::processPacket(), inet::ospfv2::Ospfv2PacketSerializer::serializeLsaHeader(), and inet::ospfv2::NeighborState::updateLsa().
|
virtual |
Referenced by inet::ospfv2::Neighbor::addToRetransmissionList(), inet::ospfv2::Ospfv2Area::calculateInterAreaRoutes(), inet::ospfv2::calculateLSASize(), inet::ospfv2::Ospfv2Area::calculateShortestPathTree(), inet::ospfv2::Ospfv2Area::createRoutingTableEntryFromSummaryLSA(), inet::ospfv2::Ospfv2Interface::createUpdatePacket(), inet::ospfv2::Ospfv2PacketSerializer::deserializeLsa(), inet::ospfv2::Ospfv2Area::findSameOrWorseCostRoute(), inet::ospfv2::Ospfv2Interface::floodLsa(), inet::ospfv2::Router::floodLSA(), inet::ospfv2::Router::installLSA(), inet::ospfv2::Router::isDestinationUnreachable(), inet::ospfv2::operator<<(), inet::ospfv2::Ospfv2Area::originateSummaryLSA(), inet::ospfv2::MessageHandler::printLinkStateUpdatePacket(), inet::ospfv2::DatabaseDescriptionHandler::processDDPacket(), inet::ospfv2::LinkStateUpdateHandler::processPacket(), inet::ospfv2::Ospfv2Area::recheckSummaryLSAs(), inet::ospfv2::Neighbor::sendLinkStateRequestPacket(), and inet::ospfv2::Ospfv2PacketSerializer::serializeLsaHeader().
| Ospfv2LsaHeader& inet::ospfv2::Ospfv2LsaHeader::operator= | ( | const Ospfv2LsaHeader & | other | ) |
|
protecteddelete |
|
overridevirtual |
Referenced by inet::ospfv2::doParsimPacking().
|
overridevirtual |
Referenced by inet::ospfv2::doParsimUnpacking().
|
virtual |
Referenced by inet::ospfv2::Ospfv2PacketSerializer::deserializeLsaHeader(), inet::ospfv2::Ospfv2Area::originateNetworkLSA(), inet::ospfv2::Ospfv2Area::originateRouterLSA(), inet::ospfv2::Ospfv2Area::originateSummaryLSA(), inet::ospfv2::Ospfv2Area::originateSummaryLSA_Stub(), and inet::ospfv2::Router::updateExternalRoute().
|
virtual |
Referenced by inet::ospfv2::Ospfv2PacketSerializer::deserializeLsaHeader(), inet::ospfv2::Ospfv2Area::originateNetworkLSA(), inet::ospfv2::Ospfv2Area::originateRouterLSA(), inet::ospfv2::Ospfv2Area::originateSummaryLSA(), inet::ospfv2::Ospfv2Area::originateSummaryLSA_Stub(), and inet::ospfv2::Router::updateExternalRoute().
|
virtual |
Referenced by inet::ospfv2::Ospfv2Area::ageDatabase(), inet::ospfv2::Router::ageDatabase(), inet::ospfv2::Ospfv2InterfaceState::changeState(), inet::ospfv2::Ospfv2PacketSerializer::deserializeLsaHeader(), inet::ospfv2::Ospfv2Area::getUniqueLinkStateID(), inet::ospfv2::Router::getUniqueLinkStateID(), inet::ospfv2::Router::notifyAboutRoutingTableChanges(), inet::ospfv2::Router::originateASExternalLSA(), inet::ospfv2::Ospfv2Area::originateNetworkLSA(), inet::ospfv2::Ospfv2Area::originateRouterLSA(), inet::ospfv2::Ospfv2Area::originateSummaryLSA(), inet::ospfv2::Ospfv2Area::originateSummaryLSA_Stub(), inet::ospfv2::HelloHandler::processPacket(), inet::ospfv2::LinkStateUpdateHandler::processPacket(), inet::ospfv2::setLsaHeaderCrc(), inet::ospfv2::Router::updateExternalRoute(), and inet::ospfv2::NeighborState::updateLsa().
|
virtual |
Referenced by inet::ospfv2::Ospfv2PacketSerializer::deserializeLsaHeader(), inet::ospfv2::Ospfv2Area::originateNetworkLSA(), inet::ospfv2::Ospfv2Area::originateRouterLSA(), inet::ospfv2::Ospfv2Area::originateSummaryLSA(), inet::ospfv2::Ospfv2Area::originateSummaryLSA_Stub(), and inet::ospfv2::Router::updateExternalRoute().
|
virtual |
|
virtual |
|
virtual |
Referenced by inet::ospfv2::Router::originateASExternalLSA(), inet::ospfv2::Ospfv2Area::originateNetworkLSA(), inet::ospfv2::Ospfv2Area::originateRouterLSA(), inet::ospfv2::Ospfv2Area::originateSummaryLSA(), inet::ospfv2::Ospfv2Area::originateSummaryLSA_Stub(), and inet::ospfv2::Router::updateExternalRoute().
|
virtual |
Referenced by inet::ospfv2::Ospfv2Area::ageDatabase(), inet::ospfv2::Router::ageDatabase(), inet::ospfv2::Ospfv2InterfaceState::changeState(), inet::ospfv2::Ospfv2PacketSerializer::deserializeLsaHeader(), inet::ospfv2::Ospfv2Area::getUniqueLinkStateID(), inet::ospfv2::Router::getUniqueLinkStateID(), inet::ospfv2::Router::notifyAboutRoutingTableChanges(), inet::ospfv2::Router::originateASExternalLSA(), inet::ospfv2::Ospfv2Area::originateNetworkLSA(), inet::ospfv2::Ospfv2Area::originateRouterLSA(), inet::ospfv2::Ospfv2Area::originateSummaryLSA(), inet::ospfv2::Ospfv2Area::originateSummaryLSA_Stub(), inet::ospfv2::HelloHandler::processPacket(), inet::ospfv2::LinkStateUpdateHandler::processPacket(), inet::ospfv2::Router::updateExternalRoute(), and inet::ospfv2::NeighborState::updateLsa().
|
virtual |
Referenced by inet::ospfv2::Ospfv2PacketSerializer::deserializeLsaHeader(), inet::ospfv2::Ospfv2Area::originateNetworkLSA(), inet::ospfv2::Ospfv2Area::originateRouterLSA(), inet::ospfv2::Ospfv2Area::originateSummaryLSA(), inet::ospfv2::Ospfv2Area::originateSummaryLSA_Stub(), and inet::ospfv2::Router::updateExternalRoute().
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |