IPv6ND Prefix Information RFC 2461 Section 4.6.2
The following diagram shows usage relationships between types. Unresolved types are missing from the diagram. Click here to see the full picture.
The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram. Click here to see the full picture.
Name | Type | Description |
---|---|---|
onlinkFlag | bool | |
prefix | IPv6Address | |
preferredLifetime | unsigned int | |
autoAddressConfFlag | bool | |
validLifetime | unsigned int | |
prefixLength | unsigned int |
// // IPv6ND Prefix Information // RFC 2461 Section 4.6.2 // class IPv6NDPrefixInformation { unsigned int prefixLength; bool onlinkFlag; bool autoAddressConfFlag; unsigned int validLifetime; unsigned int preferredLifetime; IPv6Address prefix; }