Option Structure: Source Routing
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 | |
lastAddressPtr | short |
// // Option Structure: Source Routing // class IPSourceRoutingOption { IPAddress recordAddress[MAX_IPADDR_OPTION_ENTRIES]; short nextAddressPtr; short lastAddressPtr; }