File: Network/IPv4/IPDatagram.msg
Option Structure: Source Routing
The following diagram shows part of the inheritance hierarchy. Unresolved types are missing from the diagram. Click here to see the full picture.

| Name | Type | Description |
|---|---|---|
| recordAddress | IPAddress[MAX_IPADDR_OPTION_ENTRIES] | |
| nextAddressPtr | short | |
| lastAddressPtr | short |
class IPSourceRoutingOption { fields: IPAddress recordAddress[MAX_IPADDR_OPTION_ENTRIES]; short nextAddressPtr; short lastAddressPtr; };