Nut/OS  4.10.3
API Reference
igmp Struct Reference

IGMP packet structure. More...

#include <netinet/igmp.h>

Collaboration diagram for igmp:

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

Version and type of IGMP message.

Definition at line 105 of file igmp.h.

Referenced by NutIgmpInput(), and NutIgmpOutput().

Subtype for routing messages.

Definition at line 106 of file igmp.h.

Referenced by NutIgmpOutput().

IP-style checksum.

Definition at line 107 of file igmp.h.

Referenced by NutIgmpOutput().

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: