Difference between revisions of "Unit ARP"
From Ultibo.org
Line 106: | Line 106: | ||
|- | |- | ||
|colspan="2"|Note: 46 Bytes | |colspan="2"|Note: 46 Bytes | ||
− | |||
|- | |- | ||
| <code>HardwareType:Word;</code> | | <code>HardwareType:Word;</code> |
Revision as of 02:43, 17 January 2017
Return to Unit Reference
Contents
[hide]Description
Ultibo ARP (Address Resolution Protocol) unit
To be documented
Constants
[Expand]
ARP specific constants
ARP_TRANSPORT_*, RARP_TRANSPORT_*
[Expand]
ARP and RARP constants
MIN_*, MAX_*, ARP_*, RARP_*
[Expand]
ARP and RARP messages
ARP_*, RARP_*, INARP_*
Type definitions
ARP specific types
RARP specific types
Class definitions
To be documented
Public variables
None defined
Function declarations
Initialization functions
ARP functions
[Expand]
function CheckARP(ABuffer:Pointer):Boolean;
Description: Verify that the packet is a valid ARP packet
[Expand]
function CheckRARP(ABuffer:Pointer):Boolean;
Description: Verify that the packet is a valid RARP packet
Return to Unit Reference