IGMP Struct Reference
[IGMP]

IGMP packet structure. More...

Data Fields

uint8_t igmp_type
 Version and type of IGMP message.
uint8_t igmp_code
 Subtype for routing messages.
uint16_t igmp_cksum
 IP-style checksum.
uint32_t igmp_group
 Group address being reported.

Detailed Description

IGMP packet structure.

Definition at line 103 of file igmp.h.


Field Documentation

uint8_t IGMP::igmp_type

Version and type of IGMP message.

Definition at line 105 of file igmp.h.

uint8_t IGMP::igmp_code

Subtype for routing messages.

Definition at line 106 of file igmp.h.

uint16_t IGMP::igmp_cksum

IP-style checksum.

Definition at line 107 of file igmp.h.

uint32_t IGMP::igmp_group

Group address being reported.

Definition at line 108 of file igmp.h.


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

© 2000-2010 by contributors - visit http://www.ethernut.de/