Module icmpv6_send

Source
Expand description

Definition and implementation of a simple ICMPv6 sending interface.

The ICMP6Sender trait provides an interface for an upper layer to send an ICMPv6 packet, and the ICMP6SendClient trait is implemented by the upper layer to allow them to receive the send_done callback once transmission has completed.

Structs§

ICMP6SendStruct
A struct that implements the ICMP6Sender trait.

Traits§

ICMP6SendClient
A trait for a client of an ICMP6Sender.
ICMP6Sender
A trait that defines an interface for sending ICMPv6 packets.