NetworkHeaderBase

NetworkHeaderBase

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

Known subclasses

Name Type Description
FloodingHeader class (no description)
Ipv4Header class

Represents an Ipv4 datagram.

Ipv6Header class

Ipv6 datagram. RFC 2460 Section 3.

NextHopForwardingHeader class

Next hop forwarding datagram header using generic network addresses.

ProbabilisticBroadcastHeader class (no description)
WiseRouteHeader class (no description)

Fields

Name Type Description
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

class NetworkHeaderBase extends FieldsChunk
{
    @existingClass;

    L3Address sourceAddress @byValue;
    L3Address destinationAddress @byValue;
    const Protocol *protocol;
}

File: src/inet/networklayer/contract/NetworkHeaderBase.msg