pub use *;
pub use *;
pub use *;
pub use *;
pub use *;
pub use *;
pub use *;
/// Maximum length of a defragmented packet as [`u16`].
pub const MAX_IP_DEFRAG_LEN_U16: u16 = u16MAX;
/// Maximum length of a defragmented packet as [`usize`].
pub const MAX_IP_DEFRAG_LEN: usize = MAX_IP_DEFRAG_LEN_U16 as usize;