NextHopForwardingHeader

NextHopForwardingHeader

class

Next hop forwarding datagram header using generic network addresses.

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
NetworkHeaderBase class (no description)

Fields

Name Type Description
srcAddr L3Address
destAddr L3Address
protocolId IpProtocolId
hopLimit short
payloadLengthField B
tlvOptions TlvOptions
sourceAddress L3Address
destinationAddress L3Address
protocol Protocol
mutable bool
complete bool
correct bool
properlyRepresented bool
chunkLength b
rawBin string[]
rawHex string[]
tags RegionTagSet::cObjectRegionTag[]

Source code

//
// Next hop forwarding datagram header using generic network addresses.
//
class NextHopForwardingHeader extends NetworkHeaderBase
{
    L3Address srcAddr;
    L3Address destAddr;
    IpProtocolId protocolId = IP_PROT_NONE;
    short hopLimit;
    B payloadLengthField;
    TlvOptions tlvOptions;
}

File: src/inet/networklayer/nexthop/NextHopForwardingHeader.msg