IgmpSnoopingSettings Struct Reference
IGMP snooping settings. More...
#include <igmp_snooping.h>
Data Fields | |
| NetInterface * | interface |
| Underlying network interface. More... | |
| uint_t | numPorts |
| Number of ports. More... | |
| IgmpSnoopingPort * | ports |
| Ports. More... | |
| uint_t | numGroups |
| Maximum number of multicast groups. More... | |
| IgmpSnoopingGroup * | groups |
| Multicast groups. More... | |
| bool_t | floodReports |
| Flood IGMP report messages to all ports (not only to router ports) More... | |
| bool_t | floodUnknownMulticastPackets |
| Flood unregistered multicast traffic to all ports. More... | |
| systime_t | lastMemberQueryTime |
| Leave latency. More... | |
Detailed Description
IGMP snooping settings.
Definition at line 91 of file igmp_snooping.h.
Field Documentation
◆ floodReports
| bool_t floodReports |
Flood IGMP report messages to all ports (not only to router ports)
Definition at line 98 of file igmp_snooping.h.
◆ floodUnknownMulticastPackets
| bool_t floodUnknownMulticastPackets |
Flood unregistered multicast traffic to all ports.
Definition at line 99 of file igmp_snooping.h.
◆ groups
| IgmpSnoopingGroup* groups |
Multicast groups.
Definition at line 97 of file igmp_snooping.h.
◆ interface
| NetInterface* interface |
Underlying network interface.
Definition at line 93 of file igmp_snooping.h.
◆ lastMemberQueryTime
| systime_t lastMemberQueryTime |
Leave latency.
Definition at line 100 of file igmp_snooping.h.
◆ numGroups
| uint_t numGroups |
Maximum number of multicast groups.
Definition at line 96 of file igmp_snooping.h.
◆ numPorts
| uint_t numPorts |
Number of ports.
Definition at line 94 of file igmp_snooping.h.
◆ ports
| IgmpSnoopingPort* ports |
Ports.
Definition at line 95 of file igmp_snooping.h.
The documentation for this struct was generated from the following file:
- cyclone_tcp/igmp/igmp_snooping.h
