Toolbox snapshot
The Reactive C++ Toolbox
|
#include <toolbox/net/McastSock.hpp>
Public Member Functions | |
IpMcastGroup (const IpAddr &addr, unsigned ifindex=0) noexcept | |
IpMcastGroup (const IpAddr &addr, const char *ifname, std::error_code &ec) noexcept | |
IpMcastGroup (const IpAddr &addr, const char *ifname) | |
Public Attributes | ||
int | family | |
union { | ||
ip_mreqn ipv4 | ||
ipv6_mreq ipv6 | ||
}; | ||
Definition at line 27 of file McastSock.hpp.
|
explicitnoexcept |
Definition at line 22 of file McastSock.cpp.
|
inlinenoexcept |
Definition at line 30 of file McastSock.hpp.
Definition at line 34 of file McastSock.hpp.
int toolbox::net::IpMcastGroup::family |
Definition at line 39 of file McastSock.hpp.
ip_mreqn toolbox::net::IpMcastGroup::ipv4 |
Definition at line 41 of file McastSock.hpp.
ipv6_mreq toolbox::net::IpMcastGroup::ipv6 |
Definition at line 42 of file McastSock.hpp.
union { ... } toolbox::net::IpMcastGroup |