Type Alias xenet_packet::ipv6::HopByHopPacket

source ·
pub type HopByHopPacket<'p> = ExtensionPacket<'p>;
Expand description

A structure enabling manipulation of on the wire packets.

Aliased Type§

struct HopByHopPacket<'p> { /* private fields */ }