EigrpIpv4Message

EigrpIpv4Message

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

Known subclasses

Name Type Description
EigrpIpv4Query class

EIGRP Query Message

EigrpIpv4Reply class

EIGRP Reply Message

EigrpIpv4Update class

EIGRP Update Message

Fields

Name Type Description
interRoutes EigrpMpIpv4Internal[]

TODO - dost zvlastni pouziti, jestli bude cas tak predelat

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 EigrpIpv4Message extends EigrpMessage
{
    EigrpMpIpv4Internal interRoutes[]; //TODO - dost zvlastni pouziti, jestli bude cas tak predelat
}

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