IGMP packet structure. More...
#include <netinet/igmp.h>

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. | |
Version and type of IGMP message.
Definition at line 105 of file igmp.h.
Referenced by NutIgmpInput(), and NutIgmpOutput().