Packet CareOfTest

File: src/inet/networklayer/xmipv6/MobilityHeader.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
MobilityHeader packet

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

Fields:

Name Type Description
careOfInitCookie unsigned int
careOfKeyGenToken unsigned int

care-of nonce index not modelled

mobilityHeaderType int

Source code:

packet CareOfTest extends MobilityHeader
{
    unsigned int careOfInitCookie;
    unsigned int careOfKeyGenToken;
    // care-of nonce index not modelled
}