Difference between revisions of "Unit ICMPv6"
From Ultibo.org
Line 54: | Line 54: | ||
=== Type definitions === | === Type definitions === | ||
+ | ---- | ||
+ | |||
+ | ''To be documented'' | ||
+ | |||
+ | === Class definitions === | ||
---- | ---- | ||
Revision as of 00:19, 20 January 2017
Return to Unit Reference
Contents
[hide]Description
Ultibo ICMPv6 (Internet Control Message Protocol version 6) unit
To be documented
Constants
[Expand]
ICMPv6 specific constants
ICMP6_PROTOCOL_*
[Expand]
ICMPv6 constants
ICMP6_*
Type definitions
To be documented
Class definitions
To be documented
Public variables
None defined
Function declarations
Initialization functions
ICMPv6 functions
[Expand]
function CheckICMP6(AFamily:Word; ABuffer:Pointer):Boolean;
Description: Verify that the packet is a valid ICMP6 packet
[Expand]
function GetICMP6HeaderOffset(AFamily:Word; ABuffer:Pointer):Word;
Description: To be documented
[Expand]
function GetICMP6HeaderLength(AFamily:Word; ABuffer:Pointer):Word;
Description: To be documented
[Expand]
function GetICMP6DataOffset(AFamily:Word; ABuffer:Pointer):Word;
Description: To be documented
[Expand]
function GetICMP6DataLength(AFamily:Word; ABuffer:Pointer):Word;
Description: To be documented
[Expand]
function ChecksumICMP6(AFamily:Word; ABuffer:Pointer; AOffset,ALength:Word):Word;
Description: Checksum the ICMP6 Header on Send / Validate the Checksum on Receive
Return to Unit Reference