#include "ns3/core-module.h"
#include "ns3/csma-module.h"
#include "ns3/internet-module.h"
#include "ns3/network-module.h"
Go to the source code of this file.
Functions | |
void | AddIpv4Address (Ptr< Ipv4Interface > ipv4Interface, Ipv4InterfaceAddress ifaceAddr) |
void | AddIpv6Address (Ptr< Ipv6Interface > ipv6Interface, Ipv6InterfaceAddress ifaceAddr) |
void | RemoveIpv4Address (Ptr< Ipv4Interface > ipv4Interface, uint32_t index) |
void | RemoveIpv6Address (Ptr< Ipv6Interface > ipv6Interface, uint32_t index) |
void AddIpv4Address | ( | Ptr< Ipv4Interface > | ipv4Interface, |
Ipv4InterfaceAddress | ifaceAddr | ||
) |
Definition at line 148 of file neighbor-cache-dynamic.cc.
References ns3::Ipv4Interface::AddAddress().
void AddIpv6Address | ( | Ptr< Ipv6Interface > | ipv6Interface, |
Ipv6InterfaceAddress | ifaceAddr | ||
) |
Definition at line 155 of file neighbor-cache-dynamic.cc.
References ns3::Ipv6Interface::AddAddress().
void RemoveIpv4Address | ( | Ptr< Ipv4Interface > | ipv4Interface, |
uint32_t | index | ||
) |
Definition at line 162 of file neighbor-cache-dynamic.cc.
References ns3::Ipv4Interface::RemoveAddress().
void RemoveIpv6Address | ( | Ptr< Ipv6Interface > | ipv6Interface, |
uint32_t | index | ||
) |
Definition at line 169 of file neighbor-cache-dynamic.cc.
References ns3::Ipv6Interface::RemoveAddress().