struct io.LlcHdr16

struct LlcHdr16
{
    // fields

    io.Lsap m_dsap;
    io.Lsap m_ssap;
    bigendian unsigned short m_control;
};