Namespace inet
EigrpTlvStub
structTLV Stub for Hello message
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