Ipv6NdTargetLinkLayerAddress
class(no description)
Inheritance diagram
The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram.
Extends
Name | Type | Description |
---|---|---|
Ipv6NdSourceTargetLinkLayerAddress | class | (no description) |
Fields
Name | Type | Description |
---|---|---|
type | Ipv6NdOptionTypes |
1 byte, 0 is invalid |
optionLength | short |
The length of the option in units of 8 octets, 0 is invalid. // 1 byte |
linkLayerAddress | MacAddress | |
paddingBytes | char[] |
padding bytes on end of option |
Source code
class Ipv6NdTargetLinkLayerAddress extends Ipv6NdSourceTargetLinkLayerAddress { type = IPv6ND_TARGET_LINK_LAYER_ADDR_OPTION; }File: src/inet/networklayer/icmpv6/Ipv6NdMessage.msg