HomeAddressOption
class17.10.07 - CB
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 |
---|---|---|
Ipv6DestinationOptionsHeader | class |
Destination Options Header RFC 2460 Section 4.6 Next Header Value: 60 |
Fields
Name | Type | Description |
---|---|---|
homeAddress | Ipv6Address | |
extensionType | short | |
byteLength | B |
byteLength = n * 8; |
tlvOptions | TlvOptions |
Source code
/////////////////////////////////////////// // 17.10.07 - CB /////////////////////////////////////////// class HomeAddressOption extends Ipv6DestinationOptionsHeader { Ipv6Address homeAddress; }File: src/inet/networklayer/xmipv6/MobilityHeader.msg