Nut/OS  5.0.5
API Reference
igmp Struct Reference

IGMP packet structure. More...

#include <netinet/igmp.h>

Collaboration diagram for igmp:
[legend]

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.


Field Documentation

Version and type of IGMP message.

Referenced by NutIgmpInput(), and NutIgmpOutput().

Subtype for routing messages.

Referenced by NutIgmpOutput().

IP-style checksum.

Referenced by NutIgmpOutput().

Group address being reported.

Referenced by NutIgmpOutput().


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