TianoCore EDK2 master
Loading...
Searching...
No Matches
IGMP_GROUP Struct Reference

#include <NetworkPkg/Ip4Dxe/Ip4Igmp.h>

Data Fields

LIST_ENTRY Link
 
INTN RefCnt
 
IP4_ADDR Address
 
INTN DelayTime
 
BOOLEAN ReportByUs
 
EFI_MAC_ADDRESS Mac
 

Detailed Description

The status of multicast group. It isn't necessary to maintain explicit state of host state diagram. A group with non-zero DelayTime is in "delaying member" state. otherwise, it is in "idle member" state.

Definition at line 37 of file Ip4Igmp.h.

Field Documentation

◆ Address

IP4_ADDR IGMP_GROUP::Address

Definition at line 40 of file Ip4Igmp.h.

◆ DelayTime

INTN IGMP_GROUP::DelayTime

Definition at line 41 of file Ip4Igmp.h.

◆ Link

LIST_ENTRY IGMP_GROUP::Link

Definition at line 38 of file Ip4Igmp.h.

◆ Mac

EFI_MAC_ADDRESS IGMP_GROUP::Mac

Definition at line 43 of file Ip4Igmp.h.

◆ RefCnt

INTN IGMP_GROUP::RefCnt

Definition at line 39 of file Ip4Igmp.h.

◆ ReportByUs

BOOLEAN IGMP_GROUP::ReportByUs

Definition at line 42 of file Ip4Igmp.h.


The documentation for this struct was generated from the following file: