igmp Struct Reference
[IGMPIGMP]

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.

Referenced by NutIgmpInput(), and NutIgmpOutput().

uint8_t igmp::igmp_code

Subtype for routing messages.

Definition at line 106 of file igmp.h.

Referenced by NutIgmpOutput().

uint16_t igmp::igmp_cksum

IP-style checksum.

Definition at line 107 of file igmp.h.

Referenced by NutIgmpOutput().

uint32_t igmp::igmp_group

Group address being reported.

Definition at line 108 of file igmp.h.

Referenced by NutIgmpOutput().


The documentation for this struct was generated from the following file:
© 2000-2007 by egnite Software GmbH - visit http://www.ethernut.de/