Packet MobilityHeader

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

C++ definition

extends IPv6ExtensionHeader // TODO check how to define MobilityHeader as subclass of IPv6ExtensionHeader

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.

Known subclasses:

Name Type Description
BindingAcknowledgement packet (no description)
BindingError packet (no description)
BindingRefreshRequest packet

18.09.07 - CB

BindingUpdate packet (no description)
CareOfTest packet (no description)
CareOfTestInit packet (no description)
HomeTest packet (no description)
HomeTestInit packet (no description)

Fields:

Name Type Description
mobilityHeaderType int

Source code:

packet MobilityHeader // extends IPv6ExtensionHeader // TODO check how to define MobilityHeader as subclass of IPv6ExtensionHeader
{
    int mobilityHeaderType @enum(MobilityHeaderType);
}