pub fn build_ethernet(
    packet: &mut Packet<'_>,
    src_addr: MacAddr,
    dst_addr: MacAddr
)
Expand description

Build the Ethernet header.