#include <static-multicast-route-helper.h>
Public Member Functions | |
StaticMulticastRouteHelper () | |
void | AddMulticastRoute (Ptr< Node >, Ipv4Address source, Ipv4Address group, Ptr< NetDevice > input, NetDeviceContainer output) |
void | SetDefaultMulticastRoute (Ptr< Node > n, Ptr< NetDevice > nd) |
void | JoinMulticastGroup (Ptr< Node > n, Ipv4Address source, Ipv4Address group) |
Definition at line 32 of file static-multicast-route-helper.h.
ns3::StaticMulticastRouteHelper::StaticMulticastRouteHelper | ( | ) |
Definition at line 29 of file static-multicast-route-helper.cc.
void ns3::StaticMulticastRouteHelper::AddMulticastRoute | ( | Ptr< Node > | n, | |
Ipv4Address | source, | |||
Ipv4Address | group, | |||
Ptr< NetDevice > | input, | |||
NetDeviceContainer | output | |||
) |
Definition at line 34 of file static-multicast-route-helper.cc.
References ns3::NetDeviceContainer::Begin(), and ns3::NetDeviceContainer::End().
void ns3::StaticMulticastRouteHelper::JoinMulticastGroup | ( | Ptr< Node > | n, | |
Ipv4Address | source, | |||
Ipv4Address | group | |||
) |
Definition at line 66 of file static-multicast-route-helper.cc.
void ns3::StaticMulticastRouteHelper::SetDefaultMulticastRoute | ( | Ptr< Node > | n, | |
Ptr< NetDevice > | nd | |||
) |
Definition at line 56 of file static-multicast-route-helper.cc.