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§
- Ipv6
Layer - A view into an IPv6 packet header.
Constants§
- IPV6_
HEADER_ LEN - IPv6 fixed header length (40 bytes).