Type Alias pnet::packet::ipv6::HopByHop

source ·
pub type HopByHop = Extension;
Expand description

Represents an IPv6 Hop-by-Hop Options.

Aliased Type§

struct HopByHop {
    pub next_header: IpNextHeaderProtocol,
    pub hdr_ext_len: u8,
    pub options: Vec<u8>,
}

Fields§

§next_header: IpNextHeaderProtocol§hdr_ext_len: u8§options: Vec<u8>