struct io.LlcHdr16

struct LlcHdr16 {
    // fields

    io.Lsap m_dsap;
    io.Lsap m_ssap;
    uint16_t bigendian m_control;
};