Difference between revisions of "Unit IP"
Line 1,442: | Line 1,442: | ||
{| class="wikitable" style="font-size: 14px; background: white;" | {| class="wikitable" style="font-size: 14px; background: white;" | ||
|- | |- | ||
− | ! | + | ! Note |
| None documented | | None documented | ||
|- | |- | ||
Line 1,457: | Line 1,457: | ||
{| class="wikitable" style="font-size: 14px; background: white;" | {| class="wikitable" style="font-size: 14px; background: white;" | ||
|- | |- | ||
− | ! | + | ! Buffer |
| Complete packet without Adapter header | | Complete packet without Adapter header | ||
|- | |- | ||
Line 1,469: | Line 1,469: | ||
{| class="wikitable" style="font-size: 14px; background: white;" | {| class="wikitable" style="font-size: 14px; background: white;" | ||
|- | |- | ||
− | ! | + | ! Buffer |
| Complete packet including Transport header | | Complete packet including Transport header | ||
|- | |- | ||
Line 1,481: | Line 1,481: | ||
{| class="wikitable" style="font-size: 14px; background: white;" | {| class="wikitable" style="font-size: 14px; background: white;" | ||
|- | |- | ||
− | ! | + | ! Buffer |
| Complete packet including Transport header | | Complete packet including Transport header | ||
|- | |- | ||
Line 1,493: | Line 1,493: | ||
{| class="wikitable" style="font-size: 14px; background: white;" | {| class="wikitable" style="font-size: 14px; background: white;" | ||
|- | |- | ||
− | ! | + | ! Buffer |
| Complete packet including Transport header | | Complete packet including Transport header | ||
|- | |- | ||
Line 1,505: | Line 1,505: | ||
{| class="wikitable" style="font-size: 14px; background: white;" | {| class="wikitable" style="font-size: 14px; background: white;" | ||
|- | |- | ||
− | ! | + | ! Buffer |
| Complete packet including Transport header | | Complete packet including Transport header | ||
|- | |- | ||
Line 1,517: | Line 1,517: | ||
{| class="wikitable" style="font-size: 14px; background: white;" | {| class="wikitable" style="font-size: 14px; background: white;" | ||
|- | |- | ||
− | ! | + | ! Buffer |
| Complete packet including Transport header | | Complete packet including Transport header | ||
|- | |- | ||
Line 1,529: | Line 1,529: | ||
{| class="wikitable" style="font-size: 14px; background: white;" | {| class="wikitable" style="font-size: 14px; background: white;" | ||
|- | |- | ||
− | ! | + | ! Buffer |
| Complete packet including Transport header | | Complete packet including Transport header | ||
|- | |- | ||
Line 1,541: | Line 1,541: | ||
{| class="wikitable" style="font-size: 14px; background: white;" | {| class="wikitable" style="font-size: 14px; background: white;" | ||
|- | |- | ||
− | ! | + | ! Buffer |
| Complete packet including Transport header | | Complete packet including Transport header | ||
|- | |- |
Revision as of 01:12, 24 April 2018
Return to Unit Reference
Contents
[hide]Description
Ultibo IP (Internet Protocol) unit
To be documented
Constants
IP_TRANSPORT_NAME*
IP_*_SIZE
IP_*
IPOPT_*
IPOPT_OFFSET*
IPOPT_TS_*
IPOPT_SECUR_*
IPTOS_*
Type definitions
IP header
IP timestamp address
IP timestamp
IP pseudo
IP fragment
IP packet
Class definitions
IP buffer
TIPBuffer = class(TTransportBufferEx)
IP transport adapter
TIPTransportAdapter = class(TTransportAdapter)
IP transport binding
TIPTransportBinding = class(TTransportBinding)
IP transport protocol
TIPTransportProtocol = class(TTransportProtocol)
IP transport filter
TIPTransportFilter = class(TTransportFilter)
IP transport configuration
TIPTransportConfig = class(TTransportConfig)
IP transport
TIPTransport = class(TNetworkTransport)
IP state
TIPState = class(TTransportState)
IP options
TIPOptions = class(TTransportOptions)
IP host entry
TIPHostEntry = class(THostEntry)
IP route entry
TIPRouteEntry = class(TRouteEntry)
IP address entry
TIPAddressEntry = class(TAddressEntry)
IP network entry
TIPNetworkEntry = class(TNetworkEntry)
IP service entry
TIPServEntry = class(TServEntry)
IP protocol entry
TIPProtoEntry = class(TProtoEntry)
Public variables
None defined
Function declarations
Initialization functions
IP functions
function CheckIP(ABuffer:Pointer):Boolean;
function GetIPHeaderOffset(ABuffer:Pointer):Word;
function GetIPHeaderLength(ABuffer:Pointer):Word;
function GetIPOptionsLength(ABuffer:Pointer):Word;
function GetIPDataOffset(ABuffer:Pointer):Word;
function GetIPDataLength(ABuffer:Pointer):Word;
function ChecksumIPRecv(ABuffer:Pointer; AOffset,ALength:Word):Word;
function ChecksumIPSend(AHeader,AOptions:Pointer; ALength:Word):Word;
Return to Unit Reference