EigrpIpv6Message
class(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 |
|---|---|---|
| EigrpIpv6Query | class |
EIGRP Query Message |
| EigrpIpv6Reply | class |
EIGRP Reply Message |
| EigrpIpv6Update | class |
EIGRP Update Message |
Fields
| Name | Type | Description |
|---|---|---|
| interRoutes | EigrpMpIpv6Internal[] |
TODO - dost zvlastni pouziti, jestli bude cas tak predelat - pouze kopiruji pristup z IPv4 |
| 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 | |
| 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 EigrpIpv6Message extends EigrpMessage { EigrpMpIpv6Internal interRoutes[]; //TODO - dost zvlastni pouziti, jestli bude cas tak predelat - pouze kopiruji pristup z IPv4 }File: src/inet/routing/eigrp/messages/EigrpMessage.msg