struct io.EthernetHdr

struct EthernetHdr
{
    // fields

    uint8_t m_dstAddress[];
    uint8_t m_srcAddress[];
    io.EthernetType m_type;
};