Option structure: Record Route
The following diagram shows usage relationships between types. Unresolved types are missing from the diagram.
The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram.
Name | Type | Description |
---|---|---|
recordAddress | IPAddress[MAX_IPADDR_OPTION_ENTRIES] | |
nextAddressPtr | short |
// // Option structure: Record Route // class IPRecordRouteOption { IPAddress recordAddress[MAX_IPADDR_OPTION_ENTRIES]; short nextAddressPtr; }