#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 137 of file neighbor-cache-dynamic.cc.
| void AddIpv6Address | ( | Ptr< Ipv6Interface > | ipv6Interface, | 
| Ipv6InterfaceAddress | ifaceAddr ) | 
Definition at line 144 of file neighbor-cache-dynamic.cc.
| void RemoveIpv4Address | ( | Ptr< Ipv4Interface > | ipv4Interface, | 
| uint32_t | index ) | 
Definition at line 151 of file neighbor-cache-dynamic.cc.
| void RemoveIpv6Address | ( | Ptr< Ipv6Interface > | ipv6Interface, | 
| uint32_t | index ) | 
Definition at line 158 of file neighbor-cache-dynamic.cc.