Class IPv4Option

File: src/inet/networklayer/ipv4/IPv4Datagram.msg

C++ definition

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

Known subclasses:

Name Type Description
IPv4OptionEnd class (no description)
IPv4OptionNop class (no description)
IPv4OptionRecordRoute class

Option structure: Record Route

IPv4OptionStreamId class

Option Structure: Stream ID

IPv4OptionTimestamp class

Option structure: Timestamp

IPv4OptionUnknown class (no description)

Fields:

Name Type Description
type short
length short

total length of option

Source code:

class IPv4Option extends TLVOptionBase
{
}