Igmpv1Report

Igmpv1Report

class

(no description)

Usage diagram

The following diagram shows usage relationships between types. Unresolved types are missing from the diagram.

Inheritance diagram

The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram.

Extends

Name Type Description
IgmpMessage class (no description)

Fields

Name Type Description
chunkLength b
type IgmpType

1 byte

unused uint8_t
groupAddress Ipv4Address
crc uint16_t

2 bytes, The checksum is the 16-bit one's complement of the one's complement sum of the whole IGMP message (the entire IP payload).

crcMode CrcMode

0 bytes, inet only

mutable bool
complete bool
correct bool
properlyRepresented bool
rawBin string[]
rawHex string[]
tags RegionTagSet::cObjectRegionTag[]

Source code

class Igmpv1Report extends IgmpMessage
{
    chunkLength = B(8);
    type = IGMPV1_MEMBERSHIP_REPORT;
    uint8_t unused = 0;
    Ipv4Address groupAddress;
}

File: src/inet/networklayer/ipv4/IgmpMessage.msg