Unit netutils
Classes, Interfaces, Objects and Records Types Constants Variables
Description
Driver->Net->NetUtils - Helper Functions For Network Drivers.
Uses
Overview
Functions and Procedures
Description
Functions and Procedures
procedure writeMACAddress(mac : puint8; WND : HWND); |
|
procedure writeIPv4Address(ip : puint8; WND : HWND); |
|
procedure writeMACAddressEx(mac : puint8; WND : HWND); |
|
procedure writeIPv4AddressEx(ip : puint8; WND : HWND); |
|
function verifyChecksum(p_data : puint16; p_len : uint16) : boolean; |
|
function sameSubnetIPv4(ip1, ip2, netmask : puint8) : boolean; |
|
Author
Generated by PasDoc 0.15.0.
|