Module capsules_extra::net::icmpv6::icmpv6_send
source · Expand description
This file contains the 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.
- Author: Conor McAvity cmcavity@stanford.edu
Structs§
- A struct that implements the
ICMP6Sender
trait.
Traits§
- A trait for a client of an
ICMP6Sender
. - A trait that defines an interface for sending ICMPv6 packets.