EigrpTlvStub
structTLV Stub for Hello message
Usage diagram
The following diagram shows usage relationships between types. Unresolved types are missing from the diagram.
Fields
| Name | Type | Description |
|---|---|---|
| typeHigh | char | |
| typeLow | char | |
| stub | EigrpStub |
Source code
// TLV Stub for Hello message struct EigrpTlvStub { @packetData; char typeHigh = 0; char typeLow = EIGRP_TLV_STUB; EigrpStub stub; }File: src/inet/routing/eigrp/messages/EigrpMessage.msg