TianoCore EDK2 master
|
#include <NetworkPkg/Ip4Dxe/Ip4Igmp.h>
Data Fields | |
LIST_ENTRY | Link |
INTN | RefCnt |
IP4_ADDR | Address |
INTN | DelayTime |
BOOLEAN | ReportByUs |
EFI_MAC_ADDRESS | Mac |
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.
LIST_ENTRY IGMP_GROUP::Link |
EFI_MAC_ADDRESS IGMP_GROUP::Mac |