Class IPv6NDPrefixInformation

File: Network/ICMPv6/IPv6NDMessage.msg

C++ definition: click here

IPv6ND Prefix Information RFC 2461 Section 4.6.2

Inheritance diagram:

The following diagram shows part of the inheritance hierarchy. Unresolved types are missing from the diagram. Click here to see the full picture.

IPv6NDPrefixInformation

Properties:

Name Value Description
omitGetVerb true

Fields:

Name Type Description
prefixLength unsigned int
onlinkFlag bool
autoAddressConfFlag bool
validLifetime unsigned int
preferredLifetime unsigned int
prefix IPv6Address

Source code:

class IPv6NDPrefixInformation
{
    properties:
        omitGetVerb = true;
    fields:
        unsigned int prefixLength;
        bool onlinkFlag;
        bool autoAddressConfFlag;
        unsigned int validLifetime;
        unsigned int preferredLifetime;
        IPv6Address prefix;
}