#include <Ipv4InterfaceData.h>
◆ HostMulticastGroupData()
| inet::Ipv4InterfaceData::HostMulticastGroupData::HostMulticastGroupData |
( |
Ipv4Address |
multicastGroup | ) |
|
|
inline |
◆ updateSourceList()
| bool inet::Ipv4InterfaceData::HostMulticastGroupData::updateSourceList |
( |
| ) |
|
Computes the filterMode and sourceList of the interface from the socket reference counts according to RFC3376 3.2.
Returns true if filterMode or sourceList has been changed.
304 if (this->sourceList.filterMode != filterMode || this->sourceList.sources !=
sourceList) {
Referenced by inet::Ipv4InterfaceData::changeMulticastGroupMembership().
◆ excludeCounts
| std::map<Ipv4Address, int> inet::Ipv4InterfaceData::HostMulticastGroupData::excludeCounts |
◆ includeCounts
| std::map<Ipv4Address, int> inet::Ipv4InterfaceData::HostMulticastGroupData::includeCounts |
◆ multicastGroup
| Ipv4Address inet::Ipv4InterfaceData::HostMulticastGroupData::multicastGroup |
◆ numOfExcludeModeSockets
| int inet::Ipv4InterfaceData::HostMulticastGroupData::numOfExcludeModeSockets |
◆ sourceList
The documentation for this struct was generated from the following files: