Expand description
ICMP sockets.
Modules§
- ping
- Ping utilities.
Structs§
- Checksum
Capabilities - A description of checksum behavior for every supported protocol.
- Icmp
Socket - An ICMP socket.
- Icmpv4
Packet - A read/write wrapper around an Internet Control Message Protocol version 4 packet buffer.
- Icmpv6
Packet - A read/write wrapper around an Internet Control Message Protocol version 6 packet buffer.
Enums§
- Bind
Error - Error returned by
IcmpSocket::bind
. - Icmp
Endpoint - Type of endpoint to bind the ICMP socket to. See IcmpSocket::bind for more details.
- Icmpv4
Message - Internet protocol control message type.
- Icmpv4
Repr - A high-level representation of an Internet Control Message Protocol version 4 packet header.
- Icmpv6
Message - Internet protocol control message type.
- Icmpv6
Repr - A high-level representation of an Internet Control Message Protocol version 6 packet header.
- Recv
Error - Error returned by
IcmpSocket::recv_from
. - Send
Error - Error returned by
IcmpSocket::send_to
.
Type Aliases§
- Packet
Metadata - An ICMP packet metadata.