Ipv6NdSourceTargetLinkLayerAddress

Namespace inet

Ipv6NdSourceTargetLinkLayerAddress

class

(no description)

Extends

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

Fields

Name Type Description
optionLength

8 byte ( when using MacAddress)

linkLayerAddress MacAddress

Source code

class Ipv6NdSourceTargetLinkLayerAddress extends Ipv6NdOption
{
    optionLength = 1;    // 8 byte ( when using MacAddress)
    MacAddress linkLayerAddress;
}

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