Crate anti_common

Crate anti_common 

Source
Expand description

Common types and utilities for ping operations

Modules§

icmp
ICMP packet constants
ports
Common UDP ports for testing

Structs§

PingConfig
Configuration for ping operations
PingReply
Result of a single ping operation
PingStatistics
Summary statistics for a series of ping operations

Enums§

PingError
Errors that can occur during ping operations
PingMode
Type of ping operation

Functions§

calculate_checksum
Calculate internet checksum for a byte array
resolve_hostname
Resolve hostname to IPv4 address
resolve_hostnames
Resolve a hostname to all associated IPv4 and IPv6 addresses

Type Aliases§

PingResult
Result type for ping operations