struct io.IgmpHdr

struct IgmpHdr
{
    // fields

    io.IgmpType m_type;
    uint8_t m_maxRespTime;
    bigendian unsigned short m_checksum;
    bigendian unsigned int m_groupAddress;
};