netstack3_icmp_echo

Type Alias IcmpSocketSet

Source
pub type IcmpSocketSet<I, D, BT> = DatagramSocketSet<I, D, Icmp<BT>>;
Expand description

The set of ICMP sockets.

Aliased Typeยง

struct IcmpSocketSet<I, D, BT>(/* private fields */);