A record of an IPv4 multicast route.
More...
#include <ipv4-route.h>
List of all members.
Detailed Description
A record of an IPv4 multicast route.
Constructor & Destructor Documentation
Copy Constructor.
- Parameters:
-
Copy Constructor.
- Parameters:
-
Member Function Documentation
Ipv4Address ns3::Ipv4MulticastRoute::GetGroup |
( |
void |
|
) |
const |
- Returns:
- The IPv4 address of the multicast group of this route
uint32_t ns3::Ipv4MulticastRoute::GetInputInterface |
( |
void |
|
) |
const |
- Returns:
- The IPv4 address of the input interface of this route
uint32_t ns3::Ipv4MulticastRoute::GetNOutputInterfaces |
( |
void |
|
) |
const |
- Returns:
- The number of output interfaces of this route
Ipv4Address ns3::Ipv4MulticastRoute::GetOrigin |
( |
void |
|
) |
const |
- Returns:
- The IPv4 address of the source of this route
uint32_t ns3::Ipv4MulticastRoute::GetOutputInterface |
( |
uint32_t |
n |
) |
const |
- Returns:
- A specified output interface.
std::vector<uint32_t> ns3::Ipv4MulticastRoute::GetOutputInterfaces |
( |
void |
|
) |
const |
- Returns:
- A vector of all of the output interfaces of this route.
The documentation for this class was generated from the following file: