IgmpSnoopingGroup Struct Reference
Multicast group. More...
#include <igmp_snooping.h>
Data Fields | |
| IgmpSnoopingGroupState | state |
| Multicast group state. More... | |
| Ipv4Addr | addr |
| Multicast group address. More... | |
| uint8_t | port |
| NetTimer | timer |
Detailed Description
Multicast group.
Definition at line 78 of file igmp_snooping.h.
Field Documentation
◆ addr
| Ipv4Addr addr |
Multicast group address.
Definition at line 81 of file igmp_snooping.h.
◆ port
| uint8_t port |
Definition at line 82 of file igmp_snooping.h.
◆ state
| IgmpSnoopingGroupState state |
Multicast group state.
Definition at line 80 of file igmp_snooping.h.
◆ timer
| NetTimer timer |
Definition at line 83 of file igmp_snooping.h.
The documentation for this struct was generated from the following file:
- cyclone_tcp/igmp/igmp_snooping.h
