|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <netiodef.h>

Public Attributes | |
| union { | |
| struct { | |
| UINT8 Type:4 | |
| UINT8 Version:4 | |
| } | |
| UINT8 VersionType | |
| }; | |
| union { | |
| UINT8 Reserved | |
| UINT8 MaxRespTime | |
| UINT8 Code | |
| }; | |
| UINT16 | Checksum |
| IN_ADDR | MulticastAddress |
Definition at line 782 of file netiodef.h.
| union { ... } _IGMP_HEADER::@3300 |
| union { ... } _IGMP_HEADER::@3302 |
| UINT16 _IGMP_HEADER::Checksum |
Definition at line 795 of file netiodef.h.
| UINT8 _IGMP_HEADER::Code |
Definition at line 793 of file netiodef.h.
| UINT8 _IGMP_HEADER::MaxRespTime |
Definition at line 792 of file netiodef.h.
| IN_ADDR _IGMP_HEADER::MulticastAddress |
Definition at line 796 of file netiodef.h.
| UINT8 _IGMP_HEADER::Reserved |
Definition at line 791 of file netiodef.h.
| UINT8 _IGMP_HEADER::Type |
Definition at line 785 of file netiodef.h.
| UINT8 _IGMP_HEADER::Version |
Definition at line 786 of file netiodef.h.
| UINT8 _IGMP_HEADER::VersionType |
Definition at line 788 of file netiodef.h.