Packet HomeAddressOption

File: src/inet/networklayer/xmipv6/MobilityHeader.msg

C++ definition

17.10.07 - CB

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
IPv6DestinationOptionsHeader class

Destination Options Header RFC 2460 Section 4.6 Next Header Value: 60

Fields:

Name Type Description
homeAddress IPv6Address
extensionType short
byteLength short

byteLength = n * 8;

tlvOptions TLVOptions

Source code:

///////////////////////////////////////////
// 17.10.07 - CB
///////////////////////////////////////////
packet HomeAddressOption extends IPv6DestinationOptionsHeader
{
    @customize(true);
    IPv6Address homeAddress;
}