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

ETHERNET_HEADER_SIZE

Constant ETHERNET_HEADER_SIZE 

Source
pub const ETHERNET_HEADER_SIZE: usize = 14;
Expand description

Ethernet frame header size: dst(6) + src(6) + ethertype(2) = 14 bytes