ReactOS 0.4.15-dev-7924-g5949c20
_IGMP_HEADER Struct Reference

#include <netiodef.h>

Collaboration diagram for _IGMP_HEADER:

Public Attributes

union {
   struct {
      UINT8   Type:4
 
      UINT8   Version:4
 
   } 
 
   UINT8   VersionType
 
}; 
 
union {
   UINT8   Reserved
 
   UINT8   MaxRespTime
 
   UINT8   Code
 
}; 
 
UINT16 Checksum
 
IN_ADDR MulticastAddress
 

Detailed Description

Definition at line 781 of file netiodef.h.

Member Data Documentation

◆ 

union { ... } _IGMP_HEADER::@3108

◆ 

union { ... } _IGMP_HEADER::@3110

◆ Checksum

UINT16 _IGMP_HEADER::Checksum

Definition at line 794 of file netiodef.h.

◆ Code

UINT8 _IGMP_HEADER::Code

Definition at line 792 of file netiodef.h.

◆ MaxRespTime

UINT8 _IGMP_HEADER::MaxRespTime

Definition at line 791 of file netiodef.h.

◆ MulticastAddress

IN_ADDR _IGMP_HEADER::MulticastAddress

Definition at line 795 of file netiodef.h.

◆ Reserved

UINT8 _IGMP_HEADER::Reserved

Definition at line 790 of file netiodef.h.

◆ Type

UINT8 _IGMP_HEADER::Type

Definition at line 784 of file netiodef.h.

◆ Version

UINT8 _IGMP_HEADER::Version

Definition at line 785 of file netiodef.h.

◆ VersionType

UINT8 _IGMP_HEADER::VersionType

Definition at line 787 of file netiodef.h.


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