Ipv6NdSourceTargetLinkLayerAddress
class(no description)
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.
Extends
Name | Type | Description |
---|---|---|
Ipv6NdOption | class | (no description) |
Known subclasses
Name | Type | Description |
---|---|---|
Ipv6NdSourceLinkLayerAddress | class | (no description) |
Ipv6NdTargetLinkLayerAddress | class | (no description) |
Fields
Name | Type | Description |
---|---|---|
optionLength | short |
The length of the option in units of 8 octets, 0 is invalid. // 1 byte |
linkLayerAddress | MacAddress | |
type | Ipv6NdOptionTypes |
1 byte, 0 is invalid |
paddingBytes | char[] |
padding bytes on end of option |
Source code
class Ipv6NdSourceTargetLinkLayerAddress extends Ipv6NdOption { optionLength = 1; // 8 byte ( when using MacAddress) MacAddress linkLayerAddress; }File: src/inet/networklayer/icmpv6/Ipv6NdMessage.msg