struct io.EthernetHdr_ieee8023

struct EthernetHdr_ieee8023 {
    // fields

    io.EthernetAddress m_dstAddress;
    io.EthernetAddress m_srcAddress;
    uint16_t bigendian m_length;
};