⚠️ VeridianOS Kernel Documentation - This is low-level kernel code. All functions are unsafe unless explicitly marked otherwise. no_std

build_packet_too_big

Function build_packet_too_big 

Source
pub fn build_packet_too_big(
    src: &Ipv6Address,
    dst: &Ipv6Address,
    mtu: u32,
    invoking_packet: &[u8],
) -> Vec<u8>
Expand description

Build a Packet Too Big message.