EigrpIpv6Hello

EigrpIpv6Hello

class

C++ definition

(no description)

Usage diagram

The following diagram shows usage relationships between types. Unresolved types are missing from the diagram.

Inheritance diagram

The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram.

Extends

Name Type Description
EigrpMessage class

General structure of EIGRP message with header

Fields

Name Type Description
parameterTlv EigrpTlvParameter

Always present

stubTlv EigrpTlvStub
chunkLength b
version char

Version of EIGRP header

opcode int8_t

Type of message

init bool

flags

cr bool

Conditionally Received

rs bool

Reset

eot bool

End of table

seqNum int

Sequence number

ackNum int

Acknowledgement number

vrid uint16_t

Virtual Router(1,2) ID

asNum uint16_t

Autonomous system number

id int
mutable bool
complete bool
correct bool
properlyRepresented bool
rawBin string[]
rawHex string[]
regionTags SharingRegionTagSet::TagBaseRegionTag[]

Source code

class EigrpIpv6Hello extends EigrpMessage
{
    EigrpTlvParameter parameterTlv;     // Always present
    EigrpTlvStub stubTlv;
}

File: src/inet/routing/eigrp/messages/EigrpMessage.msg