Class IPRecordRouteOption

File: Network/IPv4/IPDatagram.msg

C++ definition: click here

Option structure: Record Route

Inheritance diagram:

The following diagram shows part of the inheritance hierarchy. Unresolved types are missing from the diagram. Click here to see the full picture.

IPRecordRouteOption

Fields:

Name Type Description
recordAddress IPAddress[MAX_IPADDR_OPTION_ENTRIES]
nextAddressPtr short

Source code:

class IPRecordRouteOption
{
    fields:
        IPAddress recordAddress[MAX_IPADDR_OPTION_ENTRIES];
        short nextAddressPtr;
};