struct io.LlcHdr

struct LlcHdr
{
    // fields

    io.Lsap m_dsap;
    io.Lsap m_ssap;
    uint8_t m_control;
};