Mipv6NdAdvertisementInterval

Namespace inet

Mipv6NdAdvertisementInterval

class

MIPv6 New Advertisement Interval Option RFC 3775 Section 7.3

Extends

Name Type Description
Ipv6NdOption (unknown -- not in documented files)

Fields

Name Type Description
type
optionLength
reserved uint16_t
advertisementInterval uint32_t

milliseconds

Source code

// MIPv6 New Advertisement Interval Option
// RFC 3775 Section 7.3
//
class Mipv6NdAdvertisementInterval extends Ipv6NdOption
{
    type = IPv6ND_ADVERTISEMENT_INTERVAL;
    optionLength = 1;
    uint16_t reserved;
    uint32_t advertisementInterval;    // milliseconds
}

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