struct io.DhcpOptionHdr

struct DhcpOptionHdr
{
    // fields

    io.DhcpOptionType m_type;
    uint8_t m_length;
};