Class MIPv6HAInformation

File: src/inet/networklayer/icmpv6/IPv6NDMessage.msg

C++ definition

MIPv6 Home Agent Information Option RFC 3775 Section 7.4

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.

Fields:

Name Type Description
homeAgentPreference unsigned int
homeAgentLifetime unsigned int

seconds

Source code:

//MIPv6 Home Agent Information Option
//RFC 3775 Section 7.4
class MIPv6HAInformation
{
    unsigned int homeAgentPreference;
    unsigned int homeAgentLifetime;    // seconds
}