struct io.ArpHdr

struct ArpHdr {
    // fields

    io.ArpHardwareType bigendian m_hardwareType;
    io.EthernetType bigendian m_protocolType;
    uint8_t m_hardwareLength;
    uint8_t m_protocolLength;
    io.ArpOpcode bigendian m_opcode;
};