Units
Class Hierarchy
Classes, Interfaces, Objects and Records
Types
Variables
Constants
Functions and Procedures
Identifiers
Unit dependency graph
nettypes
type TARPAbstractHeader = record
ARP
Hardware_Type: uint16;
Protocol_Type: uint16;
Hardware_Address_Length: uint8;
Protocol_Address_Length: uint8;
Operation: uint16;
Source_Hardware: TMACAddress;
Source_Protocol: TIPv4Address;
Destination_Hardware: TMACAddress;
Destination_Protocol: TIPv4Address;