struct io.ArpHdr

struct ArpHdr
{
    // fields

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