2.2.1.2.178 IGMP_MIB_GROUP_IFS_LIST

The IGMP_MIB_GROUP_IFS_LIST structure is an MIB entry and stores the list of interfaces that have received joins for that group. This structure has variable length. The structure is followed by the NumInterfaces number of structures of type IGMP_MIB_GROUP_INFO or IGMP_MIB_GROUP_INFO_V3.

This structure is read only.


0


1


2


3


4


5


6


7


8


9

1
0


1


2


3


4


5


6


7


8


9

2
0


1


2


3


4


5


6


7


8


9

3
0


1

GroupAddr

NumInterfaces

Buffer (variable)

...

GroupAddr (4 bytes): The address of the IGMP group.

NumInterfaces (4 bytes): The number of structures in the buffer.

Buffer (variable): If IGMP_ENUM_FORMAT_IGMPV3 is set, then Flags of IGMP_MIB_GET_OUTPUT_DATA contains IGMP_MIB_GROUP_INFO_V3 structures. Otherwise, it contains IGMP_MIB_GROUP_INFO structures.