Namespace inet
Mipv6HaInformation
classMIPv6 Home Agent Information Option RFC 3775 Section 7.4
Extends
| Name | Type | Description | 
|---|---|---|
| Ipv6NdOption | (unknown -- not in documented files) | 
Fields
| Name | Type | Description | 
|---|---|---|
| type | ||
| optionLength | ||
| reserved | uint16_t | |
| homeAgentPreference | uint16_t | |
| homeAgentLifetime | uint16_t | seconds | 
Source code
//MIPv6 Home Agent Information Option //RFC 3775 Section 7.4 class Mipv6HaInformation extends Ipv6NdOption { type = IPv6ND_HOME_AGENT_INFORMATION_OPTION; optionLength = 1; uint16_t reserved; uint16_t homeAgentPreference; uint16_t homeAgentLifetime; // seconds }File: src/inet/networklayer/icmpv6/Ipv6NdMessage.msg