Skip to main content

Module ipv6

Module ipv6 

Source
Expand description

IPv6 layer implementation.

This module provides types and functions for working with IPv6 packets, including parsing, field access, and next-header resolution.

Re-exports§

pub use builder::Ipv6Builder;
pub use ext_headers::ExtHeader;
pub use ext_headers::ExtHeaderKind;
pub use ext_headers::parse_ext_headers;

Modules§

builder
IPv6 packet builder.
ext_headers
IPv6 Extension Header types and parser.
offsets
Field offsets within the IPv6 header.

Structs§

Ipv6Layer
A view into an IPv6 packet header.

Constants§

IPV6_HEADER_LEN
IPv6 fixed header length (40 bytes).