AsuroUnits Class Hierarchy Classes, Interfaces, Objects and Records Types Variables Constants Functions and Procedures Identifiers Unit dependency graph
|
Unit nettypes
Uses Functions and Procedures Variables
Description
Driver->Net->NetTypes - Structures & Types Shared Across Network Drivers.
Overview
Classes, Interfaces, Objects and Records
Types
Constants
BROADCAST_MAC : Array[0..5] of uint8 = ($FF, $FF, $FF, $FF, $FF, $FF); |
NULL_MAC : Array[0..5] of uint8 = ($00, $00, $00, $00, $00, $00); |
FORCE_MAC : Array[0..5] of uint8 = ($08, $00, $27, $E6, $3F, $81); |
ICMP_DATA_GENERIC : Array[0..31] of uint8 = ( $61, $62, $63, $64, $65, $66, $67, $68,
$69, $6a, $6b, $6c, $6d, $6e, $6f, $70,
$71, $72, $73, $74, $75, $76, $77, $61,
$62, $63, $64, $65, $66, $67, $68, $69 ); |
Description
Types
TMACAddress = Array[0..5] of uint8; |
Generic
|
TIPv4Address = Array[0..3] of uint8; |
|
TEthernetHeader = bitpacked record
dst : array[0..5] of uint8;
src : array[0..5] of uint8;
EthTypeHi : uint8;
EthTypeLo : uint8;
end; |
|
Constants
BROADCAST_MAC : Array[0..5] of uint8 = ($FF, $FF, $FF, $FF, $FF, $FF); |
MACs
|
NULL_MAC : Array[0..5] of uint8 = ($00, $00, $00, $00, $00, $00); |
|
FORCE_MAC : Array[0..5] of uint8 = ($08, $00, $27, $E6, $3F, $81); |
|
ICMP_DATA_GENERIC : Array[0..31] of uint8 = ( $61, $62, $63, $64, $65, $66, $67, $68,
$69, $6a, $6b, $6c, $6d, $6e, $6f, $70,
$71, $72, $73, $74, $75, $76, $77, $61,
$62, $63, $64, $65, $66, $67, $68, $69 ); |
ICMP Data
|
Author
Generated by PasDoc 0.15.0.
|